summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/tms3556.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/tms3556.h')
-rw-r--r--src/devices/video/tms3556.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/tms3556.h b/src/devices/video/tms3556.h
index f445186e284..1657ec475b2 100644
--- a/src/devices/video/tms3556.h
+++ b/src/devices/video/tms3556.h
@@ -57,6 +57,7 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void tms3556(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;