- Timestamp:
- 07/09/2017 04:45:34 PM (7 years ago)
- Branches:
- master
- Children:
- 8618599
- Parents:
- 0292fbb
- Location:
- misc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/proto.c
r0292fbb r7258c6a 37 37 } 38 38 39 void wdnfld( short k)39 void wdnfld(int16_t k) 40 40 { 41 41 } … … 51 51 // ---------- ^^^ ---------- wdfield.c 52 52 53 void clrvce( short vce)54 { 55 } 56 57 void execins( short vce, short ins, short tag)58 { 59 } 60 61 void execkey( short trg, short pch, short vce, short tag)53 void clrvce(int16_t vce) 54 { 55 } 56 57 void execins(int16_t vce, int16_t ins, int16_t tag) 58 { 59 } 60 61 void execkey(int16_t trg, int16_t pch, int16_t vce, int16_t tag) 62 62 { 63 63 } … … 71 71 } 72 72 73 u nsigned fromfpu(unsignedfputime)73 uint16_t fromfpu(uint16_t fputime) 74 74 { 75 75 return 0; … … 80 80 } 81 81 82 void GLCplot(u nsigned x, unsigned y, unsignedval)82 void GLCplot(uint16_t x, uint16_t y, uint16_t val) 83 83 { 84 84 } … … 92 92 } 93 93 94 void longjmp(struct JMP_BUF *env, int val)94 void longjmp(struct JMP_BUF *env, int16_t val) 95 95 { 96 96 } … … 100 100 } 101 101 102 void objclr(u nsignedobj)103 { 104 } 105 106 void objoff(u nsigned obj, unsigned line, unsignednum)107 { 108 } 109 110 void objon(u nsigned obj, unsigned line, unsignednum)102 void objclr(uint16_t obj) 103 { 104 } 105 106 void objoff(uint16_t obj, uint16_t line, uint16_t num) 107 { 108 } 109 110 void objon(uint16_t obj, uint16_t line, uint16_t num) 111 111 { 112 112 } … … 116 116 } 117 117 118 void procpfl(u nsignedtrig)119 { 120 } 121 122 void _ptcl12(u nsigned *fat, unsigned cl, unsignedval)123 { 124 } 125 126 longrand24(void)118 void procpfl(uint16_t trig) 119 { 120 } 121 122 void _ptcl12(uint16_t *fat, uint16_t cl, uint16_t val) 123 { 124 } 125 126 int32_t rand24(void) 127 127 { 128 128 return 0; … … 133 133 } 134 134 135 void se_disp(struct s_entry *ep, short sd, struct gdsel *gdstb[], short cf)136 { 137 } 138 139 struct s_entry *se_exec(struct s_entry *ep, short sd)140 { 141 return 0; 142 } 143 144 u nsigned setipl(unsignedarg)145 { 146 return 0; 147 } 148 149 int setjmp(struct JMP_BUF *env)135 void se_disp(struct s_entry *ep, int16_t sd, struct gdsel *gdstb[], int16_t cf) 136 { 137 } 138 139 struct s_entry *se_exec(struct s_entry *ep, int16_t sd) 140 { 141 return 0; 142 } 143 144 uint16_t setipl(uint16_t arg) 145 { 146 return 0; 147 } 148 149 int16_t setjmp(struct JMP_BUF *env) 150 150 { 151 151 return 0; … … 156 156 } 157 157 158 u nsigned setsr(unsignedsr)158 uint16_t setsr(uint16_t sr) 159 159 { 160 160 return 0; … … 169 169 } 170 170 171 u nsigned tofpu(unsignedtime)172 { 173 return 0; 174 } 175 176 long trap13(short fun, ...)177 { 178 return 0; 179 } 180 181 long trap14(short fun, ...)171 uint16_t tofpu(uint16_t time) 172 { 173 return 0; 174 } 175 176 int32_t trap13(int16_t fun, ...) 177 { 178 return 0; 179 } 180 181 int32_t trap14(int16_t fun, ...) 182 182 { 183 183 return 0; … … 192 192 } 193 193 194 void tsplot4(int *obase, int nw, int fg, int row, int col, char *str, int pitch)195 { 196 } 197 198 long uldiv(long divid, longdivis)199 { 200 return 0; 201 } 202 203 void vbank(u nsignedb)204 { 205 } 206 207 void vclrav(u nsigned *adr, unsigned row, unsigned col, unsigned atr, unsignedlen)208 { 209 } 210 211 void vcputs(int *obase, int nw, int fg, int bg, int row, int col, char*str)212 { 213 } 214 215 void vcputsv(int *obase, int nw, int fg, int bg, int row, int col, char *str, int pitch)194 void tsplot4(int16_t *obase, int16_t nw, int16_t fg, int16_t row, int16_t col, int8_t *str, int16_t pitch) 195 { 196 } 197 198 int32_t uldiv(int32_t divid, int32_t divis) 199 { 200 return 0; 201 } 202 203 void vbank(uint16_t b) 204 { 205 } 206 207 void vclrav(uint16_t *adr, uint16_t row, uint16_t col, uint16_t atr, uint16_t len) 208 { 209 } 210 211 void vcputs(int16_t *obase, int16_t nw, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *str) 212 { 213 } 214 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) 216 216 { 217 217 } … … 225 225 } 226 226 227 void vputa(u nsigned *sbase, unsigned row, unsigned col, unsignedattrib)228 { 229 } 230 231 void vputc(u nsigned *sbase, unsigned row, unsigned col, unsigned c, unsignedattrib)232 { 233 } 234 235 void vputcv(u nsigned *adr, unsigned row, unsigned col, unsigned char, unsigned atr, unsignedcols)236 { 237 } 238 239 void vputp(struct octent *octad, int xloc, int yloc, int val)240 { 241 } 242 243 void vsetav(u nsigned *adr, unsigned row, unsigned col, unsigned atr, unsignedlen)244 { 245 } 246 247 void vsetcv(u nsigned *adr, unsigned row, unsigned col, unsigned cfb, unsignedlen)248 { 249 } 250 251 void vsplot4(u nsigned *obase, unsigned nw, unsigned fg, unsigned row, unsigned col, char*str,252 u nsigned pitch, unsigned ht, int cgtab[][256])253 { 254 } 255 256 void vvputsv(u nsigned *obase, unsigned nw, unsigned fg, unsigned bg, unsigned row, unsignedcol,257 char *str, unsigned pitch, unsigned ht, int cgtab[][256])258 { 259 } 260 261 void vwputp(struct octent *octad, int xloc, int yloc, int val)262 { 263 } 264 265 void vwputs(int *obase, int nw, int fg, int bg, int row, int col, char*str)227 void vputa(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t attrib) 228 { 229 } 230 231 void vputc(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t c, uint16_t attrib) 232 { 233 } 234 235 void vputcv(uint16_t *adr, uint16_t row, uint16_t col, uint8_t chr, uint16_t atr, uint16_t cols) 236 { 237 } 238 239 void vputp(struct octent *octad, int16_t xloc, int16_t yloc, int16_t val) 240 { 241 } 242 243 void vsetav(uint16_t *adr, uint16_t row, uint16_t col, uint16_t atr, uint16_t len) 244 { 245 } 246 247 void vsetcv(uint16_t *adr, uint16_t row, uint16_t col, uint16_t cfb, uint16_t len) 248 { 249 } 250 251 void vsplot4(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t row, uint16_t col, int8_t *str, 252 uint16_t pitch, uint16_t ht, int16_t cgtab[][256]) 253 { 254 } 255 256 void vvputsv(uint16_t *obase, uint16_t nw, uint16_t fg, uint16_t bg, uint16_t row, uint16_t col, 257 int8_t *str, uint16_t pitch, uint16_t ht, int16_t cgtab[][256]) 258 { 259 } 260 261 void vwputp(struct octent *octad, int16_t xloc, int16_t yloc, int16_t val) 262 { 263 } 264 265 void vwputs(int16_t *obase, int16_t nw, int16_t fg, int16_t bg, int16_t row, int16_t col, int8_t *str) 266 266 { 267 267 }
Note:
See TracChangeset
for help on using the changeset viewer.