summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/scc68070.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/scc68070.cpp')
-rw-r--r--src/devices/machine/scc68070.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/scc68070.cpp b/src/devices/machine/scc68070.cpp
index 2363b01637f..f9489edbf57 100644
--- a/src/devices/machine/scc68070.cpp
+++ b/src/devices/machine/scc68070.cpp
@@ -1241,7 +1241,7 @@ void scc68070_device::mmu_w(offs_t offset, uint16_t data, uint16_t mem_mask)
}
#if ENABLE_UART_PRINTING
-READ16_MEMBER( scc68070_device::uart_loopback_enable )
+uint16_t scc68070_device::uart_loopback_enable()
{
return 0x1234;
}