summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/joycard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/joycard.h')
-rw-r--r--src/devices/bus/comx35/joycard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/comx35/joycard.h b/src/devices/bus/comx35/joycard.h
index 318c5265069..b171890e70e 100644
--- a/src/devices/bus/comx35/joycard.h
+++ b/src/devices/bus/comx35/joycard.h
@@ -27,7 +27,7 @@ class comx_joy_device : public device_t,
{
public:
// construction/destruction
- comx_joy_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ comx_joy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// optional information overrides
virtual ioport_constructor device_input_ports() const override;
@@ -38,7 +38,7 @@ protected:
virtual void device_reset() override;
// device_comx_expansion_card_interface overrides
- virtual UINT8 comx_io_r(address_space &space, offs_t offset) override;
+ virtual uint8_t comx_io_r(address_space &space, offs_t offset) override;
private:
required_ioport m_joy1;