Initial commit: MSXgl 1.4.1 with mazegame project

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 22:50:20 +02:00
co-authored by Claude Opus 4.8
commit f3340e86c6
1905 changed files with 633952 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
//*****************************************************************************
// PROJECT CONFIG OVERWRITE
//*****************************************************************************
//-- Target MSX machine version (string)
Machine = "1";
//-- List of library modules to build (array)
LibModules = [ "wyz/wyz_player2", "psg", "system", "bios", "vdp", "print", "input", "memory" ];
//-- Additional sources to be compiled and linked with the project (array)
AddSources = [ "content/wyz/Nayade.asm", "content/wyz/RA_PSG.asm", "content/wyz/jinj_med.asm", "content/wyz/gothic.asm", "content/wyz/shampoo.asm", "content/wyz/quezesto.asm" ];
//-- Emulator extra parameters to be add to command-line (string). Emulator sotfware specific
EmulExtraParam = "-exta slotexpander -ext MegaFlashROM_SCC+_SD";
//-- Application ID. Can be 2 character string or 16-bits integer (0~65535)
AppID = "W2";