summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/jangou_blitter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/jangou_blitter.h')
-rw-r--r--src/devices/video/jangou_blitter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/jangou_blitter.h b/src/devices/video/jangou_blitter.h
index ff56e2f4285..14f866d0df5 100644
--- a/src/devices/video/jangou_blitter.h
+++ b/src/devices/video/jangou_blitter.h
@@ -28,8 +28,8 @@ public:
jangou_blitter_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// I/O operations
- DECLARE_ADDRESS_MAP(blit_v1_regs, 8);
- DECLARE_ADDRESS_MAP(blit_v2_regs, 8);
+ void blit_v1_regs(address_map &map);
+ void blit_v2_regs(address_map &map);
DECLARE_WRITE8_MEMBER( vregs_w );
DECLARE_WRITE8_MEMBER( bltflip_w );