Changeset e225e77 in buchla-68k for ram/ptdkey.c
- Timestamp:
- 07/09/2017 10:24:47 PM (7 years ago)
- Branches:
- master
- Children:
- 411371e
- Parents:
- d2d593b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/ptdkey.c
rd2d593b re225e77 21 21 #include "midas.h" 22 22 #include "ptdisp.h" 23 24 #include "memory.h" 25 #include "stdio.h" 26 #include "strings.h" 27 28 extern void UpdVid(int16_t row, int16_t col, int8_t *str, uint16_t atr); 29 extern void ctcon(void); 30 extern void dspdest(int8_t *buf, struct patch *pp); 31 extern void dspdfst(int8_t *buf, uint16_t val); 32 extern void movectc(int16_t r, int16_t c); 23 33 24 34 #if DEBUGPD
Note:
See TracChangeset
for help on using the changeset viewer.