summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp9845_io/98035.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp9845_io/98035.h')
-rw-r--r--src/devices/bus/hp9845_io/98035.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/hp9845_io/98035.h b/src/devices/bus/hp9845_io/98035.h
index 62a0d5a03de..d181b12d25b 100644
--- a/src/devices/bus/hp9845_io/98035.h
+++ b/src/devices/bus/hp9845_io/98035.h
@@ -44,6 +44,8 @@ public:
DECLARE_READ8_MEMBER(clr_inten_r);
DECLARE_WRITE8_MEMBER(clr_inten_w);
+ void np_io_map(address_map &map);
+ void np_program_map(address_map &map);
protected:
virtual void device_start() override;
virtual void device_reset() override;