summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/tube/tube_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_arm.h')
-rw-r--r--src/devices/bus/bbc/tube/tube_arm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/tube/tube_arm.h b/src/devices/bus/bbc/tube/tube_arm.h
index a8388885840..f2af17b0f54 100644
--- a/src/devices/bus/bbc/tube/tube_arm.h
+++ b/src/devices/bus/bbc/tube/tube_arm.h
@@ -47,9 +47,11 @@ private:
required_device<ram_device> m_ram;
required_memory_region m_bootstrap;
- memory_passthrough_handler *m_rom_shadow_tap;
+ memory_passthrough_handler m_rom_shadow_tap;
void tube_arm_mem(address_map &map);
+
+ void prst_w(int state);
};