summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/shark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/shark.h')
-rw-r--r--src/devices/bus/ieee488/shark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/shark.h b/src/devices/bus/ieee488/shark.h
index 2be61a610c8..e7d92a5da4c 100644
--- a/src/devices/bus/ieee488/shark.h
+++ b/src/devices/bus/ieee488/shark.h
@@ -28,7 +28,7 @@ class mshark_device : public device_t,
{
public:
// construction/destruction
- mshark_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ mshark_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// optional information overrides
virtual const tiny_rom_entry *device_rom_region() const override;