diff options
| author | 2008-01-17 00:09:06 +0000 | |
|---|---|---|
| committer | 2008-01-17 00:09:06 +0000 | |
| commit | 1d2106f417276deeb2ab54069c3540f4d8aabf72 (patch) | |
| tree | 45ba5d34cd46e64e76618f472ed6b74b2bbb8099 | |
| parent | db15d4cacbdc5307b4d90a8126af091724fe3216 (diff) | |
Corrected copy-paste error in comment
| -rw-r--r-- | src/emu/inptport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/inptport.h b/src/emu/inptport.h index 585b4e16819..299b16a855a 100644 --- a/src/emu/inptport.h +++ b/src/emu/inptport.h @@ -35,7 +35,7 @@ #define IP_ACTIVE_LOW 0xffffffff -/* macros for a timer callback functions */ +/* macro for a custom callback functions (PORT_CUSTOM) */ #define CUSTOM_INPUT(name) UINT32 name(void *param) |
