We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4557805 commit cb7e422Copy full SHA for cb7e422
README.md
@@ -5,6 +5,14 @@ Conversion tool for VGM files holding Lynx music to Lynx cartridge images with s
5
6
Use CMake. Requires C++17
7
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
16
## Usage
17
```
18
VGM2LNX input.vgm [output.lnx]
0 commit comments