Fixed a minor typo in the SSEM debugging features. [MooglyGuy]

This commit is contained in:
Ryan Holtz 2009-06-06 19:50:33 +00:00
parent 0e5708f4bd
commit 159f54fb67

View File

@ -82,7 +82,7 @@ static void unimplemented_opcode(ssem_state *cpustate, UINT32 op)
fprintf(dasm, "%02X: %08X %s\n", i, opcode, string); fprintf(dasm, "%02X: %08X %s\n", i, opcode, string);
} }
fclose(dasm); fclose(disasm);
} }
} }
#endif #endif
@ -186,7 +186,7 @@ static CPU_EXECUTE( ssem )
} }
else else
{ {
op = 7; op = 0x0000e000;
} }
switch (INSTR) switch (INSTR)