summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/tube/tube_80186.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/tube/tube_80186.h')
-rw-r--r--src/devices/bus/bbc/tube/tube_80186.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/bbc/tube/tube_80186.h b/src/devices/bus/bbc/tube/tube_80186.h
index a3df8d72743..a9c2f446fd8 100644
--- a/src/devices/bus/bbc/tube/tube_80186.h
+++ b/src/devices/bus/bbc/tube/tube_80186.h
@@ -52,6 +52,8 @@ protected:
void tube_80186_io(address_map &map);
void tube_80186_mem(address_map &map);
+
+ void prst_w(int state);
};