comparison src/gb/gbCodes.h @ 92:1ff2c546f5ad

added tick(), which allows one to step through each opcode of gameboy
author Robert McIntyre <rlm@mit.edu>
date Sun, 11 Mar 2012 19:07:31 -0500
parents f9f4f1b99eed
children
comparison
equal deleted inserted replaced
91:613353b7e012 92:1ff2c546f5ad
1383 break; 1383 break;
1384 default: 1384 default:
1385 systemMessage(0, N_("Unknown opcode %02x at %04x"), 1385 systemMessage(0, N_("Unknown opcode %02x at %04x"),
1386 gbReadOpcode(PC.W-1),PC.W-1); 1386 gbReadOpcode(PC.W-1),PC.W-1);
1387 emulating = false; 1387 emulating = false;
1388 return; 1388 return 1;