summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stv.h')
-rw-r--r--src/mame/includes/stv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index 678ed675568..fd3b7f59a98 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -8,6 +8,10 @@ extern int stv_enable_slave_sh2;
extern int minit_boost,sinit_boost;
extern attotime minit_boost_timeslice, sinit_boost_timeslice;
+extern cpu_device *stv_maincpu;
+extern cpu_device *stv_slave;
+extern cpu_device *stv_audiocpu;
+
DRIVER_INIT ( stv );