mirror of
https://github.com/holub/mame
synced 2025-05-11 16:48:52 +03:00
![]() Sent: Saturday, December 13, 2008 1:34 PM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] Add machine parameter to tilemap_create() Hi mamdev, This set of patches eliminates the #include "deprecat.h" from tilemap.c. The main change is to require callers of tilemap_create to provide a machine pointer. This pointer is then attached to the tilemap and used when needed inside tilemap.c. The first patch simply adds running_machine *machine to some driver functions that will soon need them. The second patch makes the needed changes to tilemap.[ch]. The (large) third patch adds machine to all the tilemap_create calls, and was generated entirely by the attached script. ~aa |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |