summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83003.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h83003.h')
-rw-r--r--src/devices/cpu/h8/h83003.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h83003.h b/src/devices/cpu/h8/h83003.h
index 29e42186222..f988f0301cd 100644
--- a/src/devices/cpu/h8/h83003.h
+++ b/src/devices/cpu/h8/h83003.h
@@ -32,6 +32,9 @@ public:
auto tend0() { return tend0_cb.bind(); }
auto tend1() { return tend1_cb.bind(); }
+ void set_mode_a20() { mode_a20 = true; }
+ void set_mode_a24() { mode_a20 = false; }
+
DECLARE_READ8_MEMBER(syscr_r);
DECLARE_WRITE8_MEMBER(syscr_w);