- Timestamp:
- 07/15/2017 03:12:10 PM (7 years ago)
- Branches:
- 4aad7a763fe80f5be7bf52021129272ae3936fa8
- Children:
- ea232f9
- Parents:
- 7d0d347
- Location:
- misc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/proto.c
r7d0d347 r8973acd 160 160 } 161 161 162 void _ptcl12(uint 16_t *fat, uint16_t cl, uint16_t val)162 void _ptcl12(uint8_t *fat, int16_t cl, int16_t val) 163 163 { 164 164 } -
misc/proto.x
r7d0d347 r8973acd 58 58 extern void Lo_RAM(void); 59 59 extern void VIint(void); 60 extern void _ptcl12(uint 16_t *fat, uint16_t cl, uint16_t val);60 extern void _ptcl12(uint8_t *fat, int16_t cl, int16_t val); 61 61 extern void clrvce(int16_t vce); 62 62 extern void execins(int16_t vce, int16_t ins, int16_t tag);
Note:
See TracChangeset
for help on using the changeset viewer.