comparison blastem.c @ 276:eec7072189a1

Fix crash bug in Z80 interrupt support
author Mike Pavone <pavone@retrodev.com>
date Fri, 03 May 2013 18:50:16 -0700
parents 969ee17471c5
children 6be6056735a9
comparison
equal deleted inserted replaced
275:1a7d0a964ad2 276:eec7072189a1
131 uint8_t need_reset = 0; 131 uint8_t need_reset = 0;
132 uint8_t busreq = 0; 132 uint8_t busreq = 0;
133 uint8_t busack = 0; 133 uint8_t busack = 0;
134 uint32_t busack_cycle = CYCLE_NEVER; 134 uint32_t busack_cycle = CYCLE_NEVER;
135 uint8_t new_busack = 0; 135 uint8_t new_busack = 0;
136 136 //#define DO_DEBUG_PRINT
137 #ifdef DO_DEBUG_PRINT 137 #ifdef DO_DEBUG_PRINT
138 #define dprintf printf 138 #define dprintf printf
139 #define dputs puts 139 #define dputs puts
140 #else 140 #else
141 #define dprintf 141 #define dprintf