summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vectrex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vectrex.h')
-rw-r--r--src/mame/includes/vectrex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h
index 024c8d74226..669e5b4cb77 100644
--- a/src/mame/includes/vectrex.h
+++ b/src/mame/includes/vectrex.h
@@ -123,6 +123,8 @@ public:
DECLARE_DEVICE_IMAGE_LOAD_MEMBER( vectrex_cart );
DECLARE_WRITE_LINE_MEMBER(vectrex_via_irq);
+ void vectrex(machine_config &config);
+ void raaspec(machine_config &config);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;