mirror of
https://github.com/holub/mame
synced 2025-05-06 14:25:54 +03:00
bmxstunts: slow down the cpu
This commit is contained in:
parent
3d9a34b458
commit
361aa2d58a
@ -7786,7 +7786,7 @@ void bmxstunts_state::bmxstunts(machine_config &config)
|
|||||||
{
|
{
|
||||||
galaxian_base(config);
|
galaxian_base(config);
|
||||||
|
|
||||||
M6502(config.replace(), m_maincpu, 3'072'000); // Synertek 6502A, TODO: verify clock
|
M6502(config.replace(), m_maincpu, 3'072'000 / 2); // Synertek 6502A, TODO: verify clock
|
||||||
m_maincpu->set_addrmap(AS_PROGRAM, &bmxstunts_state::bmxstunts_map);
|
m_maincpu->set_addrmap(AS_PROGRAM, &bmxstunts_state::bmxstunts_map);
|
||||||
|
|
||||||
set_irq_line(0);
|
set_irq_line(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user