mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +03:00
Fixed a minor typo in the SSEM debugging features. [MooglyGuy]
This commit is contained in:
parent
0e5708f4bd
commit
159f54fb67
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user