summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/msx_switched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/msx_switched.h')
-rw-r--r--src/mame/machine/msx_switched.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/msx_switched.h b/src/mame/machine/msx_switched.h
index 2b3c3c02c17..401787068f8 100644
--- a/src/mame/machine/msx_switched.h
+++ b/src/mame/machine/msx_switched.h
@@ -7,9 +7,9 @@
class msx_switched_device : public device_t
{
public:
- msx_switched_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ msx_switched_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source);
- virtual UINT8 get_id() = 0;
+ virtual uint8_t get_id() = 0;
virtual DECLARE_READ8_MEMBER(io_read) = 0;
virtual DECLARE_WRITE8_MEMBER(io_write) = 0;