mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
missed comment (nw)
This commit is contained in:
parent
72f6a2d0fb
commit
61dac0436c
@ -53,6 +53,7 @@
|
||||
#define MCFG_VIA6522_WRITEPB_HANDLER(_devcb) \
|
||||
devcb = &via6522_device::set_writepb_handler(*device, DEVCB2_##_devcb);
|
||||
|
||||
// NOT USED
|
||||
#define MCFG_VIA6522_CA1_HANDLER(_devcb) \
|
||||
devcb = &via6522_device::set_ca1_handler(*device, DEVCB2_##_devcb);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user