mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
flstory.cpp: corrected divider for rumba's main CPU, wrong source for copy-paste
This commit is contained in:
parent
53036dc125
commit
5fa8da69fd
@ -855,7 +855,7 @@ void flstory_state::rumba(machine_config &config)
|
||||
|
||||
/* basic machine hardware */
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &flstory_state::rumba_map);
|
||||
m_maincpu->set_clock(XTAL(8'000'000) / 4); // verified on PCB
|
||||
m_maincpu->set_clock(XTAL(8'000'000) / 2); // verified on PCB
|
||||
|
||||
TAITO68705_MCU(config, m_bmcu, XTAL(18'432'000)/6); /* ? */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user