summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2008-04-26 18:35:40 +0000
committer Nathan Woods <npwoods@mess.org>2008-04-26 18:35:40 +0000
commit8d1c77366c2086f9be97fba6a57847f67f44060b (patch)
treeb8ad19505fa43c20c19f11f930cf00a3a7d38600 /src/emu/inptport.h
parent3b71ebf27754705de48fb2837bb29f073c4cdc08 (diff)
MESS specific fix
Diffstat (limited to 'src/emu/inptport.h')
-rw-r--r--src/emu/inptport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h
index 9b600980229..9fd034819c8 100644
--- a/src/emu/inptport.h
+++ b/src/emu/inptport.h
@@ -847,7 +847,7 @@ struct _inp_header
#ifdef MESS
/* keyboard chars */
#define PORT_CHAR(_ch) \
- TOKEN_UINT32_PACK2(INPUT_TOKEN_CHAR, 8, _ch, 24),
+ TOKEN_UINT64_PACK2(INPUT_TOKEN_CHAR, 8, _ch, 32), \
/* categories */
#define PORT_CATEGORY(_category) \