Go to file
Aaron Giles c96cde525f From: Dirk Best <startaq@gmail.com>
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
2009-10-25 05:06:08 +00:00
docs Adjust license.txt to indicate it applies to files unless otherwise 2009-10-12 07:53:52 +00:00
src From: Dirk Best <startaq@gmail.com> 2009-10-25 05:06:08 +00:00
.gitattributes New games added as GAME_NOT_WORKING 2009-10-23 22:30:49 +00:00
makefile Move MSVC clean out of core makefile and into windows.mak where it belongs. 2009-09-21 09:03:25 +00:00