comparison src/gb/gbCodesCB.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
1264 break; 1264 break;
1265 default: 1265 default:
1266 systemMessage(0, N_("Unknown opcode %02x at %04x"), 1266 systemMessage(0, N_("Unknown opcode %02x at %04x"),
1267 gbReadOpcode(PC.W-1),PC.W-1); 1267 gbReadOpcode(PC.W-1),PC.W-1);
1268 emulating = false; 1268 emulating = false;
1269 return; 1269 return 1;