summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tiki100/8088.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tiki100/8088.h')
-rw-r--r--src/devices/bus/tiki100/8088.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/tiki100/8088.h b/src/devices/bus/tiki100/8088.h
index 2e946cd1c55..8e3c99a761a 100644
--- a/src/devices/bus/tiki100/8088.h
+++ b/src/devices/bus/tiki100/8088.h
@@ -32,6 +32,8 @@ public:
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
+ void i8088_io(address_map &map);
+ void i8088_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;