Mercurial > repos > blastem
view runtime_32.S @ 672:18ef3b61e70b
Restore emulation of Z80 being locked out of the 68K bus during DMA and the like
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 03 Jan 2015 20:20:15 -0800 |
parents | 5a6ff0d76032 |
children |
line wrap: on
line source
invalid_msg: .asciz "Invalid instruction at %X\n" .global m68k_invalid m68k_invalid: push %ecx push invalid_msg xor %eax, %eax call printf push $1 call exit