Previous 199869 Revisions Next

r33476 Friday 21st November, 2014 at 09:23:28 UTC by Ryan Holtz
Avoid setting the DP_FREEZE bit, gets Banjo-Kazooie to boot, nw
[src/mame/machine]n64.c

trunk/src/mame/machine/n64.c
r241987r241988
955955         if (data & 0x00000001)  current_status &= ~DP_STATUS_XBUS_DMA;
956956         if (data & 0x00000002)  current_status |= DP_STATUS_XBUS_DMA;
957957         if (data & 0x00000004)  current_status &= ~DP_STATUS_FREEZE;
958         if (data & 0x00000008)  current_status |= DP_STATUS_FREEZE;
958         //if (data & 0x00000008)  current_status |= DP_STATUS_FREEZE; // Temp: Do nothing for now
959959         if (data & 0x00000010)  current_status &= ~DP_STATUS_FLUSH;
960960         if (data & 0x00000020)  current_status |= DP_STATUS_FLUSH;
961961         if (data & 0x00000200)  dp_clock = 0;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team