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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/tms3556.h b/src/devices/video/tms3556.h
index 9111d0c26e9..11146f8b21f 100644
--- a/src/devices/video/tms3556.h
+++ b/src/devices/video/tms3556.h
@@ -44,7 +44,7 @@ public:
static constexpr unsigned TOTAL_HEIGHT = 250 + TOP_BORDER + BOTTOM_BORDER;
// construction/destruction
- tms3556_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ tms3556_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0);
DECLARE_READ8_MEMBER( vram_r );
DECLARE_WRITE8_MEMBER( vram_w );