diff options
Diffstat (limited to 'src/devices/video/huc6271.h')
-rw-r--r-- | src/devices/video/huc6271.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6271.h b/src/devices/video/huc6271.h index a8b3eb00287..d50bd39b4a4 100644 --- a/src/devices/video/huc6271.h +++ b/src/devices/video/huc6271.h @@ -24,7 +24,7 @@ class huc6271_device : public device_t, { public: // construction/destruction - huc6271_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + huc6271_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // I/O operations //void data_transfer(uint32_t offset, uint32_t data); |