mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
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:
parent
ffbfc3c099
commit
f99e295ad7
@ -733,10 +733,12 @@ inline void cosmac_device::run_state()
|
|||||||
|
|
||||||
case cosmac_state::STATE_2_DMA_IN:
|
case cosmac_state::STATE_2_DMA_IN:
|
||||||
dma_input();
|
dma_input();
|
||||||
|
debug();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case cosmac_state::STATE_2_DMA_OUT:
|
case cosmac_state::STATE_2_DMA_OUT:
|
||||||
dma_output();
|
dma_output();
|
||||||
|
debug();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case cosmac_state::STATE_3_INT:
|
case cosmac_state::STATE_3_INT:
|
||||||
|
Loading…
Reference in New Issue
Block a user