mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Avoid setting the DP_FREEZE bit, gets Banjo-Kazooie to boot, nw
This commit is contained in:
parent
51b72fe151
commit
b1e387efbf
@ -955,7 +955,7 @@ WRITE32_MEMBER( n64_periphs::dp_reg_w )
|
||||
if (data & 0x00000001) current_status &= ~DP_STATUS_XBUS_DMA;
|
||||
if (data & 0x00000002) current_status |= DP_STATUS_XBUS_DMA;
|
||||
if (data & 0x00000004) current_status &= ~DP_STATUS_FREEZE;
|
||||
if (data & 0x00000008) current_status |= DP_STATUS_FREEZE;
|
||||
//if (data & 0x00000008) current_status |= DP_STATUS_FREEZE; // Temp: Do nothing for now
|
||||
if (data & 0x00000010) current_status &= ~DP_STATUS_FLUSH;
|
||||
if (data & 0x00000020) current_status |= DP_STATUS_FLUSH;
|
||||
if (data & 0x00000200) dp_clock = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user