summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/expander/sv603.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/expander/sv603.h')
-rw-r--r--src/devices/bus/svi3x8/expander/sv603.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/svi3x8/expander/sv603.h b/src/devices/bus/svi3x8/expander/sv603.h
index eb58a51b003..aec93de11a0 100644
--- a/src/devices/bus/svi3x8/expander/sv603.h
+++ b/src/devices/bus/svi3x8/expander/sv603.h
@@ -28,7 +28,7 @@ class sv603_device : public device_t, public device_svi_expander_interface
{
public:
// construction/destruction
- sv603_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ sv603_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// from host
virtual DECLARE_READ8_MEMBER( mreq_r ) override;