diff options
Diffstat (limited to 'src/mess/machine/plus4user.h')
-rw-r--r-- | src/mess/machine/plus4user.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/plus4user.h b/src/mess/machine/plus4user.h index 9127f1533d5..fc5ef2bcacb 100644 --- a/src/mess/machine/plus4user.h +++ b/src/mess/machine/plus4user.h @@ -35,7 +35,7 @@ // CONSTANTS //************************************************************************** -#define PLUS4_USER_PORT_TAG "user" +#define PLUS4_USER_PORT_TAG "user" @@ -44,7 +44,7 @@ //************************************************************************** #define MCFG_PLUS4_USER_PORT_ADD(_tag, _slot_intf, _def_slot, _def_inp) \ - MCFG_DEVICE_ADD(_tag, PLUS4_USER_PORT, 0) \ + MCFG_DEVICE_ADD(_tag, PLUS4_USER_PORT, 0) \ MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, _def_inp, false) @@ -58,7 +58,7 @@ class device_plus4_user_port_interface; class plus4_user_port_device : public device_t, - public device_slot_interface + public device_slot_interface { public: // construction/destruction |