mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
typo (nw)
This commit is contained in:
parent
f731d41786
commit
6bea927f86
@ -17,7 +17,7 @@
|
||||
|
||||
// DATA OUT pin, don't use on HLCD0569
|
||||
#define MCFG_HLCD0515_WRITE_DATA_CB(_devcb) \
|
||||
devcb = hlcd0515_device::set_write_data_callback(*device, DEVCB_##_devcb);
|
||||
devcb = &hlcd0515_device::set_write_data_callback(*device, DEVCB_##_devcb);
|
||||
|
||||
|
||||
// pinout reference
|
||||
|
Loading…
Reference in New Issue
Block a user