Missed this one, nw

This commit is contained in:
Angelo Salese 2013-02-18 21:20:01 +00:00
parent f0c5d94a16
commit 6ab4a9f168

View File

@ -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;