Changeset b28a12e in buchla-68k for ram/ttcpos.c
- Timestamp:
- 07/10/2017 02:17:49 PM (7 years ago)
- Branches:
- master
- Children:
- 06f6615
- Parents:
- 39a696b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/ttcpos.c
r39a696b rb28a12e 6 6 */ 7 7 8 #include " all.h"8 #include "ram.h" 9 9 10 10 #define CW_0 0x0000 11 11 #define CW_F 0xFFFF 12 13 extern uint16_t exp_c(uint16_t c);14 15 extern void andcopy(uint16_t *to, uint16_t *from, uint16_t with, int16_t len);16 17 extern int16_t vtcrow; /* virtual typewriter cursor row */18 extern int16_t vtccol; /* virtual typewriter cursor column */19 20 /*21 22 */23 12 24 13 static int16_t ttcur[] = {
Note:
See TracChangeset
for help on using the changeset viewer.