speeling fix

This commit is contained in:
Cowering 2015-07-02 09:54:31 -05:00
parent 8f695663b4
commit 0e5862006d

View File

@ -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);