mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fixed initialization order for slot devices [Nathan Woods]
This commit is contained in:
parent
919780a6bc
commit
20f6ad3bf9
@ -16,7 +16,7 @@
|
||||
struct slot_interface
|
||||
{
|
||||
const char * name;
|
||||
device_type devtype;
|
||||
const device_type & devtype;
|
||||
};
|
||||
|
||||
#define MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, _def_inp) \
|
||||
|
Loading…
Reference in New Issue
Block a user