mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
debug compile fix (nw)
This commit is contained in:
parent
0048491e39
commit
636c66af83
@ -1412,7 +1412,7 @@ if ( machine().input().code_pressed(KEYCODE_Z) || machine().input().code_pressed
|
|||||||
if (msk != 0) m_active_layers &= msk;
|
if (msk != 0) m_active_layers &= msk;
|
||||||
#if 1
|
#if 1
|
||||||
{
|
{
|
||||||
address_space &space = m_maincpu->space(AS_PROGRAM);
|
address_space &space = machine().device("maincpu")->memory().space(AS_PROGRAM);
|
||||||
|
|
||||||
popmessage("Cmd: %04X Pos:%04X Lim:%04X Inp:%04X",
|
popmessage("Cmd: %04X Pos:%04X Lim:%04X Inp:%04X",
|
||||||
m_scudhamm_motor_command,
|
m_scudhamm_motor_command,
|
||||||
|
Loading…
Reference in New Issue
Block a user