summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/4cga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/4cga.h')
-rw-r--r--src/devices/bus/vic20/4cga.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/vic20/4cga.h b/src/devices/bus/vic20/4cga.h
index e95e682ae1d..342201c2506 100644
--- a/src/devices/bus/vic20/4cga.h
+++ b/src/devices/bus/vic20/4cga.h
@@ -28,7 +28,7 @@ class c64_4cga_device : public device_t,
{
public:
// construction/destruction
- c64_4cga_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ c64_4cga_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;
@@ -54,8 +54,8 @@ private:
void update_output();
int m_port;
- UINT8 m_joy3;
- UINT8 m_joy4;
+ uint8_t m_joy3;
+ uint8_t m_joy4;
};