mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
bmxstunts: slow down the cpu
This commit is contained in:
parent
3d9a34b458
commit
361aa2d58a
1 changed files with 1 additions and 1 deletions
|
@ -7786,7 +7786,7 @@ void bmxstunts_state::bmxstunts(machine_config &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);
|
||||
|
||||
set_irq_line(0);
|
||||
|
|
Loading…
Reference in a new issue