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

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

iolib compiles.

  • Property mode set to 100644
File size: 3.2 KB
Line 
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
53void clrvce(void)
54{
55}
56
57void _clsall(void)
58{
59}
60
61void crshpc(void)
62{
63}
64
65void crshrg(void)
66{
67}
68
69void crshsr(void)
70{
71}
72
73void crshvc(void)
74{
75}
76
77void execins(void)
78{
79}
80
81void execkey(void)
82{
83}
84
85void foot1(void)
86{
87}
88
89void foot2(void)
90{
91}
92
93void fp_resv(void)
94{
95}
96
97void fpuclr(void)
98{
99}
100
101void fpuint(void)
102{
103}
104
105void fromfpu(void)
106{
107}
108
109void halt(void)
110{
111}
112
113void GLCplot(unsigned x, unsigned y, unsigned val)
114{
115}
116
117void hdvini(void)
118{
119}
120
121void jumpto(void *addr)
122{
123}
124
125void longjmp(void)
126{
127}
128
129void Lo_RAM(void)
130{
131}
132
133void M1IoRec(void)
134{
135}
136
137void M2IoRec(void)
138{
139}
140
141void objclr(unsigned obj)
142{
143}
144
145void objoff(unsigned obj, unsigned line, unsigned num)
146{
147}
148
149void objon(unsigned obj, unsigned line, unsigned num)
150{
151}
152
153void panic(void)
154{
155}
156
157void procpfl(void)
158{
159}
160
161void _ptcl12(unsigned *fat, unsigned cl, unsigned val)
162{
163}
164
165void pulse1(void)
166{
167}
168
169void pulse2(void)
170{
171}
172
173void rand24(void)
174{
175}
176
177void rjumpto(void *addr)
178{
179}
180
181void se_disp(void)
182{
183}
184
185void se_exec(void)
186{
187}
188
189unsigned setipl(unsigned arg)
190{
191 return 0;
192}
193
194void setjmp(void)
195{
196}
197
198void setsio(void)
199{
200}
201
202void setsr(void)
203{
204}
205
206void sjumpto(void *addr, void *stack)
207{
208}
209
210void sreset(void)
211{
212}
213
214void start_(void)
215{
216}
217
218void tofpu(void)
219{
220}
221
222long trap13(short fun, ...)
223{
224 return 0;
225}
226
227long trap14(short fun, ...)
228{
229 return 0;
230}
231
232void trap15(void)
233{
234}
235
236void tsetup(void)
237{
238}
239
240void tsplot4(int *obase, int nw, int fg, int row, int col, char *str, int pitch)
241{
242}
243
244long uldiv(long divid, long divis)
245{
246 return 0;
247}
248
249void vbank(unsigned b)
250{
251}
252
253void vclrav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
254{
255}
256
257void vcputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
258{
259}
260
261void vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch)
262{
263}
264
265void vfwait(void)
266{
267}
268
269void VIint(void)
270{
271}
272
273void vi_sadr(void)
274{
275}
276
277void vi_scrl(void)
278{
279}
280
281void vputa(unsigned *sbase, unsigned row, unsigned col, unsigned attrib)
282{
283}
284
285void vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib)
286{
287}
288
289void vputcv(unsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsigned cols)
290{
291}
292
293void vputp(struct octent *octad, int xloc, int yloc, int val)
294{
295}
296
297void vsetav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
298{
299}
300
301void vsetcv(unsigned *adr, unsigned row, unsigned col, unsigned cfb, unsigned len)
302{
303}
304
305void vsplot4(unsigned *obase, unsigned nw, unsigned fg, unsigned row, unsigned col, char *str,
306 unsigned pitch, unsigned ht, int cgtab[][256])
307{
308}
309
310void vvputsv(unsigned *obase, unsigned nw, unsigned fg, unsigned bg, unsigned row, unsigned col,
311 char *str, unsigned pitch, unsigned ht, int cgtab[][256])
312{
313}
314
315void vwputp(struct octent *octad, int xloc, int yloc, int val)
316{
317}
318
319void vwputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
320{
321}
322
323void wzcrsh(void)
324{
325}
326
327void xtrap15(void)
328{
329}
Note: See TracBrowser for help on using the repository browser.