mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
Add note about requiring newer version of merlin32
This commit is contained in:
parent
a33779ae28
commit
0915f5e93b
@ -21,7 +21,11 @@ Each demo application has a build script that also builds the toolset and copies
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
GTE uses the [merlin32](https://brutaldeluxe.fr/products/crossdevtools/merlin/) assembler to compile its source into GS/OS OMF files and [Cadius](https://brutaldeluxe.fr/products/crossdevtools/cadius/index.html) to copy those files onto a ProDOS disk image. The paths to these tool can be set in the `package.json` file.
|
* node
|
||||||
|
* merlin32 (1.1.10+)
|
||||||
|
* cadius
|
||||||
|
|
||||||
|
GTE uses the [merlin32](https://brutaldeluxe.fr/products/crossdevtools/merlin/) 1.1.10 assembler to compile its source into GS/OS OMF files and [Cadius](https://brutaldeluxe.fr/products/crossdevtools/cadius/index.html) to copy those files onto a ProDOS disk image. The paths to these tool can be set in the `package.json` file.
|
||||||
|
|
||||||
An empty 2MG disk image is included in `emu/Target.2mg` and is used as the default location for copying demo applications. This image can be mounted in any IIgs emulator.
|
An empty 2MG disk image is included in `emu/Target.2mg` and is used as the default location for copying demo applications. This image can be mounted in any IIgs emulator.
|
||||||
|
|
||||||
@ -30,7 +34,6 @@ An empty 2MG disk image is included in `emu/Target.2mg` and is used as the defau
|
|||||||
Build of demo app in the IIgs Finder
|
Build of demo app in the IIgs Finder
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
Please refer to the <a href="https://lscharen.github.io/iigs-game-engine/toolboxref.html">GTE Toolbox documentation</a>.
|
Please refer to the <a href="https://lscharen.github.io/iigs-game-engine/toolboxref.html">GTE Toolbox documentation</a>.
|
||||||
|
Loading…
Reference in New Issue
Block a user