* specpls3_flop.xml: Software list additions
New working software list additions
--------------------------------------------
Bonnie and Clyde [Spectrum Computing]
Crazy Cars II (Proein) [El Trastero del Spectrum]
Drift! [Spectrum Computing]
The Ultimate Disc Copier [El Trastero del Spectrum]
Wonderful Dizzy [Spectrum Computing]
New NOT working software list addition
--------------------------------------------
La Espada Sagrada [El Trastero del Spectrum]
* spectrum_betadisc_flop.xml: Software list additions
New working software list additions
--------------------------------------------
DreamWalker: Alter Ego 2 (v1.0) [RetroSouls]
Gluf [RetroSouls]
Sun Bucket [Spectrum Computing]
New working software list items (msx1_cart.xml)
-------------------------------
E.I. - Exa Innova (Japan, Compile) [file-hunter]
E.I. - Exa Innova (Japan, Compile, alt) [file-hunter]
Ewoks (Spain) [file-hunter]
Ewoks and the Dandelion Warriors (Spain) [file-hunter]
Earth Attack [TheGeps]
Eat Blue! 2004 [MSXDev]
Eat Blue! 2004 (alt) [file-hunter]
Eruka Fan Book [N.I]
Está en el Pantano [file-hunter]
Está en la Caja (v1.1) [file-hunter]
Está en la Caja (v1.0) [file-hunter]
ExChess [MSXDev]
Also changed some descriptive text to lowercase in descriptions.
New working software list additions (gbcolor.xml)
--------------------------------------------
Grimace’s Birthday (V1.7) [nickisarchivinget]
Grimace’s Birthday (V1.6) [nickisarchivinget]
bus/vidbrain: add info_manager and comp_language cartridge types
Software list items promoted to working
---------------------------------------
vidbrain: The Computational Language [hap, Sean Riddle, Ianoid]
New working software list items (msx1_cart.xml)
-------------------------------
Game World - 64 Games (Korea, alt) [file-hunter]
Gangjeol Robocop (Korea) [file-hunter]
Gangjeol Robocop (Korea, alt) [file-hunter]
Gangjeol Robocop (Korea, alt 2) [file-hunter]
El Gnomo Fedor en la Caverna Perdida (Spain) [file-hunter]
Gokiburi Daisakusen (Japan, alt) [file-hunter]
Dunoegyosil Omog (Korea) [file-hunter]
Graphic Artist (Japan, Europe) [file-hunter]
Graphic Artist (Japan, Europe, alt) [file-hunter]
Yamaha Graphic Card [file-hunter]
Graphic Master Lab (Japan, Europe) [file-hunter]
Graphic Master Lab (Japan, Europe, alt) [file-hunter]
Green Beret (Europe, alt 2) [file-hunter]
Gyro Adventure (Japan) [file-hunter]
Nemesis 2 (Europe) ~ Gradius 2 (Japan) (demo, alt) [file-hunter]
G-Monkey [2KBOS]
Genesis Dawn of a New Day [Retroworks]
Genesis Dawn of a New Day (alt) [file-hunter]
Gniffel [MSXDev]
Goal [MSXDev]
Goal (alt) [file-hunter]
Gommy - Medieval Defender - Cartridge Edition [file-hunter]
Gommy - Medieval Defender (English) [MSXDev]
Gommy - Medieval Defender (Spanish) [MSXDev]
Gorgeous Gemma in Escape from the Space Disposal Planet [MSXDev]
Gorgeous Gemma in Escape from the Space Disposal Planet (older) [file-hunter]
GRAVITICA [MSXDev]
Green Cat Chronicles [N.I]
Grid Wars [MSXDev]
Griel's Quest for the Sangraal (extended edition) [MSXDev]
Griel's Quest for the Sangraal (extended edition, older) [file-hunter]
Griel's Quest for the Sangraal [MSXDev]
Griel's Quest for the Sangraal (older) [file-hunter]
Guntus [Inufuto]
Guru Logic [file-hunter]
Guru Logic (alt) [file-hunter]
New NOT_WORKING software list additions (msx1_cart.xml)
------------------------------------------
Gyruss [file-hunter]
vidbrain: fix regression with ext interrupt, invert joystick select pins,
bus/vidbrain: unmap_r/w shouldn't lower cs2 pin
Software list items promoted to working
---------------------------------------
vidbrain: Money Minder [hap]
New software list items marked not working
------------------------------------------
vidbrain: The Computational Language [Sean Riddle, Ianoid]
* Look for MOC in QT_HOME/libexec if not found in QT_HOME/bin
* Use the Qt6* libraries if the Qt version is >= 6
* Switch the include paths for QAction & QActionGroup for Qt >= 6
* Replace the deprecated + operator for keys with |
Names in the global namespace need to be specific. Making them overly
generic is a very bad idea, and leads to confusion and conflicts.
Device type names must always be in the global namespace, and most
device classes are in the global namespace.
Changing members like m_votrax to m_sc01 doesn't help understand the
code. If there's only one Votrax speech module in the system, it's
obvious what it is.
This reverts commit c6f0e83ecf.