summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/scn2674.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/scn2674.h')
-rw-r--r--src/devices/video/scn2674.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/scn2674.h b/src/devices/video/scn2674.h
index 96dc50c2fec..9b1932aab8d 100644
--- a/src/devices/video/scn2674.h
+++ b/src/devices/video/scn2674.h
@@ -43,6 +43,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
virtual space_config_vector memory_space_config() const override;
+ void scn2674_vram(address_map &map);
protected:
virtual void device_start() override;
virtual void device_reset() override;