diff options
Diffstat (limited to 'src/mame/misc/odyssey.cpp')
-rw-r--r-- | src/mame/misc/odyssey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/misc/odyssey.cpp b/src/mame/misc/odyssey.cpp index 312bd67e69c..c0de88f531e 100644 --- a/src/mame/misc/odyssey.cpp +++ b/src/mame/misc/odyssey.cpp @@ -136,7 +136,7 @@ void odyssey_state::machine_reset() void odyssey_state::odyssey(machine_config &config) { /* basic machine hardware */ - PENTIUM(config, m_maincpu, 133000000); // a Celeron at 1.70 GHz on the MB I checked. + PENTIUM(config, m_maincpu, XTAL::u(133000000)); // a Celeron at 1.70 GHz on the MB I checked. m_maincpu->set_addrmap(AS_PROGRAM, &odyssey_state::odyssey_map); /* video hardware */ |