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 d9b95cc74fd..1d841f59ea9 100644
--- a/src/mame/drivers/viper.cpp
+++ b/src/mame/drivers/viper.cpp
@@ -2416,7 +2416,7 @@ MACHINE_CONFIG_START(viper_state::viper)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();
- MCFG_M48T58_ADD( "m48t58" )
+ MCFG_DEVICE_ADD("m48t58", M48T58, 0)
MACHINE_CONFIG_END
/*****************************************************************************/