Fixed initialization order for slot devices [Nathan Woods]

This commit is contained in:
Miodrag Milanovic 2011-07-28 12:17:00 +00:00
parent 919780a6bc
commit 20f6ad3bf9

View File

@ -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) \