mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
gio64: oops (nw)
This commit is contained in:
parent
b68968ebee
commit
c00a334c30
@ -26,7 +26,7 @@ public:
|
||||
// construction/destruction
|
||||
template <typename T, typename U>
|
||||
gio64_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, T &&gio64_tag, slot_type_t slot_type, U &&opts, const char *dflt)
|
||||
: gio64_slot_device(mconfig, tag, owner, (uint32_t)0)
|
||||
: gio64_slot_device(mconfig, tag, owner, (uint32_t)0, slot_type)
|
||||
{
|
||||
option_reset();
|
||||
opts(*this);
|
||||
|
Loading…
Reference in New Issue
Block a user