mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +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:
|
||||
dma_input();
|
||||
debug();
|
||||
break;
|
||||
|
||||
case cosmac_state::STATE_2_DMA_OUT:
|
||||
dma_output();
|
||||
debug();
|
||||
break;
|
||||
|
||||
case cosmac_state::STATE_3_INT:
|
||||
|
Loading…
Reference in New Issue
Block a user