Heh, thanksexxos wrote: ↑Thu Jan 24, 2019 7:45 pmAtarian Computing wrote: ↑Thu Jan 24, 2019 7:41 pm Here's the latest GB6 in a cart image I managed to squeeze under 64KB.![]()
![]()
![]()
That is just way to cool!!!
How you manage that, and so quickly ?!

Maybe I should do a proper write-up of it someday but here's the gist of it:
1. One-Part - a ram saver program. This program will turn multi file programs into one file. It can then be compressed with one of the file compressing programs. UTL-0186.zip from http://exxosforum.co.uk/atari/PDL/FLOPPYSHOP/index.htm
Edit: One-Part does in fact utilize some clever ramdisk tricks but almost transparent. I just only realized it now when loading sets to GB6 and they were in drive D:
2. UPX to further pack the resulting file from One-Part
3. My Powershell script to make an image file (128KB)
4. Snip last 64KB with a hex editor resulting in a 64KB cart image
Easy peasy. I really should make a proper program to make cart images.