Removed hex2bin dep
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
9dd8b1e4ce
commit
41e310b5cd
5 changed files with 16 additions and 25 deletions
|
|
@ -32,7 +32,6 @@ The files in this repro try to handle these steps for you.
|
|||
* make
|
||||
* openmsx
|
||||
* sdcc
|
||||
* hex2bin-2.5 (see [https://hex2bin.sourceforge.net/](https://hex2bin.sourceforge.net/))
|
||||
* wget
|
||||
* unix2dos
|
||||
|
||||
|
|
@ -45,12 +44,11 @@ For debian use;
|
|||
Include the `lib/make/msxbuild.mk` file from your Makefile.
|
||||
And override the required paths;
|
||||
* PATH_SDCC ?= /usr/bin
|
||||
* PATH_HEX2BIN ?= /usr/bin
|
||||
* PATH_UNIX2DOS ?= /usr/bin
|
||||
* PATH_OPENMSX ?= /opt/openMSX/bin/
|
||||
* PATH_MSXBUILD ?= /opt/msxbuild
|
||||
|
||||
Then build result based compile rules see an example in; `test/ahello/0module.mk`
|
||||
Then build result based compile rules see an example in; `test/ahello-m80/0module.mk`
|
||||
|
||||
|
||||
## Functions
|
||||
|
|
@ -67,8 +65,7 @@ Current set is WIP.
|
|||
* mb_link_asm_8000
|
||||
* mb_link_asm_C000
|
||||
* mb_link_asm_dos = alias for mb_link_asm_0100
|
||||
* mb_hex2com
|
||||
* mb_hex2dat
|
||||
* mb_hex2bin
|
||||
* mb_openmsx_dosctl
|
||||
* mb_msxhub_file
|
||||
* mb_package_dos1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue