diff options
author | 2019-06-27 01:37:40 +0200 | |
---|---|---|
committer | 2019-06-27 01:37:55 +0200 | |
commit | 60924e122283d734f63519196f6bb743de28caad (patch) | |
tree | ec74b0fd46063b8cb7f52e3d2d6bedd4ddde0817 /src/devices/video/hlcd0538.h | |
parent | ffe04a3f0801b3a90db471e79cb1f2ed8413bcfa (diff) |
New not working machine added
-------------
Savant [hap, Berger, Sean Riddle]
Diffstat (limited to 'src/devices/video/hlcd0538.h')
-rw-r--r-- | src/devices/video/hlcd0538.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hlcd0538.h b/src/devices/video/hlcd0538.h index bc1a78d16fc..694abe3648c 100644 --- a/src/devices/video/hlcd0538.h +++ b/src/devices/video/hlcd0538.h @@ -73,7 +73,7 @@ protected: class hlcd0539_device : public hlcd0538_device { public: - hlcd0539_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock); + hlcd0539_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); }; |