1
0
mirror of https://github.com/stid/woz64.git synced 2024-06-10 15:29:29 +00:00
woz64/README.md

8 lines
129 B
Markdown
Raw Normal View History

2019-11-10 03:10:52 +00:00
# Compile to Cart
``` bash
cartconv -t normal -name "woz" -i main.prg -o woz.crt
x64 woz.crt
cartconv -i woz.crt -o woz.bin
```