Constructor mistake (nw)

This commit is contained in:
AJR 2017-05-23 17:18:19 -04:00
parent 246623a51b
commit 80b640dcf8

View File

@ -2405,7 +2405,7 @@ segas32_4player_state::segas32_4player_state(const machine_config &mconfig, cons
}
segas32_4player_state::segas32_4player_state(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)
: segas32_state(mconfig, SEGA_S32_4PLAYER_DEVICE, tag, owner, clock)
: segas32_state(mconfig, type, tag, owner, clock)
{
}