diff options
Diffstat (limited to 'src/emu/ioport.h')
-rw-r--r-- | src/emu/ioport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ioport.h b/src/emu/ioport.h index e04b5a02b84..4839fe34272 100644 --- a/src/emu/ioport.h +++ b/src/emu/ioport.h @@ -1646,7 +1646,7 @@ ATTR_COLD void INPUT_PORTS_NAME(_name)(device_t &owner, ioport_list &portlist, s configurer.field_set_unused(); // analog settings -// if this macro is not used, the minimum defaluts to 0 and maximum defaults to the mask value +// if this macro is not used, the minimum defaults to 0 and maximum defaults to the mask value #define PORT_MINMAX(_min, _max) \ configurer.field_set_min_max(_min, _max); |