summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vixen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vixen.h')
-rw-r--r--src/mame/includes/vixen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/vixen.h b/src/mame/includes/vixen.h
index 0873a9cbfa2..b3be9f230c8 100644
--- a/src/mame/includes/vixen.h
+++ b/src/mame/includes/vixen.h
@@ -76,6 +76,7 @@ public:
DECLARE_READ8_MEMBER(oprom_r);
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void vixen(machine_config &config);
private:
required_device<cpu_device> m_maincpu;
required_device<fd1797_device> m_fdc;