diff options
Diffstat (limited to 'src/mame/sega/s32comm.h')
-rw-r--r-- | src/mame/sega/s32comm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sega/s32comm.h b/src/mame/sega/s32comm.h index d833d5349ac..fe8f81131d9 100644 --- a/src/mame/sega/s32comm.h +++ b/src/mame/sega/s32comm.h @@ -18,7 +18,7 @@ class s32comm_device : public device_t { public: // construction/destruction - s32comm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + s32comm_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // single bit registers (74LS74) uint8_t zfg_r(offs_t offset); |