summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6272.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6272.h')
-rw-r--r--src/devices/video/huc6272.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/video/huc6272.h b/src/devices/video/huc6272.h
index bec5b0eba20..ff3a39c23db 100644
--- a/src/devices/video/huc6272.h
+++ b/src/devices/video/huc6272.h
@@ -50,6 +50,8 @@ public:
DECLARE_WRITE32_MEMBER( write );
DECLARE_READ32_MEMBER( read );
+ void kram_map(address_map &map);
+ void microprg_map(address_map &map);
protected:
// device-level overrides
virtual void device_validity_check(validity_checker &valid) const override;