summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wswan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wswan.h')
-rw-r--r--src/mame/includes/wswan.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/wswan.h b/src/mame/includes/wswan.h
index f3945a2f3fe..06800718ab2 100644
--- a/src/mame/includes/wswan.h
+++ b/src/mame/includes/wswan.h
@@ -69,6 +69,8 @@ public:
DECLARE_MACHINE_START(wscolor);
DECLARE_PALETTE_INIT(wscolor);
+ void wscolor(machine_config &config);
+ void wswan(machine_config &config);
protected:
/* Interrupt flags */
static const uint8_t WSWAN_IFLAG_STX = 0x01;