| 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 |
| r26770 | r26771 | |
|---|---|---|
| 1230 | 1230 | } |
| 1231 | 1231 | |
| 1232 | 1232 | #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 | } | |
| 1240 | 1233 | if(machine().input().code_pressed(KEYCODE_9)) |
| 1241 | 1234 | { |
| 1242 | 1235 | m_sprite_shift--; |
| Previous | 199869 Revisions | Next |