mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
(nw) fixed potential compile error
This commit is contained in:
parent
3ebdfa91f5
commit
0af3721bbc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user