//***************************************************************************** // PROJECT CONFIG OVERWRITE //***************************************************************************** //-- Target MSX machine version (string) Machine = "1"; //-- List of library modules to build (array) LibModules = [ "device/joymega", "device/msx-hid", ...LibModules]; //-- Plug a virtual device into the joystick port A (string) EmulPortA = "JoyMega"; //-- Application ID. Can be 2 character string or 16-bits integer (0~65535) AppID = "JM";