Renamed dos packages and new help system.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
This commit is contained in:
parent
de1dc7695d
commit
65b40a74cb
28 changed files with 495 additions and 247 deletions
83
README.md
83
README.md
|
|
@ -14,6 +14,7 @@ But as always, feel free to extend it for your specific needs or contribute a fi
|
|||
* Auto magic openMSX extensions and machine rom's setup
|
||||
* SDCC msx build steps
|
||||
* Screenshot and/or video output of full build
|
||||
* Embedded documentation of make options
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
|
@ -73,17 +74,6 @@ When you want to see whats happening do a debug run;
|
|||
|
||||
Current set is WIP.
|
||||
|
||||
* mb_autoexec_append_cmd `<dir>`
|
||||
* mb_autoexec_append_echo `<dir> <message>`
|
||||
* mb_autoexec_append_rem `<dir> <remark>`
|
||||
* mb_autoexec_append_show_gui `<dir>`
|
||||
* mb_autoexec_append_stop_fail `<dir>`
|
||||
* mb_autoexec_append_exit `<dir>`
|
||||
* mb_autoexec_append_joyporta_mouse `<dir>`
|
||||
* mb_autoexec_append_save_screenshot `<dir> [prefix]`
|
||||
* mb_autoexec_append_save_video `<dir> [prefix]`
|
||||
* mb_autoexec_append_safe_test `<dir> <cmd> [timeout] [exit-code]`
|
||||
* mb_autoexec_append_safe_cmd `<dir> <cmd> [timeout] [exit-code]`
|
||||
* mb_autoexec_write_default `<dir> [text-mode]`
|
||||
* mb_autoexec_show_gui40 `<dir> [cmd]`
|
||||
* mb_autoexec_show_gui40_mouse `<dir> [cmd]`
|
||||
|
|
@ -91,76 +81,7 @@ Current set is WIP.
|
|||
* mb_autoexec_show_gui80_mouse `<dir> [cmd]`
|
||||
* mb_autoexec_safe_cmd `<dir> <cmd> [text-mode]`
|
||||
* mb_autoexec_safe_test `<dir> <cmd> [text-mode]`
|
||||
* mb_msxhub_file `<dir> <msxhub-slug>`
|
||||
* mb_msxhub_get_dos1_boot `<dir>`
|
||||
* mb_msxhub_get_dos2_boot `<dir>`
|
||||
* mb_msxhub_get_dos2_utils `<dir>`
|
||||
* mb_msxhub_get_nextor_boot `<dir>`
|
||||
* mb_msxhub_get_nextor_utils `<dir>`
|
||||
* mb_msxhub_get_macro80 `<dir>`
|
||||
* mb_msxhub_get_z80asmuk `<dir>`
|
||||
* mb_msxhub_get_wbass2 `<dir>`
|
||||
* mb_msxhub_get_konpass `<dir>`
|
||||
* mb_msxhub_get_pmarc `<dir>`
|
||||
* mb_msxhub_get_lhpack `<dir>`
|
||||
* mb_msxhub_get_lhext `<dir>`
|
||||
* mb_msxhub_get_gunzip `<dir>`
|
||||
* mb_msxhub_get_tunzip `<dir>`
|
||||
* mb_msxhub_get_popcom `<dir>`
|
||||
* mb_msxhub_get_make `<dir>`
|
||||
* mb_msxhub_get_adir `<dir>`
|
||||
* mb_msxhub_get_turbo `<dir>`
|
||||
* mb_msxhub_get_baskom `<dir>`
|
||||
* mb_msxhub_get_binldr `<dir>`
|
||||
* mb_msxhub_get_dmphex `<dir>`
|
||||
* mb_msxhub_get_zd `<dir>`
|
||||
* mb_msxhub_get_msxdos2t `<dir>`
|
||||
* mb_msxhub_get_gfxage `<dir>`
|
||||
* mb_msxrom_file `<dir> <msxrom-slug>`
|
||||
* mb_msxrom_setup `<dir>`
|
||||
* mb_msxrom_extension_ide `<dir>`
|
||||
* mb_msxrom_extension_ide_nextor `<dir>`
|
||||
* mb_msxrom_extension_scsi_novaxis `<dir>`
|
||||
* mb_msxrom_extension_msxdos22 `<dir>`
|
||||
* mb_msxrom_extension_rs232 `<dir>`
|
||||
* mb_msxrom_extension_fmpac `<dir>`
|
||||
* mb_msxrom_extension_fmpac_en `<dir>`
|
||||
* mb_msxrom_extension_moonsound `<dir>`
|
||||
* mb_msxrom_extension_basickun `<dir>`
|
||||
* mb_msxrom_machine_Canon_V-20 `<dir>`
|
||||
* mb_msxrom_machine_Mitsubishi_ML-F80 `<dir>`
|
||||
* mb_msxrom_machine_Mitsubishi_ML-FX1 `<dir>`
|
||||
* mb_msxrom_machine_Mitsubishi_ML-G3_ES `<dir>`
|
||||
* mb_msxrom_machine_Philips_VG_8000 `<dir>`
|
||||
* mb_msxrom_machine_Philips_VG_8230 `<dir>`
|
||||
* mb_msxrom_machine_Philips_NMS_8250 `<dir>`
|
||||
* mb_msxrom_machine_Toshiba_HX-21 `<dir>`
|
||||
* mb_msxrom_machine_Yamaha_AX200 `<dir>`
|
||||
* mb_msxrom_machine_Yamaha_YIS-503IIIR `<dir>`
|
||||
* mb_msxrom_machine_Panasonic_FS-A1WSX `<dir>`
|
||||
* mb_msxrom_machine_Boosted_MSX2_EN `<dir>`
|
||||
* mb_msxrom_machine_Boosted_MSX2+_JP `<dir>`
|
||||
* mb_openmsx_setup `<dir> <machine>`
|
||||
* mb_openmsx_dosctl `<dir> [machine] [mem-argu]`
|
||||
* mb_sdcc_compile_asm `<in> <out>`
|
||||
* mb_sdcc_link_asm_lib `<in> <out>`
|
||||
* mb_sdcc_link_asm `<in> <out> <addr>`
|
||||
* mb_sdcc_link_asm_0000 `<in> <out>`
|
||||
* mb_sdcc_link_asm_0100 `<in> <out>`
|
||||
* mb_sdcc_link_asm_1000 `<in> <out>`
|
||||
* mb_sdcc_link_asm_4000 `<in> <out>`
|
||||
* mb_sdcc_link_asm_8000 `<in> <out>`
|
||||
* mb_sdcc_link_asm_C000 `<in> <out>`
|
||||
* mb_sdcc_link_asm_bdos `<in> <out>`
|
||||
* mb_sdcc_hex2bin `<in> <out>`
|
||||
* mb_clean `<dir>`
|
||||
* mb_mkdir `<dir>`
|
||||
* mb_delete `<file>`
|
||||
* mb_copy `<in> <out>`
|
||||
* mb_unix2dos `<in> <out>`
|
||||
* mb_dos2unix `<in> <out>`
|
||||
* mb_create_dist `<dir> <archive>`
|
||||
* mb_create_flight_video `<dir>`
|
||||
|
||||
|
||||
## Errata
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue