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 637ff7f1bfa..81400f47601 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); + SH4(config, m_maincpu, 266666666); m_maincpu->set_md(0, 1); m_maincpu->set_md(1, 0); m_maincpu->set_md(2, 1); |