* Dumped and added Street Fighter III 3rd Strike
Euro BIOS, unlocked 2 new sets
* Reordered all sets per release date
* Minor fixes
New clones added
------------------------------------------------------------------------------------------------------
Street Fighter III 3rd Strike: Fight for the Future (Euro 990608) [Layne, Smitdogg, The Dumping Union]
Street Fighter III 3rd Strike: Fight for the Future (Euro 990512) [Layne, Smitdogg, The Dumping Union]
Uploading the quizrd34 CHD right now.
Next time something like this comes up, someone should contact me by /msg-ing MooglyGuy on IRC (EFNet). I get tons, tons of non-MAME-related e-mail to my mooglyguy@gmail address, so I make an explicit point of never checking it unless I want to catch up on the MAME mailing list, since I filter all MAME-related e-mails into a separate folder for asynchronous reading. Therefore, any synchronous communications should occur through other means.
and SCREEN_UPDATE(generic_bitmapped). In their place, each screen_device
now maintains a default bitmap which is automatically copied to the
screen on each update if no SCREEN_UPDATE function is provided and if
no driver_device::video_update override is present. This bitmap can be
found by querying the screen's new default_bitmap() method. [Aaron Giles]
parameters for the global SCREEN_UPDATE callback match the parameters
for the driver_device version. Added allocate() and deallocate()
methods to bitmap_t to permit cleaner handling of bitmaps in drivers
and modern devices. [Aaron Giles]
-----------------------------------
Quizard 1.8 [Klaus Sommer, Team Europe, The Dumping Union]
Quizard 2.3 [Klaus Sommer, Team Europe, The Dumping Union]
New games added as NOT_WORKING
----------------------------------
Quizard 3.4 [Klaus Sommer, Team Europe, The Dumping Union]
(nw) Games will be on the FTP in roms/CHD/quizrd18 et al, soon... (nw)
cliprects mandatory everywhere. In general, cliprects were being
correctly passed through the video side of most drivers already, so
it is mostly a semantic change. Note that with my previous change,
bitmaps have cliprects, so if you just want to clip to the bitmap's
boundaries, pass bitmap->cliprect() instead of NULL (which is no
longer permitted). [Aaron Giles]