diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-04-17 22:05:24 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-04-17 22:05:24 +0100 |
commit | a5745813e442b66ae6eed30bba81d1b3dd5cf634 (patch) | |
tree | b302db1780350dc44543b81d49bfc1b2d4dff6a8 /player/README.md | |
download | beeper-int-zx-a5745813e442b66ae6eed30bba81d1b3dd5cf634.tar.gz beeper-int-zx-a5745813e442b66ae6eed30bba81d1b3dd5cf634.zip |
Initial public release
Diffstat (limited to 'player/README.md')
-rw-r--r-- | player/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/player/README.md b/player/README.md new file mode 100644 index 0000000..d9f0c96 --- /dev/null +++ b/player/README.md @@ -0,0 +1,13 @@ +This builds a player to be run from sfxed emulator. + +Changing this is not completely supported, but if you really want to do it, it +is possible! + +## Build instructions + +This requires in your PATH: + +* SDCC +* Python 3 +* hex2bin; for example [you can use this version](https://github.com/reidrac/ubox-msx-lib/tree/master/tools/hex2bin-2.0) + |