obskyr / dazzlie

Encode and decode graphics from a variety of retro video game systems!
MIT License
35 stars 1 forks source link

Add support for NES composite 2bpp #1

Closed Sanqui closed 5 years ago

Sanqui commented 6 years ago

Tested a round-trip on FF1:

dazzlie decode -f nes_2bpp -a 0x24810 -i ff1.nes -o font.png -l "H16 V8"

image

Dumping some characters:

dazzlie decode -f nes_2bpp -a 0x9010 -i ff1.nes -o chars.png -l "H2 V2 H8 V15"

image

obskyr commented 5 years ago

Finally got around to pressing the merge button! :grin:

I'll have to put in a generic template for planar graphics (at least 1BPP ones) to reduce redundancy sometime. Sometime, that is.