summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/viper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/viper.cpp')
-rw-r--r--src/mame/drivers/viper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/viper.cpp b/src/mame/drivers/viper.cpp
index a7449ea872d..4b230f339d4 100644
--- a/src/mame/drivers/viper.cpp
+++ b/src/mame/drivers/viper.cpp
@@ -2425,7 +2425,7 @@ MACHINE_CONFIG_START(viper_state::viper)
PALETTE(config, "palette").set_entries(65536);
TIMER(config, "ds2430_timer2", 0);
- //MCFG_TIMER_ADD_NONE("ds2430_timer2")
+ //TIMER(config, "ds2430_timer2").configure_generic(timer_device::expired_delegate());
/* sound hardware */
SPEAKER(config, "lspeaker").front_left();