summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/svision.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/svision.h')
-rw-r--r--src/mame/includes/svision.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/svision.h b/src/mame/includes/svision.h
index 0b699a53c59..f704ad71012 100644
--- a/src/mame/includes/svision.h
+++ b/src/mame/includes/svision.h
@@ -75,6 +75,11 @@ public:
void svision_irq();
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(svision_cart);
+ void svisionp(machine_config &config);
+ void svisions(machine_config &config);
+ void tvlinkp(machine_config &config);
+ void svision(machine_config &config);
+ void svisionn(machine_config &config);
protected:
required_device<cpu_device> m_maincpu;
required_device<svision_sound_device> m_sound;