summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/wangpc/tig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/wangpc/tig.h')
-rw-r--r--src/devices/bus/wangpc/tig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/wangpc/tig.h b/src/devices/bus/wangpc/tig.h
index dbe2ef2c324..1f48628da8e 100644
--- a/src/devices/bus/wangpc/tig.h
+++ b/src/devices/bus/wangpc/tig.h
@@ -29,6 +29,8 @@ public:
// construction/destruction
wangpc_tig_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void upd7220_0_map(address_map &map);
+ void upd7220_1_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;