diff options
Diffstat (limited to 'src/mame/sega/y2.cpp')
-rw-r--r-- | src/mame/sega/y2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/y2.cpp b/src/mame/sega/y2.cpp index cc63702f0c1..69508c02d58 100644 --- a/src/mame/sega/y2.cpp +++ b/src/mame/sega/y2.cpp @@ -61,7 +61,7 @@ INPUT_PORTS_END void system_board_y2_state::system_board_y2(machine_config &config) { /* - SH4LE(config, m_maincpu, 266666666); + SH4LE(config, m_maincpu, XTAL::u(266666666)); m_maincpu->set_md(0, 1); m_maincpu->set_md(1, 0); m_maincpu->set_md(2, 1); |