* pc98.xml: softlist updates, part 6 (E)
- Added new software items from the Neo Kobe Collection (working):
Eimmy to Yobanaide (Demo)
Ekispert
Ekudorado - Kagami no Naka no Oukoku
Elm Knight - A Living Body Armor (Demo)
Elthlead Senshi
EO System 3.0 (v1.10 installer)
EPSON Jiko Shindan Program
EPSON MS-DOS 2.11 (Rev. E22)
EPSON MS-DOS 2.11 (Rev. R15)
EPSON Nihongo Disk BASIC v2.0
Estate
eXOn
eXOn (Demo)
Expert-98
- Added new software items from the Neo Kobe Collection (not working):
Eisei Meijin II
Elysion (2DD version)
EPSON Software Installation Program (v2.17)
EPSON Software Installation Program (v2.23)
EPSON Software Installation Program (v2.27)
EPSON Software Installation Program (v3.02)
- Re-tested software entries with current MAME
- Relabeled disks with their actual names
- Added usage notes for software that needs DOS
- Removed duplicate images where the only differences are in the saved
game data
- Reordered some disks so they are auto-mounted in a more logical way
- Some minor title / spelling fixes
* forgot a few supported tags (nw)
New working clones
------------------
Trivia (Questions Series 12 Alt Question Rom)
Trivia (Questions Series 14 Alt Question Rom)
Trivia (Version 1.03a Sex questions, Alt revision questions)
gei.cpp: Documented Trivia sets series 12 through 19. [Brian Troha]
out of whatsnew:
Sorted out question ROMs as per documentation results in 3 new clones.
Add lots of misc information to various sets.
correct a couple of comments.
* give fordrace some controls (nw)
* move some adc reads to the correct channels (nw)
* stop jak_capb from crashing, plunger no longer works with new code however (nw)
* hook up battery states (nw)
All working and dumped by me from the original disks.
Gravis UltraSound (GUS) Installation - V2.05
Chuck Yeager's Air Combat (Gravis Ultrasound version)
Dune (3.5")
Frontier - Elite II
Kidniki now achieves up to 910% when run with static solvers and with
nltool. That is significant better than the 860% we have seen
previously.
This increase is driven by using a global memory pool in the solver
code.
In addition the following refactoring and code maintenance work is
included. Please excuse the large commit, some of this took interfered
with other work and the detail development steps were ugly.
- gsl support: This commit adds pgsl.h which implements a very limited
number of the functionality of the gsl header described in the c++ core
guidelines.
- clang-tidy fixes
- A significant refactoring of palloc.h. Aligned hints were removed,
they added complexity without a significant performance gain. Vector
operations should better be done on special spans/views.
The code has been tested on linux with g++-7, g++-9, clang-11.
On Windows mingw-10 and VS2019, OSX clang-11.