summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2008-03-10 13:16:23 +0000
committer Nathan Woods <npwoods@mess.org>2008-03-10 13:16:23 +0000
commit470e72b3510696c07b5e1cc9c5b828b663fb3bc3 (patch)
tree377c1fca3f6b1de9d9b6c02ac6a73e2ed25b4ac9
parent43c2c2a00287431b5bc9268a968f6b5e55b851c2 (diff)
MESS-specific fix
-rw-r--r--src/emu/inptport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h
index 2540b49b953..67f77341d2a 100644
--- a/src/emu/inptport.h
+++ b/src/emu/inptport.h
@@ -848,8 +848,8 @@ struct _ext_inp_header
TOKEN_UINT64_PACK2(_mask, 32, _default, 32), \
TOKEN_STRING(_name),
-#define PORT_CATEGORY_ITEM(_default,_name) \
- TOKEN_UINT64_PACK2(INPUT_TOKEN_CATEGORY_SETTING, 8, _default, 32), \
+#define PORT_CATEGORY_ITEM(_default,_name,_category) \
+ TOKEN_UINT64_PACK3(INPUT_TOKEN_CATEGORY_SETTING, 8, _default, 32, _category, 32), \
TOKEN_STRING(_name),
#endif /* MESS */