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

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

Regenerate global headers.

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