mame/src
Aaron Giles ec66ef6ab0 From: Fabio Priuli [mailto:doge.fabio@gmail.com]
Subject: two more patches

Hi,

enclosed please find the following patches

* portM.diff which completes the basic port cleanup in 
drivers starting with M. It's mostly conversion of 8bit 
-> 16/32bit inputs and usage of AM_READ_PORT in memory maps 
(plus a couple of eeprom_bit_r replaced with PORT_CUSTOM 
and daitorid_soundstatus_r in metro.c converted to a 
CUSTOM_INPUT as well)

* avgdvg.diff converts most of the games checking avgdvg_done() 
in inputs to use a CUSTOM_INPUT (which I added to video/avgdvg.c). 
avgdvg_done() is still in use in mhavoc.c (which requires some 
more changes, so I'll take a look later) and in omegrace.c (which 
reads it directly and not through inputs). While at it, I've 
also done a small cleanup of inputs in starwars.c and tempest.c.

Regards,
     Fabio
2008-08-14 06:31:06 +00:00
..
build From: Atari Ace [mailto:atari_ace@verizon.net] 2008-06-26 15:27:12 +00:00
emu From: Atari Ace [mailto:atari_ace@verizon.net] 2008-08-14 06:27:52 +00:00
ldplayer Moved several include files from mame/ to emu/, as they were 2008-08-13 15:09:08 +00:00
lib Added new flag to menu items: MENU_FLAG_DISABLE, which means the 2008-08-13 04:55:42 +00:00
mame From: Fabio Priuli [mailto:doge.fabio@gmail.com] 2008-08-14 06:31:06 +00:00
osd Added video level detection and reporting to ldverify. 2008-08-12 17:37:53 +00:00
tools Improved video signal warning reporting. 2008-08-13 05:18:02 +00:00
version.c Cleanups and version bump. 2008-08-07 16:02:05 +00:00