dump includes an new unknown bprom dump (maybe the color prom??) Correct several rom names
New Clone Added
-------------------------------------
Mario Bros. (US, Revision F) [MrGoodwraith, Smitdogg, Dumping Union]
Based on new dumps, the region is controlled via a setting in the AT28C16 EEPROM on the mainboard and is preprogrammed for each region. The EEPROM for each has been created and fixed for each region and marked as "BAD_DUMP" until they can be verified.
New Clones Added:
----------------------------------
Bloody Roar 2 (World)
Bloody Roar 2 (USA)
Bloody Roar 2 (Asia)
Fixed internal RAM/internal I/O start-up state, and updated Hit Poker driver to use it like it should.
Taito JC driver seems unaffected by this change.
======================================================================================================
http://mamedev.emulab.it/kale/fast/files/memory_map.png
----------------
E-Jan Sakurasou (v1.2) [The Guru]
also added Guru-readme for SYS386F
New games marked as GAME_NOT_WORKING
------------------------------------
Mahjong Shiseikatsu [mNyz49s8]
ROM definition only. Please have a look at this.
Sent: Sunday, June 21, 2009 6:15 PM
To: submit@mamedev.org
Cc: atariace@hotmail.com
Subject: Re: [patch] Convert most legacy drawgfx apis to new apis
On Sun, 21 Jun 2009 18:12:39 -0700, you wrote:
Woops, hit send before I attaches the patches.
>Hi mamedev,
>
>The following set of patches migrates much of MAME from the legacy
>drawgfx apis to the new drawgfx apis introduced in January.
>
>0. This removes the machine parameter from some custom drawgfx
>routines to align them better with the current idiom.
>1. This changes some custom drawgfx routines to follow the (bitmap,
>cliprect, gfx, ...) convention of the new drawgfx apis and adjusts a
>few apis to use an explicit transparency constant.
>2. This patch is entirely mechanical (generated by gfx07.pl) and
>converts legacys apis to the new apis.
>3. This patch fixes a few cases where the last patch mangled the
>code.
>
>This leaves about twenty uses of the legacy drawgfx apis in MAME. I'll
>likely try to modify most of these before moving the legacy apis to
>deprecat.h
>
>~aa
Date: Sun, 21 Jun 2009 11:36:01 -0700
To: submit@mamedev.org<submit@mamedev.org>
Subject: Patch file with various changes and updates
Hi,
Attached is a patch file that has the following changes:
* GALs dumped from Klax with Set 3 ROMs (All revisions has been updated to use these GALs.)
* Fixed the ROM names in Klax by including the board location as the file extension
* Updated Bally Sente Spiker with the cartridge type and added notice that it has an undumped PAL
* Added some information to the Gottlieb driver about the board ids of Q*Bert and M.A.C.H. 3 and the various known Gottlieb assigned game ids
* Removed Shooting Master Unprotected set since the initial dump was bad and turned out to match the EVG revision
Kevin Eshbach
Kaneko16 improvements.
This is the one that eliminates the hardcoded table with the initial
program snippet in, gets it from the rom instead, and generally cleans
things up.