summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/tomcat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tomcat.cpp')
-rw-r--r--src/mame/drivers/tomcat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tomcat.cpp b/src/mame/drivers/tomcat.cpp
index c419a32565b..5ff67755fe9 100644
--- a/src/mame/drivers/tomcat.cpp
+++ b/src/mame/drivers/tomcat.cpp
@@ -360,7 +360,7 @@ MACHINE_CONFIG_START(tomcat_state::tomcat)
MCFG_DEVICE_ADD("m48t02", M48T02, 0)
- MCFG_VECTOR_ADD("vector")
+ VECTOR(config, "vector", 0);
MCFG_SCREEN_ADD("screen", VECTOR)
MCFG_SCREEN_REFRESH_RATE(40)
//MCFG_SCREEN_REFRESH_RATE((double)XTAL(12'000'000) / 16 / 16 / 16 / 12 / 5 )