summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/oricext/jasmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/oricext/jasmin.h')
-rw-r--r--src/devices/bus/oricext/jasmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/oricext/jasmin.h b/src/devices/bus/oricext/jasmin.h
index 40a81d7e7e2..7dd300bddc6 100644
--- a/src/devices/bus/oricext/jasmin.h
+++ b/src/devices/bus/oricext/jasmin.h
@@ -17,7 +17,7 @@ public:
jasmin_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual ~jasmin_device();
- DECLARE_ADDRESS_MAP(map, 8);
+ void map(address_map &map);
DECLARE_INPUT_CHANGED_MEMBER(boot_pressed);
DECLARE_WRITE8_MEMBER(side_sel_w);
DECLARE_WRITE8_MEMBER(fdc_reset_w);