SuperFamiconv icon indicating copy to clipboard operation
SuperFamiconv copied to clipboard

Megadrive binary outputs should be 16 bit big endian

Open est77 opened this issue 2 years ago • 2 comments

The VDP only allows 16 bit writes and the m68k CPU is big endian. Currently, using SGDK for example, binary palettes and tiles from Superfamiconv are uploaded to the VDP with the bytes swapped.

est77 avatar Nov 27 '22 10:11 est77

@est77 Does this only apply to palette data, or maps/tiles as well?

Optiroc avatar Mar 17 '24 10:03 Optiroc

If I remember correctly it happened with both colors and tile data. It should be easy to do a quick test converting known colors and tile data and see the endianess of the output.

est77 avatar Mar 18 '24 10:03 est77