mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
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:
parent
63677b3f04
commit
d87d2bc3e0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user