This emulator is really terrible..

This commit is contained in:
Godzil
2019-09-27 16:22:13 +01:00
parent 7bc1fb8888
commit c6b2b5437c
2 changed files with 17 additions and 17 deletions

View File

@@ -3930,7 +3930,7 @@ int nec_execute(int cycles)
while(nec_ICount>0)
{
#if 1
#if 0
uint8_t op = cpu_readmem20((I.sregs[CS]<<4) + I.ip);
printf("[%04x:%04xh] %02xh '%s' - I=%d\n", I.sregs[CS], I.ip,
op, instructionsName[op], I.IF);