Skip to content

Commit cb7e422

Browse files
authored
Update README.md
1 parent 4557805 commit cb7e422

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Conversion tool for VGM files holding Lynx music to Lynx cartridge images with s
55

66
Use CMake. Requires C++17
77

8+
To recompile `vgmplay.asm` use [mads](https://github.com/tebe6502/Mad-Assembler) and [HAMLET](https://github.com/laoo/HAMLET) similarly to:
9+
10+
```
11+
mads vgmplay.asm
12+
HAMLET vgmplay.obx vgmplay.bin
13+
xxd -i vgmplay.bin > vgmplay.h
14+
```
15+
816
## Usage
917
```
1018
VGM2LNX input.vgm [output.lnx]

0 commit comments

Comments
 (0)