summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/k573npu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k573npu.h')
-rw-r--r--src/mame/machine/k573npu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/k573npu.h b/src/mame/machine/k573npu.h
index 7c28760821b..ec2302c25b7 100644
--- a/src/mame/machine/k573npu.h
+++ b/src/mame/machine/k573npu.h
@@ -17,7 +17,7 @@ extern const device_type KONAMI_573_NETWORK_PCB_UNIT;
class k573npu_device : public device_t
{
public:
- k573npu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ k573npu_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
protected:
virtual void device_start() override;