Previous 199869 Revisions Next

r26771 Friday 27th December, 2013 at 00:29:47 UTC by smf
fixed debug build (nw)
[src/mess/video]x68k.c

trunk/src/mess/video/x68k.c
r26770r26771
12301230   }
12311231
12321232#ifdef MAME_DEBUG
1233   if(machine().input().code_pressed(KEYCODE_I))
1234   {
1235      m_mfp.isra = 0;
1236      m_mfp.isrb = 0;
1237//      mfp_trigger_irq(MFP_IRQ_GPIP6);
1238//      m_maincpu->set_input_line_and_vector(6,ASSERT_LINE,0x43);
1239   }
12401233   if(machine().input().code_pressed(KEYCODE_9))
12411234   {
12421235      m_sprite_shift--;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team