mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Missed this one, nw
This commit is contained in:
parent
f0c5d94a16
commit
6ab4a9f168
@ -2196,6 +2196,7 @@ static CPU_RESET( sh2 )
|
||||
sh2->frc_base = 0;
|
||||
sh2->frt_input = sh2->internal_irq_level = sh2->internal_irq_vector = 0;
|
||||
sh2->dma_timer_active[0] = sh2->dma_timer_active[1] = 0;
|
||||
sh2->dma_irq[0] = sh2->dma_irq[1] = 0;
|
||||
|
||||
sh2->dma_callback_kludge = dma_callback_kludge;
|
||||
sh2->dma_callback_fifo_data_available = dma_callback_fifo_data_available;
|
||||
|
Loading…
Reference in New Issue
Block a user