machine\xbox.cpp: fixed crashes in xbox and chihiro sets. Thanks to Tafoid for helping in tracking the regression (nw)

This commit is contained in:
Ivan Vangelista 2019-03-22 18:55:12 +01:00
parent 63677b3f04
commit d87d2bc3e0

View File

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