From 018c468b57118d1085e8540c4f9694373b062f4a Mon Sep 17 00:00:00 2001 From: yz70s Date: Mon, 25 Apr 2016 00:59:52 +0200 Subject: [PATCH] xbox.cpp: patch so that internal hub is not required (nw) --- src/mame/drivers/xbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/xbox.cpp b/src/mame/drivers/xbox.cpp index 0115488e63e..f193a4b857c 100644 --- a/src/mame/drivers/xbox.cpp +++ b/src/mame/drivers/xbox.cpp @@ -127,6 +127,8 @@ void xbox_state::hack_eeprom() m_maincpu->space(0).write_byte(0x4e5da, 0xc3); // remove audio wait // 8006e654,6e654=0 m_maincpu->space(0).write_byte(0x6e654, 0); // disable boot animation + // 800375f0,375f0=0 + m_maincpu->space(0).write_byte(0x375f0, m_maincpu->space(0).read_byte(0x375f0) & 0xfe); // internal hub not used } /*static const struct {