AkBKukU / raw2gba

Converts raw files into an array of C bytes (can be used for loading sound files into the Game Boy Advance)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raw2gba

Converts raw files into an array of C bytes (can be used for loading sound files into the Game Boy Advance).

This program only relies on gcc. To compile, run make.

About

Converts raw files into an array of C bytes (can be used for loading sound files into the Game Boy Advance)

License:MIT License


Languages

Language:C 96.1%Language:Makefile 3.9%