Temporary fix for an issue where draw_misc compiler removes junk from binary
[star_disasm.git] / loader /
2023-01-19 Nick DowningTemporary fix for an issue where draw_misc compiler... master
2023-01-19 Nick DowningUpdate to asxv5pxx_beta repo, update Makefiles and...
2022-07-01 Nick DowningIn /loader delete dejunk, recrack, lzss_loader, superse...
2022-06-29 Nick DowningMove the a2_load.py step from /loader into the respecti...
2022-06-28 Nick DowningMove utilities and disassembler into /utils, move Star...
2022-06-28 Nick DowningAdd Galaxian and Alien Typhoon by the same author,...
2022-06-28 Nick DowningNew JSON-based object extractor and compiler (does...
2022-06-24 Nick DowningStandardize on uppercase for = defines in asxxxx source...
2022-06-24 Nick DowningMake my modifications to asxv5pxx more proper for sendi...
2022-06-22 Nick DowningNew approach to DHGR which does not change the game...
2022-06-22 Nick DowningMove a2_hex2bin.py from /disasm where it is no longer...
2022-06-22 Nick DowningFix language card bank swap, fix incorrect dejunk at...
2022-06-22 Nick DowningFirst cut at making a2_pack.py support language card
2022-06-22 Nick DowningUnify the a2_pack.py --(rev|fwd) code slightly, fix...
2022-06-21 Nick DowningUnify a2_pack_*.py into a2_pack.py (--rev|--fwd)
2022-06-21 Nick DowningMake a2_pack_*.py use the same LZSS compressor, rev...
2022-06-21 Nick DowningIn a2_pack_*.py make the loader be constructed in order...
2022-06-21 Nick DowningMake a2_pack_fwd.py have the mini-linker from a2_pack_r...
2022-06-21 Nick DowningIn a2_pack_*.py implement fixup flags (makes the two...
2022-06-21 Nick DowningIn a2_pack_*.py make each section be a variable instead...
2022-06-21 Nick DowningAdd a2_pack_rev.py and lzss_unpack_rev.py (loads game...
2022-06-21 Nick DowningRename a2_pack.py to a2_pack_fwd.py and lzss_unpack...
2022-06-21 Nick DowningIn a2_pack.py implement a mini linker based on end...
2022-06-21 Nick DowningIn a2_pack.py unpack in address order (rather than...
2022-06-20 Nick DowningImplement /loader/a2_pack.py which can convert ihx...
2022-06-20 Nick DowningIn /emu_65c02 implement a chice of *.bin, *.a2bin or...
2022-06-17 Nick DowningSpeed up LZSS encoding
2022-06-17 Nick DowningRe-tune LZSS since it now has to handle a longer run...
2022-06-17 Nick DowningRemove the hires loader since the LZSS loader doesn...
2022-06-17 Nick DowningRemove the RLE, RLE2 and tree loaders since LZSS is...
2022-06-17 Nick DowningOptimizations to how the bit buffer is initialized...
2022-06-17 Nick DowningAdd LZSS loader
2022-06-14 Nick DowningSave a byte in tree decoder routine by recycling sentin...
2022-06-14 Nick DowningAdd the ability to remove a jump to the real entry...
2022-06-14 Nick DowningRefactor encoders and decoders to work stackwise, allow...
2022-06-14 Nick DowningIn tree loader, eliminate the high table (pairs of...
2022-06-14 Nick DowningMake tree loader faster by inlining (at the expense...
2022-06-14 Nick DowningAdd tree_loader (tokenizer), saves quite a lot more...
2022-06-14 Nick DowningAdd rle2_loader (pair runs), does save some bytes altho...
2022-06-14 Nick DowningRename my_loader to hires_loader, implement rle_loader...
2022-06-12 Nick DowningBase disassembly on dejunked image (fill value 0),...
2022-06-11 Nick DowningRemove copyrighted material from the repo (make it...
2022-06-11 Nick DowningMore dejunking, manual analysis to cover some pointers...
2022-06-10 Nick DowningMake my loader origin 09fd not 0a00 to avoid overlaying...
2022-05-10 Nick DowningAdd DHGR test program and image in /test, change $...
2022-05-10 Nick DowningTruncate loaded image at 0x9ded, after last byte of...
2022-05-10 Nick DowningIn /disasm, move inessential files to /test, move loadi...
2022-05-10 Nick DowningChange to disassembling and then recreating /loader...
2022-05-10 Nick DowningMove most of /orig to /loader and most of / to /disasm