summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/4cga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/4cga.cpp')
-rw-r--r--src/devices/bus/vic20/4cga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vic20/4cga.cpp b/src/devices/bus/vic20/4cga.cpp
index 67901823065..57627b2e88f 100644
--- a/src/devices/bus/vic20/4cga.cpp
+++ b/src/devices/bus/vic20/4cga.cpp
@@ -58,7 +58,7 @@ ioport_constructor c64_4cga_device::device_input_ports() const
// c64_4cga_device - constructor
//-------------------------------------------------
-c64_4cga_device::c64_4cga_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+c64_4cga_device::c64_4cga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, C64_4CGA, "C64 Protovision 4 Player Interface", tag, owner, clock, "c64_4cga", __FILE__),
device_pet_user_port_interface(mconfig, *this),
m_port(0),
@@ -84,7 +84,7 @@ void c64_4cga_device::device_start()
void c64_4cga_device::update_output()
{
- UINT8 data;
+ uint8_t data;
if (m_port)
{