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
- Make some variables constant
- Fix typename value for some bools
- use BIT helper for bitfields
- Reduce literal tag usages
- Suppress side effects for debugger reads
- Simplify gfx decode layouts
- Fix some notes