mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
![]() Date: Sun, Oct 11, 2009 at 00:38 Subject: patch for devcb.c To: submit@mamedev.org Hello, attached is a patch for devcb.c which allows devices to directly call child devices. An example would be a device with its own CPU and a child device that calls DEVCB_CPU_INPUT_LINE. Without the patch, this would have only worked with tags like DEVCB_CPU_INPUT_LINE("parent:device_cpu", 0). With the patch, its enough to write DEVCB_CPU_INPUT_LINE("device_cpu", 0). Dirk |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |