summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2009-06-06 19:50:33 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2009-06-06 19:50:33 +0000
commit159f54fb67a86778f3bd36b8e9ba1b32c5b9e872 (patch)
tree0e9bfc52810c5e4300cc625c1ca8bb633bfe6b7e
parent0e5708f4bdc658454a0b809abeb58c7bac4d8fb9 (diff)
Fixed a minor typo in the SSEM debugging features. [MooglyGuy]
-rw-r--r--src/emu/cpu/ssem/ssem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/ssem/ssem.c b/src/emu/cpu/ssem/ssem.c
index 1becaa85d7d..3a755fc31c1 100644
--- a/src/emu/cpu/ssem/ssem.c
+++ b/src/emu/cpu/ssem/ssem.c
@@ -82,7 +82,7 @@ static void unimplemented_opcode(ssem_state *cpustate, UINT32 op)
fprintf(dasm, "%02X: %08X %s\n", i, opcode, string);
}
- fclose(dasm);
+ fclose(disasm);
}
}
#endif
@@ -186,7 +186,7 @@ static CPU_EXECUTE( ssem )
}
else
{
- op = 7;
+ op = 0x0000e000;
}
switch (INSTR)