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
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
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
[abd4109]113void GLCplot(unsigned x, unsigned y, unsigned val)
[f7c91fc]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
[abd4109]141void objclr(unsigned obj)
[f7c91fc]142{
143}
144
[abd4109]145void objoff(unsigned obj, unsigned line, unsigned num)
[f7c91fc]146{
147}
148
[abd4109]149void objon(unsigned obj, unsigned line, unsigned num)
[f7c91fc]150{
151}
152
153void panic(void)
154{
155}
156
157void procpfl(void)
158{
159}
160
[c6f3870]161void _ptcl12(unsigned *fat, unsigned cl, unsigned val)
[f7c91fc]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
[abd4109]240void tsplot4(int *obase, int nw, int fg, int row, int col, char *str, int pitch)
[f7c91fc]241{
242}
243
244void uldiv(void)
245{
246}
247
248void uldivr(void)
249{
250}
251
[abd4109]252void vbank(unsigned b)
[f7c91fc]253{
254}
255
[abd4109]256void vclrav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
[f7c91fc]257{
258}
259
[abd4109]260void vcputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
[f7c91fc]261{
262}
263
[abd4109]264void vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch)
[f7c91fc]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
[abd4109]284void vputa(unsigned *sbase, unsigned row, unsigned col, unsigned attrib)
[f7c91fc]285{
286}
287
[abd4109]288void vputc(unsigned *sbase, unsigned row, unsigned col, unsigned c, unsigned attrib)
[f7c91fc]289{
290}
291
[abd4109]292void vputcv(unsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsigned cols)
[f7c91fc]293{
294}
295
[abd4109]296void vputp(struct octent *octad, int xloc, int yloc, int val)
[f7c91fc]297{
298}
299
[abd4109]300void vsetav(unsigned *adr, unsigned row, unsigned col, unsigned atr, unsigned len)
[f7c91fc]301{
302}
303
[abd4109]304void vsetcv(unsigned *adr, unsigned row, unsigned col, unsigned cfb, unsigned len)
[f7c91fc]305{
306}
307
[abd4109]308void vsplot4(unsigned *obase, unsigned nw, unsigned fg, unsigned row, unsigned col, char *str,
309 unsigned pitch, unsigned ht, int cgtab[][256])
[f7c91fc]310{
311}
312
[abd4109]313void vvputsv(unsigned *obase, unsigned nw, unsigned fg, unsigned bg, unsigned row, unsigned col,
314 char *str, unsigned pitch, unsigned ht, int cgtab[][256])
[f7c91fc]315{
316}
317
[abd4109]318void vwputp(struct octent *octad, int xloc, int yloc, int val)
[f7c91fc]319{
320}
321
[abd4109]322void vwputs(int *obase, int nw, int fg, int bg, int row, int col, char *str)
[f7c91fc]323{
324}
325
326void wzcrsh(void)
327{
328}
329
330void xtrap15(void)
331{
332}
Note: See TracBrowser for help on using the repository browser.