summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6271.h')
-rw-r--r--src/devices/video/huc6271.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/huc6271.h b/src/devices/video/huc6271.h
index b578ae5f9ee..bb85146bbb8 100644
--- a/src/devices/video/huc6271.h
+++ b/src/devices/video/huc6271.h
@@ -34,9 +34,10 @@ public:
huc6271_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// I/O operations
- DECLARE_ADDRESS_MAP(regs, 16);
+ void regs(address_map &map);
//void data_transfer(uint32_t offset, uint32_t data);
+ void data_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;