summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8726.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8726.h')
-rw-r--r--src/devices/machine/mos8726.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8726.h b/src/devices/machine/mos8726.h
index 8edc5e001d9..d8edd76d54d 100644
--- a/src/devices/machine/mos8726.h
+++ b/src/devices/machine/mos8726.h
@@ -70,7 +70,7 @@ class mos8726_device : public device_t,
{
public:
// construction/destruction
- mos8726_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ mos8726_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );