summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/agat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/agat.cpp')
-rw-r--r--src/mame/drivers/agat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/agat.cpp b/src/mame/drivers/agat.cpp
index 496b9af8dee..aa4732111ce 100644
--- a/src/mame/drivers/agat.cpp
+++ b/src/mame/drivers/agat.cpp
@@ -1071,7 +1071,7 @@ static SLOT_INTERFACE_START(agat7_cards)
SLOT_INTERFACE_END
MACHINE_CONFIG_START(agat7_state::agat7)
- MCFG_CPU_ADD("maincpu", M6502, XTAL_14_3MHz / 14)
+ MCFG_CPU_ADD("maincpu", M6502, XTAL(14'300'000) / 14)
MCFG_CPU_PROGRAM_MAP(agat7_map)
MCFG_CPU_VBLANK_INT_DRIVER(A7_VIDEO_TAG ":a7screen", agat7_state, agat_vblank)