Fix for MT04035: All sets in chihiro.c: Assert before OK

This commit is contained in:
Fabio Priuli 2010-08-30 23:14:55 +00:00
parent 0e672ba6eb
commit bc99cda953

View File

@ -294,7 +294,8 @@ INPUT_PORTS_END
static MACHINE_START( chihiro )
{
smbus_register_device(0x45,smbus_cx25871);
debug_console_register_command(machine,"jamdis",CMDFLAG_NONE,0,2,3,jamtable_disasm_command);
if (machine->debug_flags & DEBUG_FLAG_ENABLED)
debug_console_register_command(machine,"jamdis",CMDFLAG_NONE,0,2,3,jamtable_disasm_command);
}
static MACHINE_DRIVER_START( chihiro_base )