Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
nesradtools 0.3 =============== Package Overview ---------------- chrtopng - takes a CHR file and turns it into a PNG of sprites. pngtochr - takes a PNG of any size and turns it into a CHR file of sprites. nessplit - takes an iNES file and turns it into a PRG and CHR file. nescombine - takes PRG and CHR and creates an iNES file ips - applies a .ips patch file to a binary. (limitation: .ips file cannot change the size of the output file) Building & Installation ----------------------- Requirements to build: libpng pkg-config autoconf automake Building: if configure file is not present run 'autoreconf' run ./configure run make