summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/tube/tube_zep100.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_zep100.h')
-rw-r--r--src/devices/bus/bbc/tube/tube_zep100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/tube/tube_zep100.h b/src/devices/bus/bbc/tube/tube_zep100.h
index a24bc533445..983f4c844ab 100644
--- a/src/devices/bus/bbc/tube/tube_zep100.h
+++ b/src/devices/bus/bbc/tube/tube_zep100.h
@@ -41,6 +41,8 @@ public:
DECLARE_READ8_MEMBER( ppi_pb_r );
DECLARE_WRITE8_MEMBER( ppi_pc_w );
+ void tube_zep100_io(address_map &map);
+ void tube_zep100_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;