(nw) fixed potential compile error

This commit is contained in:
Robbbert 2017-07-08 00:41:56 +10:00
parent 3ebdfa91f5
commit 0af3721bbc

View File

@ -47,7 +47,7 @@ private:
};
#define MCFG_BITBANGER_INTERFACE(_interface) \
bitbanger_image_device::static_set_interface(*device, _interface);
bitbanger_device::static_set_interface(*device, _interface);
// device type definition
DECLARE_DEVICE_TYPE(BITBANGER, bitbanger_device)