Avoid setting the DP_FREEZE bit, gets Banjo-Kazooie to boot, nw

This commit is contained in:
mooglyguy 2014-11-21 10:23:28 +01:00
parent 51b72fe151
commit b1e387efbf

View File

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