-------------------------------
amiga_workbench: Workbench 1.3.3 (UK) [fsck.technology]
Also rename Workbench entries from wbenc* to the much more common wb*
* Use hexadecimal sizes.
* Added a feature to explicitly indicate where in memory cartridges without mappers should be loaded.
* Updated serial, isbn, gtin, and usage notes.
* Updated versions in Arabic releases and added Arabic alt_titles.
* Got rid of a few more unnecessary uses of simple_list.
* bus/amiga/zorro: Got rid of a pointer member that would make adding
save state support unnecessarily difficult.
* nichibutsu/cop01.cpp: Remove need to remove devices from machine
config.
Not working due to failing program ROM.
New NOT_WORKING clone
----------------------------
Mutacion (Explomatic Spanish Moon Cresta bootleg) [Recreativas.org]
Alien Incident (Europe, v1.01) [redump.org]
Alone in the Dark (Europe) [redump.org]
Alone in the Dark (Europe, rev. 1) [redump.org]
Alone in the Dark (Europe, Pay as You Play version, CD-ROM User) [redump.org]
Alone in the Dark (Europe, Pay as You Play version, PC Power) [redump.org]
Alone in the Dark 2 (Europe) [redump.org]
Alone in the Dark 2 (Europe, English only) [redump.org]
Alone in the Dark 2 (France) [redump.org]
Beneath a Steel Sky (USA, Slash release) [redump.org]
Epic Pinball (Europe, Romware release) [redump.org]
Epic Pinball (USA, Mail Order release) [redump.org]
Formula One Grand Prix (Netherlands) [archive.org]
Gobliiins (Italy, Collezione Cd-Rom) [redump.org]
Gobliiins (USA, Sierra Originals release) [redump.org]
Goblins 3 (Europe, Sierra Originals release) [redump.org]
Goblins 3 (Italy, Collezione Cd-Rom) [redump.org]
Gods (Europe) [redump.org]
Indiana Jones and the Last Crusade (Europe) [redump.org]
Leisure Suit Larry in the Land of the Lounge Lizards (USA, SierraOriginals release) [redump.org]
PC Rally (Europe) [redump.org]
Prince of Persia 2 - The Shadow and the Flame (France) [redump.org]
Pyrotechnica (USA) [redump.org]
Soccer Kid (Europe) [redump.org]
Where in Space is Carmen Sandiego? (USA, Deluxe Edition) [redump.org]
Wrath of the Demon (USA) [redump.org]
* Moved common instruction field accessors used by the CPU core and
disassembler to a shared base class and made them constexpr.
* Got the inline member functions bodies file out of the public CPU
header so they aren't pulled in by everything using it.
* Got most of the disassembler handler declarations out of the public
header so they can be changed withut excessive recompiling.
* Split into files by opcode encode type/group.
* Refactored out macros.
* Added additional opcodes.
* Added interrupt logic.
* Added stub handlers for used but unknown opcodes.
-leapfrog/leapster.cpp updates:
* Put some data uploaded by the leapster BIOS somewhere for debugging purposes.
* Removed a read handler that was only there because of previous bad handling.
* Noted some used Leapster side addresses.