* New working software list additions
-----------------------------------
Avventura nel Parco Alfabeto (Italy) [tag2015]
V.Smile Football Club (Italy) [tag2015]
Spider-Man & Friends - La Sfida del Dottor Ock (Italy) [tag2015]
Nickelodeon Spongebob - Un giorno da Spugna (Italy) [tag2015]
Disney/Pixar Toy Story 2 - Operazione: Salvataggio di Woody! (Italy) [tag2015]
New NOT_WORKING software list additions
---------------------------------------
Disney Cenerentola - I desideri magici di Cenerentola (Italy, rev. 1) [tag2015]
Disney/Pixar Toy Story 3 (Italy) [tag2015]
Disney/Pixar Wall-E (Italy) [tag2015]
* Marked "toystor3i" as baddump (nw)
* new NOT WORKING software list entry
-----
tvgogo.xml : 4-in-1 (Flashcard Fishing, Break a Brick, Balloon Juggling, Penguin Maze) (US) [Sean Riddle, David Haywood, anonymous]
(confirmed the US cartridges contain different code, lacking the language selection screen)
* new NOT WORKING Software List entries
----
pi_storyreader_cart:101dal 101 Dalmatiner (Germany) [Team Europe]
pi_storyreader_cart:arielle Arielle - Die Meerjungfrau (Germany) [Team Europe]
pi_storyreader_cart:bambi Bambi (Germany) [Team Europe]
pi_storyreader_cart:cinder Cinderella (Germany) [Team Europe]
pi_storyreader_cart:pino Pinocchio (Germany) [Team Europe]
pi_storyreader_cart:scheewtn Schneewittchen und die Sieben Zwerge (Germany) [Team Europe]
pi_storyreader_cart:susistro Susi und STROLCH (Germany) [Team Europe]
pi_storyreader_cart:schone Die Schone und das Biest (GER) (Germany) [Team Europe]
--------------------
Anime Champ (GCA07 VER. JAA) [Windy Fairy, smf]
Great Bishi Bashi Champ (GBA48 VER. JAB) [Windy Fairy, smf]
Removed the MB89371 from the 573 memory map as it's clearly not correct, however Great Bishi Bashi Champ does initialize it at another address. (nw)
- Use generic latch devices for sound communications
- More accurate handling of programmed sound resets
- Add the other LS259 to gauntlet.cpp
- Correct watchdog timeouts for all three drivers
- General code cleanup
atarigen: Eliminate ATARI_CLOCK_xxxMHz macros in favor of standard XTAL constants (nw)
atariscom: Separate source file from atarigen.cpp; move IRQ handling to atarijsa (not a property of the actual device) (nw)
"Edge cases" are compiles were the floting point type used for the core
may be different from the one used by solvers, e.g. double/float.
This does not happen in MAME, here currently this is always
double/double. Since floats are better suited for GPUs whose double
performance is limited it was time to review the code.
This commit fixes warnings about type conversions and precision loss.
In addition there is better support for INT128 and FLOAT128.
The MAT solver has seen some minor performance increases.