summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/printer.cpp')
-rw-r--r--src/devices/bus/comx35/printer.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/comx35/printer.cpp b/src/devices/bus/comx35/printer.cpp
index 5d0cb050f70..1625c5b4580 100644
--- a/src/devices/bus/comx35/printer.cpp
+++ b/src/devices/bus/comx35/printer.cpp
@@ -86,7 +86,7 @@ machine_config_constructor comx_prn_device::device_mconfig_additions() const
// comx_prn_device - constructor
//-------------------------------------------------
-comx_prn_device::comx_prn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+comx_prn_device::comx_prn_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, COMX_PRN, "COMX-35 Printer Card", tag, owner, clock, "comx_prn", __FILE__),
device_comx_expansion_card_interface(mconfig, *this),
m_centronics(*this, CENTRONICS_TAG),
@@ -119,9 +119,9 @@ void comx_prn_device::device_reset()
// comx_mrd_r - memory read
//-------------------------------------------------
-UINT8 comx_prn_device::comx_mrd_r(address_space &space, offs_t offset, int *extrom)
+uint8_t comx_prn_device::comx_mrd_r(address_space &space, offs_t offset, int *extrom)
{
- UINT8 data = 0;
+ uint8_t data = 0;
if (offset >= 0xc000 && offset < 0xe000)
{
@@ -136,7 +136,7 @@ UINT8 comx_prn_device::comx_mrd_r(address_space &space, offs_t offset, int *extr
// comx_io_r - I/O read
//-------------------------------------------------
-UINT8 comx_prn_device::comx_io_r(address_space &space, offs_t offset)
+uint8_t comx_prn_device::comx_io_r(address_space &space, offs_t offset)
{
/*
Parallel:
@@ -175,7 +175,7 @@ UINT8 comx_prn_device::comx_io_r(address_space &space, offs_t offset)
// comx_io_w - I/O write
//-------------------------------------------------
-void comx_prn_device::comx_io_w(address_space &space, offs_t offset, UINT8 data)
+void comx_prn_device::comx_io_w(address_space &space, offs_t offset, uint8_t data)
{
/*
Parallel: