summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-03-22 18:55:12 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2019-03-22 18:55:12 +0100
commitd87d2bc3e063dd4a16804cc11123a688f49477c5 (patch)
tree619138bea6c10fbe0fd23b737e7e1f535e1ba7c8
parent63677b3f047211a0534f13b96e548861613b7413 (diff)
machine\xbox.cpp: fixed crashes in xbox and chihiro sets. Thanks to Tafoid for helping in tracking the regression (nw)
-rw-r--r--src/mame/machine/xbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/xbox.cpp b/src/mame/machine/xbox.cpp
index 7d4d30d9289..01dcb4631a5 100644
--- a/src/mame/machine/xbox.cpp
+++ b/src/mame/machine/xbox.cpp
@@ -787,7 +787,7 @@ void xbox_base_state::machine_start()
using namespace std::placeholders;
machine().debugger().console().register_command("xbox", CMDFLAG_NONE, 0, 1, 4, std::bind(&xbox_base_state::xbox_debug_commands, this, _1, _2));
}
- subdevice<xbox_eeprom_device>("pci:01.1:54")->hack_eeprom =
+ subdevice<xbox_eeprom_device>("pci:01.1:154")->hack_eeprom =
[&](void)
{
hack_eeprom();