summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp700.cpp')
-rw-r--r--src/mame/drivers/hp700.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hp700.cpp b/src/mame/drivers/hp700.cpp
index 857b5554d22..1b93c53f8af 100644
--- a/src/mame/drivers/hp700.cpp
+++ b/src/mame/drivers/hp700.cpp
@@ -41,13 +41,13 @@ static INPUT_PORTS_START( hp700_92 )
INPUT_PORTS_END
MACHINE_CONFIG_START(hp700_state::hp700_92)
- MCFG_CPU_ADD("maincpu", V20, XTAL_29_4912MHz / 3) // divider not verified
+ MCFG_CPU_ADD("maincpu", V20, XTAL(29'491'200) / 3) // divider not verified
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_CPU_IO_MAP(io_map)
MCFG_NVRAM_ADD_0FILL("nvram")
- MCFG_DEVICE_ADD("duart", SCN2681, XTAL_29_4912MHz / 8) // divider not verified
+ MCFG_DEVICE_ADD("duart", SCN2681, XTAL(29'491'200) / 8) // divider not verified
MCFG_MC68681_IRQ_CALLBACK(INPUTLINE("maincpu", INPUT_LINE_IRQ0))
MACHINE_CONFIG_END