Files

10 lines
431 B
JavaScript

//*****************************************************************************
// PROJECT CONFIG OVERWRITE
//*****************************************************************************
//-- List of library modules to build (array)
LibModules = [ "system", "bios", "vdp", "print", "input", "memory", "draw", "pt3/pt3_player" ];
//-- Application ID. Can be 2 character string or 16-bits integer (0~65535)
AppID = "PT";