summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8722.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8722.cpp')
-rw-r--r--src/devices/machine/mos8722.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/mos8722.cpp b/src/devices/machine/mos8722.cpp
index 214a52faa21..9f081e5c4c0 100644
--- a/src/devices/machine/mos8722.cpp
+++ b/src/devices/machine/mos8722.cpp
@@ -68,7 +68,7 @@ static const offs_t RCR_TOP_ADDRESS[4] = { 0xf000, 0xf000, 0xe000, 0xc000 };
// mos8722_device - constructor
//-------------------------------------------------
-mos8722_device::mos8722_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+mos8722_device::mos8722_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, MOS8722, "MOS8722", tag, owner, clock, "mos8722", __FILE__),
m_write_z80en(*this),
m_write_fsdir(*this),
@@ -119,7 +119,7 @@ void mos8722_device::device_reset()
// read - register read
//-------------------------------------------------
-UINT8 mos8722_device::read(offs_t offset, UINT8 data)
+uint8_t mos8722_device::read(offs_t offset, uint8_t data)
{
if (MCR_C64) return data;