Changeset b28a12e in buchla-68k for ram/sqscan.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/sqscan.c
r39a696b rb28a12e 8 8 #define CHEKSTOP 1 /* non-zero to trap to ROMP on error */ 9 9 10 #include "all.h" 11 12 extern int16_t waitcr(void); 13 extern struct s_entry *SEdump(struct s_entry *sep); 14 extern void SEsnap(void); 15 extern void xtrap15(void); 10 #include "ram.h" 16 11 17 12 #if CHEKSTOP 18 13 int16_t chkstop = TRUE; 19 14 #endif 20 21 extern int16_t notenum, notepit, curgrp, thescore, verbose;22 extern int16_t testing;23 extern int16_t sharp, endflg;24 25 extern int32_t curtime, noteon, noteoff, noteval, noteper, nrest;26 extern int32_t dvwork;27 15 28 16 int8_t *nlist[] = { "a", "b", "c", "d", "e", "f", "g", NULL };
Note:
See TracChangeset
for help on using the changeset viewer.