mirror of
https://github.com/holub/mame
synced 2025-06-17 17:59:05 +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);
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user