all change to real values so the analog filters can be tested.
Changed USE_FAKE_VOTRAX back to 1. Was accidentally checked in
the wrong way in a previous change.
spriteram. Removed core support for legacy buffered spriteram, and
updated all drivers to use the new devices instead. [Aaron Giles]
Removed required/optional_shared_size helpers. Instead the existing
required/optional_shared_ptr helpers now have a bytes() method that
can be used to query the size of the shared region. [Aaron Giles]
is included in the SHA1. When creating LD CHDs, don't use a checksum on
the AVLD metadata, like we did before. Fixes recompression of laserdisc
CHDs.
Fix copy/paste error in the chd.h header which caused the flags passed to
be ignored when writing metadata.
New games marked as GAME_NOT_WORKING
------------------------------------
World Soccer Winning Eleven Arcade Game Style [Team Japump, Guru]
World Soccer Winning Eleven Arcade Game 2003 [Team Japump, Guru]
digital logic from the patent, including the timing circuit,
transition circuit, glottal generator, and noise source. Some
unknowns still exist with regards to clocking, due to
contradictory statements in the patent, but as it stands now,
all parameters are fetched and processed, phonemes are requested,
and in theory all that remains is for someone with analog sound
experience to simulate the filters on the output. For now, you
just get the raw glottal pulse mixed with the noise signal based
on the vocal and fricative amplitudes, which is enough to show
progress, but hardly a pleasing result just yet.
[Aaron Giles, Lord Nightmare, Olivier Galibert]
Converted gottlieb r1 and r2 sound boards into full-on devices,
using the recently-added mixer interface. All sound outputs are
redirected to the new sound device itself, and then the consuming
driver can route the new sound device's outputs as appropriate.
The Votrax chip has been hooked up properly, with a crude guess
at the variable clocking. Current Votrax emulation is turned off,
but it can be enabled by changing USE_FAKE_VOTRAX to 0 in
gottlieb.h. [Aaron Giles]