diff --git a/src/emu/dislot.h b/src/emu/dislot.h index 14a20b08e38..20e5eb361b1 100644 --- a/src/emu/dislot.h +++ b/src/emu/dislot.h @@ -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) \