Also moved Classic Max Pocket PCMX11 - 12 in 1 Colour Games Console (horizontal, France) from nintendo/nes_vt369_vtunknown.cpp to nintendo/vt1682.cpp.
New working systems
----------------------
Tomy / SSD Company LTD IDATEN Jump: Gekisou IDATEN Battle (Japan) [TeamEurope, David Haywood]
YSN GameU Joint TV Bank 108-in-1 (model AH9069) [TeamEurope, David Haywood]
New working clones
--------------------
Radica / SSD Company LTD ConnecTV Opus (PAL) [TeamEurope, David Haywood]
Radica / SSD Company LTD Plug & Play Opus (NTSC) [TeamEurope, David Haywood]
Takara / SSD Company LTD Machi o Tsukurou: Kouji no Kuruma 5 (Japan) [TeamEurope, David Haywood]
New systems marked not working
---------------------------------
Bandai Tamagotchi Pix [TeamEurope, David Haywood]
BornKid 16 Bit Handheld Games 100-in-1 (model GB-10X) [TeamEurope, David Haywood]
Handheld Game Console 319-in-1 [TeamEurope, David Haywood]
Jungle Soft Classic Max Pocket Mx-10 - 12 in 1 (vertical) [TeamEurope, David Haywood]
San-X / Tomy Sumikko Gurashi - Sumikko Sagashi [TeamEurope, David Haywood]
SSD Company LTD XaviX Aerostep (XaviXPORT, Japan) [TeamEurope, David Haywood]
Takara / SSD Company LTD Beyblade Ultimate Shooter (Japan) [TeamEurope, David Haywood]
Takara / SSD Company LTD Zuba Zuba Blade (Japan) [TeamEurope, David Haywood]
Tomy / SSD Company LTD TV Hockey (Japan) [TeamEurope, David Haywood]
YSN Play Portable Color GameU+ (108-in-1) (Japan) [TeamEurope, David Haywood]
New clones marked not working
----------------------------
Epoch / SSD Company LTD Let's Play Excite Striker (UK) [TeamEurope, David Haywood]
New working software list items (ekara_cart.xml)
----------------------------------------
e-kara Web cartridge 12M (used, with 5 songs) (Japan) [TeamEurope, David Haywood]
Revert "epson/qx10.cpp: rectify previous commit"
This reverts commit 35f1ec96be.
Revert "epson/qx10.cpp: use copyrozbitmap for (external to 7220) zoom handling"
This reverts commit a266a60699.
scv.xml: Promote starspdr to partially supported.
devices/sound/upd1771.cpp: Reset m_state when resetting state in pcm_write (fixes hanging sound in some games).
bus/scv/rom;cpp: Move implementations to anonymous namespace.
bus/scv/slot.cpp: Let cartridges install themselves.
epoch/scv.cpp:
- Tweak scv_pal video timings to get closer to 50Hz refresh rate.
- Block graphic color 0 is transparent (fixes Ton Ton Ball background).
- Update comments.
New clones marked not working
-----------------------------
Crisis Zone (World, CSZO2 Ver. B) [Guru]
-namcos23.cpp: Improved texturing in Super System 23 games. [Ryan Holtz]
* Added missing address-map setter.
------------------
Jungle King (V200PR) [Ioannis Bampoulas, TeamEurope]
Tarzan (V103M) [Ioannis Bampoulas, TeamEurope]
Tarzan (V202FA) [Ioannis Bampoulas, TeamEurope]
New systems marked not working
------------------------------
Diamond Heart New (v20.0) [Ioannis Bampoulas, TeamEurope]
Honey-Bee (v3.0) [Ioannis Bampoulas, TeamEurope]
New clones marked not working
-----------------------------
Magical Kengo 2005 (Ver. USA 1.10) [Ioannis Bampoulas, TeamEurope]
------------------
Golden Poker Double Up (bootleg, set 5) [Hammy]
New systems marked not working
------------------------------
Joker Bonus [Hammy]
Lucky 75 [caius]
Lucky Star [Hammy]
* More flexible API; you can set the start and length separately without
forcing unpause/play start/etc.
* Data tracks are force muted, headphone users are safe
* Added forward and reverse fast scan capability
nscsi/cd.cpp: AppleCD improvements [R. Belmont, thanks to Joshua Bell]
* Fixed bug causing APPLE_AUDIO_STATUS to always return PLAYING
* APPLE_READ_SUB_CHANNEL now returns the current location information even when playback is stopped
* APPLE_AUDIO_PLAY semantics have been overhauled to support the start playback/set end flag
* APPLE_AUDIO_STOP now sets the stop position to the end of the specified track, as per comments
in Apple II DeskTop's CD Remote and the behavior of Apple CD-ROM Explorer.
* APPLE_AUDIO_SCAN is now implemented and works
* Many other minor fixes and behavior updates