diff options
Diffstat (limited to 'src/devices/video/tea1002.h')
-rw-r--r-- | src/devices/video/tea1002.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/tea1002.h b/src/devices/video/tea1002.h index e208d20fb0a..fec7a9ea7f5 100644 --- a/src/devices/video/tea1002.h +++ b/src/devices/video/tea1002.h @@ -35,7 +35,7 @@ class tea1002_device : public device_t { public: // construction/destruction - tea1002_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + tea1002_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); rgb_t color(int index); |