
Zitat von
hap
Try
TIMER(config, "bav_busy").configure_generic(nullptr);
change to:
TIMER(config, "bav_busy").configure_generic(timer_device::expired_delegate ());
Yep, that worked - now all other new drivers are compiling without any problems, too!
Many thanks!
