summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83006.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h83006.h')
-rw-r--r--src/devices/cpu/h8/h83006.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h83006.h b/src/devices/cpu/h8/h83006.h
index 83aa48b7ec9..37ff4029476 100644
--- a/src/devices/cpu/h8/h83006.h
+++ b/src/devices/cpu/h8/h83006.h
@@ -29,6 +29,9 @@ class h83006_device : public h8h_device {
public:
h83006_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void set_mode_a20() { mode_a20 = true; }
+ void set_mode_a24() { mode_a20 = false; }
+
DECLARE_READ8_MEMBER(syscr_r);
DECLARE_WRITE8_MEMBER(syscr_w);