Re: [hatari-devel] Screenshots in NEO format

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,
What about writing a screen saver in 68000 assembly and
executing it from the Hatari debugger? Is this possible?
David

On Tue, Jan 2, 2024 at 6:53 AM J.Young <jyoung8299@xxxxxxxxxx> wrote:
Can we get support to dump screenshots in NEO format at native
resolution? Currently it dumps the framebuffer as PNG in whatever
resolution it has on the host window.  Resizing and resampling these
PNGs to NEO causes distortions.

NEO format is pretty simple:

- word - flag (always 00)

- word - rez (00-low, 01-med, etc)

- 16 words - palette

- 92 bytes - information header (can be empty)

total 128 bytes for header

- then 32000 byte screen data

total 32128 bytes

Jeff





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/