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