mirror of
https://github.com/holub/mame
synced 2025-06-21 19:56:53 +03:00
*duh*
This commit is contained in:
parent
81689f8a5a
commit
1662e179be
@ -2467,7 +2467,7 @@ static void execute_dasm(running_machine &machine, int ref, int params, const ch
|
|||||||
if (!debug_command_parameter_cpu_space(machine, (params > 4) ? param[4] : NULL, AS_PROGRAM, space))
|
if (!debug_command_parameter_cpu_space(machine, (params > 4) ? param[4] : NULL, AS_PROGRAM, space))
|
||||||
return;
|
return;
|
||||||
if (!debug_command_parameter_cpu_space(machine, (params > 4) ? param[4] : NULL, AS_DECRYPTED_OPCODES, decrypted_space))
|
if (!debug_command_parameter_cpu_space(machine, (params > 4) ? param[4] : NULL, AS_DECRYPTED_OPCODES, decrypted_space))
|
||||||
space = decrypted_space;
|
decrypted_space = space;
|
||||||
|
|
||||||
/* determine the width of the bytes */
|
/* determine the width of the bytes */
|
||||||
cpu_device *cpudevice = downcast<cpu_device *>(&space->device());
|
cpu_device *cpudevice = downcast<cpu_device *>(&space->device());
|
||||||
|
Loading…
Reference in New Issue
Block a user