mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Fix for MT04035: All sets in chihiro.c: Assert before OK
This commit is contained in:
parent
0e672ba6eb
commit
bc99cda953
@ -294,6 +294,7 @@ INPUT_PORTS_END
|
||||
static MACHINE_START( chihiro )
|
||||
{
|
||||
smbus_register_device(0x45,smbus_cx25871);
|
||||
if (machine->debug_flags & DEBUG_FLAG_ENABLED)
|
||||
debug_console_register_command(machine,"jamdis",CMDFLAG_NONE,0,2,3,jamtable_disasm_command);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user