summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/zorro/buddha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/amiga/zorro/buddha.h')
-rw-r--r--src/devices/bus/amiga/zorro/buddha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/amiga/zorro/buddha.h b/src/devices/bus/amiga/zorro/buddha.h
index 3148e3aa8e7..4d2069cc6b3 100644
--- a/src/devices/bus/amiga/zorro/buddha.h
+++ b/src/devices/bus/amiga/zorro/buddha.h
@@ -30,7 +30,7 @@ public:
// construction/destruction
buddha_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_ADDRESS_MAP(mmio_map, 16);
+ void mmio_map(address_map &map);
// speed register
DECLARE_READ16_MEMBER( speed_r );