summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x68k_hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x68k_hdc.h')
-rw-r--r--src/mame/machine/x68k_hdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x68k_hdc.h b/src/mame/machine/x68k_hdc.h
index f8aa541d7e8..3f5677790c8 100644
--- a/src/mame/machine/x68k_hdc.h
+++ b/src/mame/machine/x68k_hdc.h
@@ -82,7 +82,7 @@ class x68k_hdc_image_device : public device_t,
{
public:
// construction/destruction
- x68k_hdc_image_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ x68k_hdc_image_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// image-level overrides
virtual iodevice_t image_type() const override { return IO_HARDDISK; }