summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-02-26 10:55:38 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-02-26 10:55:38 +0000
commite8d437422c41226aab25d707fcccd07e07d7849f (patch)
tree93fc76fc7034709de5b370c9b890cbf60ce9f9d0
parent41d2a2d8c12dc51bbac36d023fc924101255e0ba (diff)
Fixed typo.
-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 e16a2fb8551..b06bd20fbe0 100644
--- a/src/emu/inptport.h
+++ b/src/emu/inptport.h
@@ -722,7 +722,7 @@ struct _ext_inp_header
TOKEN_UINT32_PACK1(INPUT_TOKEN_TOGGLE, 8),
#define PORT_IMPULSE(_duration) \
- TOKEN_UINT32_PACK2(INPUT_TOKEN_TOGGLE, 8, _duration, 24),
+ TOKEN_UINT32_PACK2(INPUT_TOKEN_IMPULSE, 8, _duration, 24),
#define PORT_REVERSE \
TOKEN_UINT32_PACK1(INPUT_TOKEN_REVERSE, 8),