Added wbass2 package.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s

This commit is contained in:
Willem Cazander 2024-06-29 03:36:55 +02:00
parent 5a97dc89e7
commit d9a743cbc0
3 changed files with 8 additions and 1 deletions

View file

@ -95,6 +95,7 @@ Current set is WIP.
* mb_msxhub_get_nextor_utils
* mb_msxhub_get_macro80
* mb_msxhub_get_z80asmuk
* mb_msxhub_get_wbass2
* mb_msxhub_get_pmarc
* mb_msxhub_get_lhpack
* mb_msxhub_get_lhext
@ -106,7 +107,7 @@ Current set is WIP.
* mb_msxhub_get_baskom
* mb_msxhub_get_binldr
* mb_msxhub_get_dmphex
* mb_msxhub_get_dos2tools
* mb_msxhub_get_msxdos2t
* mb_msxhub_get_gfxage
* mb_msxrom_file
* mb_msxrom_setup

View file

@ -79,6 +79,11 @@ define mb_msxhub_get_z80asmuk
$(call mb_msxhub_file,$(1),Z80ASMUK/3.4-1/get/Z80ASMUK/ZSMPP.COM)
$(call mb_msxhub_file,$(1),Z80ASMUK/3.4-1/get/Z80ASMUK/HEXTOBIN.COM)
endef
define mb_msxhub_get_wbass2
$(call mb_msxhub_file,$(1),WBASS2/2.0-1/get/WBASS2/zoekram.bin)
$(call mb_msxhub_file,$(1),WBASS2/2.0-1/get/WBASS2/wbass2.bin)
$(call mb_msxhub_file,$(1),WBASS2/2.0-1/get/WBASS2/wbass2.bas)
endef
#
# Compressors

View file

@ -11,6 +11,7 @@ $(TEST_DIST_QA_MSXHUB):
$(call mb_msxhub_get_nextor_utils,$(TEST_DIST_QA_MSXHUB)/utils)
$(call mb_msxhub_get_macro80,$(TEST_DIST_QA_MSXHUB)/utils)
$(call mb_msxhub_get_z80asmuk,$(TEST_DIST_QA_MSXHUB)/utils)
$(call mb_msxhub_get_wbass2,$(TEST_DIST_QA_MSXHUB)/utils)
$(call mb_msxhub_get_pmarc,$(TEST_DIST_QA_MSXHUB)/utils)
$(call mb_msxhub_get_lhpack,$(TEST_DIST_QA_MSXHUB)/utils)
$(call mb_msxhub_get_lhext,$(TEST_DIST_QA_MSXHUB)/utils)