mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
video/upd7220.cpp: clear FIFO and DMA status on RESET command issued
* fix pc9801rs spindiz2 boot
This commit is contained in:
parent
4033f44830
commit
cd6c332617
@ -1180,6 +1180,11 @@ void upd7220_device::process_fifo()
|
||||
m_ra[3] = 0x19;
|
||||
m_ead = 0;
|
||||
m_mask = 0;
|
||||
// FIFO, Command Processor and internal counters are cleared by this
|
||||
// - pc9801rs BIOS starts up a DMAW command that spindiz2 will dislike during its boot sequences
|
||||
m_sr &= ~UPD7220_SR_DRAWING_IN_PROGRESS;
|
||||
fifo_clear();
|
||||
stop_dma();
|
||||
break;
|
||||
|
||||
case 9:
|
||||
|
Loading…
Reference in New Issue
Block a user