Files
mazegame/projects/samples/s_dos0.js
T

18 lines
648 B
JavaScript

//*****************************************************************************
// PROJECT CONFIG OVERWRITE
//*****************************************************************************
//-- Target MSX machine version (string)
Machine = "2";
//-- Target program format (string)
Target = "DOS0";
//-- List of library modules to build (array)
LibModules = [ "dos", "string", ...LibModules ];
//-- List of data files to copy to disk (array)
DiskFiles = [ "content/img/IMAGE01.SC8", "content/img/IMAGE04.SC8", "content/img/PALETTE.SC8" ];
//-- Application ID. Can be 2 character string or 16-bits integer (0~65535)
AppID = "D0";