debug compile fix (nw)

This commit is contained in:
Miodrag Milanovic 2013-04-10 17:13:54 +00:00
parent 0048491e39
commit 636c66af83

View File

@ -1412,7 +1412,7 @@ if ( machine().input().code_pressed(KEYCODE_Z) || machine().input().code_pressed
if (msk != 0) m_active_layers &= msk;
#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",
m_scudhamm_motor_command,