diff options
Diffstat (limited to 'src/mame/funworld/photoplysx.cpp')
-rw-r--r-- | src/mame/funworld/photoplysx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/funworld/photoplysx.cpp b/src/mame/funworld/photoplysx.cpp index 76feace1eec..ff9961ca16c 100644 --- a/src/mame/funworld/photoplysx.cpp +++ b/src/mame/funworld/photoplysx.cpp @@ -80,7 +80,7 @@ void photoplaysx_state::machine_reset() void photoplaysx_state::photoplaysx(machine_config &config) { // Basic machine hardware - PENTIUM4(config, m_maincpu, 100000000); // Actually an Intel CELERON 2 GHz / 128 / 400 (SL6VR) + PENTIUM4(config, m_maincpu, XTAL::u(100000000)); // Actually an Intel CELERON 2 GHz / 128 / 400 (SL6VR) m_maincpu->set_addrmap(AS_PROGRAM, &photoplaysx_state::photoplaysx_map); // Video hardware |