| Previous | 199869 Revisions | Next |
| r31453 Monday 28th July, 2014 at 09:05:38 UTC by Wilbert Pol |
|---|
| xor100.c: Make it possible to actually debug the system (nw) |
| [src/mess/drivers] | xor100.c |
| r31452 | r31453 | |
|---|---|---|
| 184 | 184 | |
| 185 | 185 | */ |
| 186 | 186 | |
| 187 | if (! | |
| 187 | if (!space.debugger_access()) | |
| 188 | 188 | { |
| 189 | fatalerror("Z80 WAIT not supported by MAME core\n"); | |
| 190 | m_maincpu->set_input_line(Z80_INPUT_LINE_WAIT, ASSERT_LINE); | |
| 189 | if (!m_fdc_irq && !m_fdc_drq) | |
| 190 | { | |
| 191 | fatalerror("Z80 WAIT not supported by MAME core\n"); | |
| 192 | m_maincpu->set_input_line(Z80_INPUT_LINE_WAIT, ASSERT_LINE); | |
| 193 | } | |
| 191 | 194 | } |
| 192 | 195 | |
| 193 | 196 | return !m_fdc_irq << 7; |
| Previous | 199869 Revisions | Next |