From d87d2bc3e063dd4a16804cc11123a688f49477c5 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 22 Mar 2019 18:55:12 +0100 Subject: machine\xbox.cpp: fixed crashes in xbox and chihiro sets. Thanks to Tafoid for helping in tracking the regression (nw) --- src/mame/machine/xbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("pci:01.1:54")->hack_eeprom = + subdevice("pci:01.1:154")->hack_eeprom = [&](void) { hack_eeprom(); -- cgit v1.2.3