mame/src/ldplayer
Aaron Giles 40cc74b98f > -----Original Message-----
> From: Atari Ace [mailto:atari_ace@verizon.net]
> Sent: Monday, August 03, 2009 10:52 PM
> To: submit@mamedev.org
> Cc: atariace@hotmail.com
> Subject: [patch] De-globalize romload.c/validity.c
> 
> Hi mamedev,
> 
> Static and global variables in the core of MAME have slowly been
> replaced with opaque structures latched onto the running machine. This
> patch extends this idiom to two more files, romload.c and validity.c.
> validity.c in fact didn't need any global state (it was used only to
> pass data between function calls), and romload.c already had a struct
> that largely served that purpose.
> 
> ~aa
2009-08-13 04:55:32 +00:00
..
layout Changed DEVICE_START functions to return an error code. Currently this 2008-09-09 16:10:11 +00:00
ldpdriv.c Added PR-8210 support to the ldplayer. Fixed step forward command on the PR-8210. 2008-08-22 02:43:32 +00:00
ldplayer.c > -----Original Message----- 2009-08-13 04:55:32 +00:00
ldplayer.mak Having decided to look at the MAME source again, I have a fairly minor patch: 2009-03-19 06:15:14 +00:00