diff options
Diffstat (limited to 'src/devices/bus/cgenie')
-rw-r--r-- | src/devices/bus/cgenie/expansion/expansion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cgenie/expansion/expansion.h b/src/devices/bus/cgenie/expansion/expansion.h index cc7a6b04828..1e01a3f64a1 100644 --- a/src/devices/bus/cgenie/expansion/expansion.h +++ b/src/devices/bus/cgenie/expansion/expansion.h @@ -115,7 +115,7 @@ protected: }; // device type definition -extern const device_type CG_EXP_SLOT; +DECLARE_DEVICE_TYPE(CG_EXP_SLOT, cg_exp_slot_device) // include here so drivers don't need to #include "carts.h" |