1
0
mirror of https://github.com/stid/woz64.git synced 2024-06-02 07:41:46 +00:00
woz64/README.md
2019-11-09 19:10:52 -08:00

8 lines
129 B
Markdown

# 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
```