summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/archimedes/podule/io_hccs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/archimedes/podule/io_hccs.cpp')
-rw-r--r--src/devices/bus/archimedes/podule/io_hccs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/archimedes/podule/io_hccs.cpp b/src/devices/bus/archimedes/podule/io_hccs.cpp
index 7daabf0f980..16c73b22b7d 100644
--- a/src/devices/bus/archimedes/podule/io_hccs.cpp
+++ b/src/devices/bus/archimedes/podule/io_hccs.cpp
@@ -130,7 +130,7 @@ void arc_upa_hccs_device::device_start()
int arc_upa_hccs_device::get_analogue_input(int channel_number)
{
- return (0xff - m_analog->ch_r(channel_number)) << 8;
+ return m_analog->ch_r(channel_number) << 8;
}
} // anonymous namespace