summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spc1000/vdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spc1000/vdp.h')
-rw-r--r--src/devices/bus/spc1000/vdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spc1000/vdp.h b/src/devices/bus/spc1000/vdp.h
index 20a0e23acd7..0c22dcbcfc0 100644
--- a/src/devices/bus/spc1000/vdp.h
+++ b/src/devices/bus/spc1000/vdp.h
@@ -18,7 +18,7 @@ class spc1000_vdp_exp_device : public device_t,
{
public:
// construction/destruction
- spc1000_vdp_exp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ spc1000_vdp_exp_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;