summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/analog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/analog.cpp')
-rw-r--r--src/devices/bus/sat_ctrl/analog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/sat_ctrl/analog.cpp b/src/devices/bus/sat_ctrl/analog.cpp
index 32cf2092385..fe47de25800 100644
--- a/src/devices/bus/sat_ctrl/analog.cpp
+++ b/src/devices/bus/sat_ctrl/analog.cpp
@@ -62,7 +62,7 @@ ioport_constructor saturn_analog_device::device_input_ports() const
// saturn_analog_device - constructor
//-------------------------------------------------
-saturn_analog_device::saturn_analog_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+saturn_analog_device::saturn_analog_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, SATURN_ANALOG, "Sega Saturn Analog Controller", tag, owner, clock, "saturn_analog", __FILE__),
device_saturn_control_port_interface(mconfig, *this),
m_joy(*this, "JOY"),
@@ -96,9 +96,9 @@ void saturn_analog_device::device_reset()
// read_ctrl
//-------------------------------------------------
-UINT8 saturn_analog_device::read_ctrl(UINT8 offset)
+uint8_t saturn_analog_device::read_ctrl(uint8_t offset)
{
- UINT8 res = 0;
+ uint8_t res = 0;
switch (offset)
{
case 0: