diff options
Diffstat (limited to 'src/mame/namco/ygv608.h')
-rw-r--r-- | src/mame/namco/ygv608.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/namco/ygv608.h b/src/mame/namco/ygv608.h index 0e96f289c1f..aa058b4ae9e 100644 --- a/src/mame/namco/ygv608.h +++ b/src/mame/namco/ygv608.h @@ -21,7 +21,7 @@ class ygv608_device : public device_t, { public: // construction/destruction - ygv608_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + ygv608_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void port_map(address_map &map); |