summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crospang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crospang.cpp')
-rw-r--r--src/mame/drivers/crospang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crospang.cpp b/src/mame/drivers/crospang.cpp
index c4033000661..baa07d8ff7b 100644
--- a/src/mame/drivers/crospang.cpp
+++ b/src/mame/drivers/crospang.cpp
@@ -488,7 +488,7 @@ MACHINE_CONFIG_START(crospang_state::pitapat)
crospang(config);
// can't be 14'318'181 / 2 as the inputs barely respond and the background graphics glitch badly when the screen fills, doesn't appear to be a vblank bit anywhere to negate this either, P12 reated part
- MCFG_DEVICE_REPLACE("maincpu", M68000, XTAL(14'318'181))
+ MCFG_DEVICE_REPLACE("maincpu", M68000, XTAL(14'318'181))
MCFG_DEVICE_PROGRAM_MAP(pitapat_map)
MCFG_DEVICE_VBLANK_INT_DRIVER("screen", crospang_state, irq6_line_hold)