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

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

Added vlib assembly prototypes.

  • 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
244void uldiv(void)
245{
246}
247
248void uldivr(void)
249{
250}
251
252void vbank(unsigned b)
253{
254}
255
256void vclrav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
257{
258}
259
260void vcputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
261{
262}
263
264void vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch)
265{
266}
267
268void vfwait(void)
269{
270}
271
272void VIint(void)
273{
274}
275
276void vi_sadr(void)
277{
278}
279
280void vi_scrl(void)
281{
282}
283
284void vputa(unsigned *sbase, unsigned row, unsigned col, unsigned attrib)
285{
286}
287
288void vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib)
289{
290}
291
292void vputcv(unsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsigned cols)
293{
294}
295
296void vputp(struct octent *octad, int xloc, int yloc, int val)
297{
298}
299
300void vsetav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
301{
302}
303
304void vsetcv(unsigned *adr, unsigned row, unsigned col, unsigned cfb, unsigned len)
305{
306}
307
308void vsplot4(unsigned *obase, unsigned nw, unsigned fg, unsigned row, unsigned col, char *str,
309 unsigned pitch, unsigned ht, int cgtab[][256])
310{
311}
312
313void vvputsv(unsigned *obase, unsigned nw, unsigned fg, unsigned bg, unsigned row, unsigned col,
314 char *str, unsigned pitch, unsigned ht, int cgtab[][256])
315{
316}
317
318void vwputp(struct octent *octad, int xloc, int yloc, int val)
319{
320}
321
322void vwputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
323{
324}
325
326void wzcrsh(void)
327{
328}
329
330void xtrap15(void)
331{
332}
Note: See TracBrowser for help on using the repository browser.