summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp9845.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp9845.cpp')
-rw-r--r--src/mame/drivers/hp9845.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hp9845.cpp b/src/mame/drivers/hp9845.cpp
index c01b496ca23..287117f7a7f 100644
--- a/src/mame/drivers/hp9845.cpp
+++ b/src/mame/drivers/hp9845.cpp
@@ -713,7 +713,7 @@ WRITE_LINE_MEMBER(hp9845_base_state::prt_irl_w)
INPUT_CHANGED_MEMBER(hp9845_base_state::togglekey_changed)
{
- uintptr_t togglekey = (uintptr_t)param;
+ uint32_t togglekey = param;
switch (togglekey) {
case 0: // Shift lock
{