-----------------------------------
bbcb_flop: Acornsoft Hits 1 & 2, The Quill, Snapple Hopper, Trivial Pursuit (Genus/Baby Boomer/Young Players Editions),
Modem Master, and various educational titles.
BeebSID 1-17, Beeb SID Quiz [PitfallJones]
bbcm_flop: SID Music 1 & 2 [Tom Walker]
electron_flop: All Electron User Group (5.25") disks, Starspell Dictionary Disk (3.5" and 5.25")
* Use Cyrillic е/ј rather than visually similar Latin e/j
* Kometar -> Коментар (no idea how that happened)
* Fix questionable automatic translisterations
- ЦПУ -> CPU (this wasn't even consistent - some strings used CPU already)
- Мамесцоре -> Mamescore
- КС -> X, И -> Y (as in X оса/Y оса)
-------------------------------
Sexy Gal Tropical [BET] (Japan 850805 SXG T-02)
(nw) Mostly just to get the ROMs in - main CPU and sub CPU boot,
passes RAM test, shows title, but the rest of the graphics are
garbled, definitely something wrong.
In the past few hours AM_DEVREADWRITE_RSHIFT was created. This has made a lot of MAMEdevs (well, mostly R. Belmont) very angry and has widely been regarded as a bad move.
This patch replaces AM_DEVREADWRITE_RSHIFT with a similar but more functional-looking interface (now known as AM_DEVREADWRITE_MOD), which also now supports address line inversion as well as shifting.
this was purchased as part of the quest to find a 2nd working Alligator Hunt still using the DS5002FP rather than the unprotected code, took a gamble on it because it was an unknown set, turns out it's unrprotected but very different to the set in MAME.
also unrelated but marked unkfr as working since I can't find an issue with it
* initial skelethon: ControlID X628 fingerprint reader
* first draft of an implementation of the NT7534 device (LCD controller)
* fix emulation of ControlID x628 + NT7534 LCD controller
* cidx628: fix LCD color palette on Control ID x628 driver
* Adding a header with details of the hardware. This is the first MAME driver with an LCD controlled by a NT7534 chip, so I wrote an initial implementation of that new device.