summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hp9895.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hp9895.h')
-rw-r--r--src/devices/bus/ieee488/hp9895.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/hp9895.h b/src/devices/bus/ieee488/hp9895.h
index 10a27f18d5c..b6ef102fedf 100644
--- a/src/devices/bus/ieee488/hp9895.h
+++ b/src/devices/bus/ieee488/hp9895.h
@@ -56,6 +56,8 @@ public:
// Floppy drive interface
void floppy_ready_cb(floppy_image_device *floppy , int state);
+ void z80_io_map(address_map &map);
+ void z80_program_map(address_map &map);
protected:
virtual void device_start() override;
virtual void device_reset() override;