summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/gromport/multiconn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/gromport/multiconn.cpp')
-rw-r--r--src/devices/bus/ti99/gromport/multiconn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99/gromport/multiconn.cpp b/src/devices/bus/ti99/gromport/multiconn.cpp
index 7784621a2d7..ad7e3e2311f 100644
--- a/src/devices/bus/ti99/gromport/multiconn.cpp
+++ b/src/devices/bus/ti99/gromport/multiconn.cpp
@@ -311,7 +311,7 @@ void ti99_multi_cart_conn_device::device_add_mconfig(machine_config &config)
INPUT_CHANGED_MEMBER( ti99_multi_cart_conn_device::switch_changed )
{
- LOGMASKED(LOG_CHANGE, "Slot changed %d - %d\n", (int)((uintptr_t)param & 0x07), newval);
+ LOGMASKED(LOG_CHANGE, "Slot changed %d - %d\n", (int)(param & 0x07), newval);
m_active_slot = m_fixed_slot = newval - 1;
}