summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vt320.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vt320.cpp')
-rw-r--r--src/mame/drivers/vt320.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vt320.cpp b/src/mame/drivers/vt320.cpp
index 5301868641a..3349f373bf4 100644
--- a/src/mame/drivers/vt320.cpp
+++ b/src/mame/drivers/vt320.cpp
@@ -87,7 +87,7 @@ uint32_t vt320_state::screen_update_vt320(screen_device &screen, bitmap_ind16 &b
MACHINE_CONFIG_START(vt320_state::vt320)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I8051, XTAL_16MHz)
+ MCFG_CPU_ADD("maincpu", I8051, XTAL(16'000'000))
MCFG_CPU_PROGRAM_MAP(vt320_mem)
MCFG_CPU_IO_MAP(vt320_io)