* Update Apple II softlists to May 20th 2019 (nw)
This includes a couple of dupe removals found using a new workflow that may help speed things up a bit at the same time as helping prevent these dupes from happening.
* Correct Big Book Maker Tall Tales entry, remove duplicate (nw)
* Update Apple II softlists to May 22nd 2019 (nw)
Fixes:
More missing metadata corrected
Remove incorrect dump of Tink Tonk disk side B
Correct title on Dunzhin
Add cleanly cracked:
Design Your Own Train, Designaaaurus 2.12, Destroyer, Developing Basic Writing Skills Level 1, Developing Basic Writing Skills Level 2, Diagramming Grammatical Relationships, Dug Dug (Datasoft), Dino Spell, Dinosaur Days, Discover, Discovering the Scientific Method, Diskovery Word Bird, Dividing Fractions, Division Made Easy, Division of 1, 2, 3 Digits by 1 Digit Numerals No Remainders, Division One Digit Divisor No Renaming, Division One-Digit Divisor One Renaming, Division Shooting Gallery v1.5, Dogs and Puppies, Donald Duck's Playground, Dondra - A New Beginning, Don't Quote Me and Adjective Scramble, Double 'N' Trouble, Double Trouble, Dr. Peet's Talk-Writer, Dr. Peet's Talk-Writer ABC Discovery, Dragon Fire, Dragon Mix (1982), Dragon Mix (Revision 0), Dragon's Keep, Drug Alert, Drug Alert (Revision 0), Early Bird, Early Discoveries - Observation and Classification, Early Elementary, Early Emerging Rules - Negation, Early Emerging Rules - Plurals, Early Games - Matchmaker, Early Games - Music, Early Heroes of the Bible, Early Skills (Version 06.06.86), Earth Orbit Stations, Earthquake San Francisco 1906, EasyGraph
Add new WOZ originals:
Cutthroats R23, Trinity R11, Stationfall R107
* Fix naming conventions on WOZ files (nw)
Done once, won't need to happen again.
Corrects some TLB diagnostic errors (remaining ones require implementing a data cache), and the FPU "underflow" test (really an unimplemented instruction exception, not an underflow) by checking for denormalized or quiet NaN operands for all floating point arithmetic instructions..
Correct gpu timer rate related to gpu clock, Fix notes, Fix crash cause in 68ec020 cpu games (all 68ec020 based games are HDD based, no bankswitched ROMs)
* Fixed bugs related to reloading roms
Soft resets would reload autofire settings without saving them first, causing the settings to be lost. This commit adds a check to only reload from the settings file if loading a different rom than before.
Hard resets would leave bad references lying around, causing MAME to crash under certain circumstances (i.e. resetting while in the edit menu and entering the menu again). This commit makes sure to properly clean up and reinitialize menu and button states when resetting.
* Used set_folder to avoid hardcoding plugin name in settings path
* Bumped autofire plugin version