- added BIOS and dongle for Time Crisis 4 [Guru]
- added dongle for Gundam vs. Gundam [Guru, Darksoft]
New games added as GAME_NOT_WORKING
-----------------------------------
Tekken 5 Dark Resurrection [Guru, Darksoft]
-----------------------------------
Pride GP 2003 (PR21 Ver. A) [Guru, Darksoft]
Quiz Mobile Suit Gundam: Monsenshi (QG1 Ver. A) [Guru, Darksoft]
Time Crisis 4 [Guru, Darksoft]
New clones added
----------------
Ridge Racer V Arcade Battle (RRV2 Ver. A) [Guru, Darksoft]
Melty Blood Act Cadenza (GDL-0028) [rtw, ShouTime]
redumped "Melty Blood Act Cadenza Version B (GDL-0039)" [rtw, ShouTime]
changed Melty Blood series game names as per title screen texts
CHDs. this shall be of help to remove bad dumps or keep good ones
when redumps become available. while at it, removed outdated note at top
(Euro system does recognize discs in current tree) and added ring codes
when available (allowing for the removal of a bunch of disks sourced
from iso+wav, when better source were available) nw.
Non-Whatsnew Note: this commit breaks the speech in radar scope trs02 set (because the rom it has has the bits in the backwards order). I will fix this later.
New functions added:
MCFG_STEPPER_ADD(tag) - add a stepper device
MCFG_STEPPER_REEL_TYPE(type) - the equivalent of the first line in the old interface, now also takes NOT_A_REEL for printer and similar applications
MCFG_STEPPER_START_INDEX(int index) - the old second line of the interface, the position (in half steps) where the optic tab first triggers.
MCFG_STEPPER_END_INDEX(int index) - the old third line of the interface, the last position (in half steps) where the optic tab triggers.
MCFG_STEPPER_INDEX_PATTERN(int pattern) - a coil pattern in hexadecimal that has to be on the motor for the index to trigger (0 if no specific pattern is needed)
MCFG_STEPPER_INIT_PHASE(int phase) - starting phase of the motor
All drivers have been updated, testing done to all specific drivers - Scorpion 4 was particularly complex. [James Wallace]