summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pitagjr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pitagjr.cpp')
-rw-r--r--src/mame/drivers/pitagjr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pitagjr.cpp b/src/mame/drivers/pitagjr.cpp
index 3a67725ccde..11035dad9f8 100644
--- a/src/mame/drivers/pitagjr.cpp
+++ b/src/mame/drivers/pitagjr.cpp
@@ -205,7 +205,7 @@ uint32_t pitagjr_state::screen_update(screen_device &screen, bitmap_ind16 &bitma
MACHINE_CONFIG_START(pitagjr_state::pitajr)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", HD63705, XTAL_2MHz) // probably a m6805-based MCU with internal boot ROM
+ MCFG_CPU_ADD("maincpu", HD63705, XTAL(2'000'000)) // probably a m6805-based MCU with internal boot ROM
MCFG_CPU_PROGRAM_MAP(pitajr_mem)
/* video hardware */