mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
speeling fix
This commit is contained in:
parent
8f695663b4
commit
0e5862006d
@ -1646,7 +1646,7 @@ ATTR_COLD void INPUT_PORTS_NAME(_name)(device_t &owner, ioport_list &portlist, s
|
|||||||
configurer.field_set_unused();
|
configurer.field_set_unused();
|
||||||
|
|
||||||
// analog settings
|
// 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) \
|
#define PORT_MINMAX(_min, _max) \
|
||||||
configurer.field_set_min_max(_min, _max);
|
configurer.field_set_min_max(_min, _max);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user