mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Constructor mistake (nw)
This commit is contained in:
parent
246623a51b
commit
80b640dcf8
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user