source: buchla-68k/misc/proto.c@ 46d8069

Last change on this file since 46d8069 was 46d8069, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Fixed remaining prototypes.

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[f7c91fc]1// ---------- vvv ---------- wdfield.c
2
3void updfpu(void)
4{
5}
6
7void wsupd(void)
8{
9}
10
11void whupd(void)
12{
13}
14
15void pntsup(void)
16{
17}
18
19void wdintp(void)
20{
21}
22
23void wdykdn(void)
24{
25}
26
27void wdykup(void)
28{
29}
30
31void wdcyupd(void)
32{
33}
34
35void wdcxupd(void)
36{
37}
38
39void wdnfld(short k)
40{
41}
42
43void wdxkey(void)
44{
45}
46
47void wdfield(void)
48{
49}
50
51// ---------- ^^^ ---------- wdfield.c
52
[46d8069]53void clrvce(short vce)
[f7c91fc]54{
55}
56
[46d8069]57void execins(short vce, short ins, short tag)
[f7c91fc]58{
59}
60
[46d8069]61void execkey(short trg, short pch, short vce, short tag)
[f7c91fc]62{
63}
64
65void fpuclr(void)
66{
67}
68
69void fpuint(void)
70{
71}
72
[46d8069]73unsigned fromfpu(unsigned fputime)
[f7c91fc]74{
[46d8069]75 return 0;
[f7c91fc]76}
77
78void halt(void)
79{
80}
81
[abd4109]82void GLCplot(unsigned x, unsigned y, unsigned val)
[f7c91fc]83{
84}
85
86void hdvini(void)
87{
88}
89
90void jumpto(void *addr)
91{
92}
93
[46d8069]94void longjmp(struct JMP_BUF *env, int val)
[f7c91fc]95{
96}
97
98void Lo_RAM(void)
99{
100}
101
[abd4109]102void objclr(unsigned obj)
[f7c91fc]103{
104}
105
[abd4109]106void objoff(unsigned obj, unsigned line, unsigned num)
[f7c91fc]107{
108}
109
[abd4109]110void objon(unsigned obj, unsigned line, unsigned num)
[f7c91fc]111{
112}
113
114void panic(void)
115{
116}
117
[46d8069]118void procpfl(unsigned trig)
[f7c91fc]119{
120}
121
[c6f3870]122void _ptcl12(unsigned *fat, unsigned cl, unsigned val)
[f7c91fc]123{
124}
125
[46d8069]126long rand24(void)
[f7c91fc]127{
[46d8069]128 return 0;
[f7c91fc]129}
130
131void rjumpto(void *addr)
132{
133}
134
[46d8069]135void se_disp(struct s_entry *ep, short sd, struct gdsel *gdstb[], short cf)
[f7c91fc]136{
137}
138
[46d8069]139struct s_entry *se_exec(struct s_entry *ep, short sd)
[f7c91fc]140{
[46d8069]141 return 0;
[f7c91fc]142}
143
144unsigned setipl(unsigned arg)
145{
146 return 0;
147}
148
[46d8069]149int setjmp(struct JMP_BUF *env)
[f7c91fc]150{
[46d8069]151 return 0;
[f7c91fc]152}
153
154void setsio(void)
155{
156}
157
[46d8069]158unsigned setsr(unsigned sr)
[f7c91fc]159{
[46d8069]160 return 0;
[f7c91fc]161}
162
163void sjumpto(void *addr, void *stack)
164{
165}
166
167void sreset(void)
168{
169}
170
[46d8069]171unsigned tofpu(unsigned time)
[f7c91fc]172{
[46d8069]173 return 0;
[f7c91fc]174}
175
176long trap13(short fun, ...)
177{
178 return 0;
179}
180
181long trap14(short fun, ...)
182{
183 return 0;
184}
185
186void trap15(void)
187{
188}
189
190void tsetup(void)
191{
192}
193
[abd4109]194void tsplot4(int *obase, int nw, int fg, int row, int col, char *str, int pitch)
[f7c91fc]195{
196}
197
[f4fbee9]198long uldiv(long divid, long divis)
[f7c91fc]199{
[f4fbee9]200 return 0;
[f7c91fc]201}
202
[abd4109]203void vbank(unsigned b)
[f7c91fc]204{
205}
206
[abd4109]207void vclrav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
[f7c91fc]208{
209}
210
[abd4109]211void vcputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
[f7c91fc]212{
213}
214
[abd4109]215void vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch)
[f7c91fc]216{
217}
218
219void vfwait(void)
220{
221}
222
223void VIint(void)
224{
225}
226
[abd4109]227void vputa(unsigned *sbase, unsigned row, unsigned col, unsigned attrib)
[f7c91fc]228{
229}
230
[abd4109]231void vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib)
[f7c91fc]232{
233}
234
[abd4109]235void vputcv(unsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsigned cols)
[f7c91fc]236{
237}
238
[abd4109]239void vputp(struct octent *octad, int xloc, int yloc, int val)
[f7c91fc]240{
241}
242
[abd4109]243void vsetav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
[f7c91fc]244{
245}
246
[abd4109]247void vsetcv(unsigned *adr, unsigned row, unsigned col, unsigned cfb, unsigned len)
[f7c91fc]248{
249}
250
[abd4109]251void vsplot4(unsigned *obase, unsigned nw, unsigned fg, unsigned row, unsigned col, char *str,
252 unsigned pitch, unsigned ht, int cgtab[][256])
[f7c91fc]253{
254}
255
[abd4109]256void vvputsv(unsigned *obase, unsigned nw, unsigned fg, unsigned bg, unsigned row, unsigned col,
257 char *str, unsigned pitch, unsigned ht, int cgtab[][256])
[f7c91fc]258{
259}
260
[abd4109]261void vwputp(struct octent *octad, int xloc, int yloc, int val)
[f7c91fc]262{
263}
264
[abd4109]265void vwputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
[f7c91fc]266{
267}
268
269void xtrap15(void)
270{
271}
Note: See TracBrowser for help on using the repository browser.