summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/mb90082.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/mb90082.h')
-rw-r--r--src/devices/video/mb90082.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/mb90082.h b/src/devices/video/mb90082.h
index b4de8293bc3..e9c342179b9 100644
--- a/src/devices/video/mb90082.h
+++ b/src/devices/video/mb90082.h
@@ -41,6 +41,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
virtual const tiny_rom_entry *device_rom_region() const override;
+ void mb90082_vram(address_map &map);
protected:
// device-level overrides
virtual void device_validity_check(validity_checker &valid) const override;