summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/tube/tube_z80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_z80.h')
-rw-r--r--src/devices/bus/bbc/tube/tube_z80.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/tube/tube_z80.h b/src/devices/bus/bbc/tube/tube_z80.h
index 8ef5e59ee64..53858ecbd38 100644
--- a/src/devices/bus/bbc/tube/tube_z80.h
+++ b/src/devices/bus/bbc/tube/tube_z80.h
@@ -35,6 +35,9 @@ public:
DECLARE_WRITE8_MEMBER( mem_w );
DECLARE_READ8_MEMBER( opcode_r );
+ void tube_z80_fetch(address_map &map);
+ void tube_z80_io(address_map &map);
+ void tube_z80_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;