mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
Fix skyrobo/bigfghtr (nw)
This commit is contained in:
parent
5e3a7e9bf0
commit
93301cba29
@ -1586,7 +1586,7 @@ MACHINE_CONFIG_START(bigfghtr_state::bigfghtr)
|
||||
MCFG_CPU_ADD("mcu", I8751, XTAL(16'000'000)/2) // verified
|
||||
MCFG_CPU_PROGRAM_MAP(bigfghtr_mcu_map)
|
||||
MCFG_CPU_IO_MAP(bigfghtr_mcu_io_map)
|
||||
MCFG_MCS51_PORT_P1_IN_CB(NOOP) // bit 5: bus contention related?
|
||||
MCFG_MCS51_PORT_P1_IN_CB(CONSTANT(0xdf)) // bit 5: bus contention related?
|
||||
|
||||
MCFG_MACHINE_START_OVERRIDE(armedf_state,armedf)
|
||||
MCFG_MACHINE_RESET_OVERRIDE(armedf_state,armedf)
|
||||
|
Loading…
Reference in New Issue
Block a user