diff options
Diffstat (limited to 'src/devices/video/sed1356.h')
-rw-r--r-- | src/devices/video/sed1356.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/sed1356.h b/src/devices/video/sed1356.h index 98d80684253..003698ccf91 100644 --- a/src/devices/video/sed1356.h +++ b/src/devices/video/sed1356.h @@ -21,7 +21,7 @@ class sed1356_device : public device_t, { public: // construction/destruction - sed1356_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 0); + sed1356_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); void map(address_map &map); void vram_map(address_map &map); |