cosmac: Don't skip over instructions in debugger after DMA cycles

(nw) This does nothing to fix MT #7232, but could make the problem easier to debug.
This commit is contained in:
AJR 2019-02-12 21:35:14 -05:00
parent ffbfc3c099
commit f99e295ad7

View File

@ -733,10 +733,12 @@ inline void cosmac_device::run_state()
case cosmac_state::STATE_2_DMA_IN:
dma_input();
debug();
break;
case cosmac_state::STATE_2_DMA_OUT:
dma_output();
debug();
break;
case cosmac_state::STATE_3_INT: