diff options
Diffstat (limited to 'src/devices/machine/s2636.h')
-rw-r--r-- | src/devices/machine/s2636.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s2636.h b/src/devices/machine/s2636.h index 8803c629015..7116fb57102 100644 --- a/src/devices/machine/s2636.h +++ b/src/devices/machine/s2636.h @@ -27,7 +27,7 @@ class s2636_device : public device_t, public device_sound_interface { public: - s2636_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + s2636_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); void set_offsets(int y_offset, int x_offset) { m_x_offset = x_offset; m_y_offset = y_offset; } |