summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exzisus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exzisus.c')
-rw-r--r--src/mame/drivers/exzisus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exzisus.c b/src/mame/drivers/exzisus.c
index c723c97e2b7..58e08aec88c 100644
--- a/src/mame/drivers/exzisus.c
+++ b/src/mame/drivers/exzisus.c
@@ -276,7 +276,7 @@ static MACHINE_CONFIG_START( exzisus, exzisus_state )
MCFG_CPU_ADD("audiocpu", Z80, 4000000)
MCFG_CPU_PROGRAM_MAP(sound_map)
- MCFG_QUANTUM_TIME(attotime::from_hz(600)) /* 10 CPU slices per frame - enough for the sound CPU to read all commands */
+ MCFG_QUANTUM_TIME(attotime::from_hz(600)) /* 10 CPU slices per frame - enough for the sound CPU to read all commands */
/* video hardware */
MCFG_SCREEN_ADD("screen", RASTER)