| 2022-06-22 |
Nick Downing | New approach to DHGR which does not change the game... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Move a2_hex2bin.py from /disasm where it is no longer... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Fix language card bank swap, fix incorrect dejunk at... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | First cut at making a2_pack.py support language card |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Unify the a2_pack.py --(rev|fwd) code slightly, fix... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | Unify a2_pack_*.py into a2_pack.py (--rev|--fwd) |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | Make a2_pack_*.py use the same LZSS compressor, rev... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | In a2_pack_*.py make the loader be constructed in order... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | Make a2_pack_fwd.py have the mini-linker from a2_pack_r... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | In a2_pack_*.py implement fixup flags (makes the two... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | In a2_pack_*.py make each section be a variable instead... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | Add a2_pack_rev.py and lzss_unpack_rev.py (loads game... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | Rename a2_pack.py to a2_pack_fwd.py and lzss_unpack... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | In a2_pack.py implement a mini linker based on end... |
commit | commitdiff | tree | snapshot |
| 2022-06-21 |
Nick Downing | In a2_pack.py unpack in address order (rather than... |
commit | commitdiff | tree | snapshot |
| 2022-06-20 |
Nick Downing | Implement /loader/a2_pack.py which can convert ihx... |
commit | commitdiff | tree | snapshot |
| 2022-06-20 |
Nick Downing | In /emu_65c02 implement a chice of *.bin, *.a2bin or... |
commit | commitdiff | tree | snapshot |
| 2022-06-20 |
Nick Downing | Implement a default lowercase font for Apple IIe, from... |
commit | commitdiff | tree | snapshot |
| 2022-06-19 |
Nick Downing | In /emu_65c02, rationalize character generator to suppo... |
commit | commitdiff | tree | snapshot |
| 2022-06-18 |
Nick Downing | In /emu_65c02, extend the mem[] array to include a... |
commit | commitdiff | tree | snapshot |
| 2022-06-17 |
Nick Downing | Speed up LZSS encoding |
commit | commitdiff | tree | snapshot |
| 2022-06-17 |
Nick Downing | Re-tune LZSS since it now has to handle a longer run... |
commit | commitdiff | tree | snapshot |
| 2022-06-17 |
Nick Downing | Remove the hires loader since the LZSS loader doesn... |
commit | commitdiff | tree | snapshot |
| 2022-06-17 |
Nick Downing | Remove the RLE, RLE2 and tree loaders since LZSS is... |
commit | commitdiff | tree | snapshot |
| 2022-06-17 |
Nick Downing | Optimizations to how the bit buffer is initialized... |
commit | commitdiff | tree | snapshot |
| 2022-06-17 |
Nick Downing | Add LZSS loader |
commit | commitdiff | tree | snapshot |
| 2022-06-16 |
Nick Downing | Add readme.txt and export.sh, disable DHGR again, fix... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Save a byte in tree decoder routine by recycling sentin... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Hacking to make DHGR build playable in the emulator... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Add the ability to remove a jump to the real entry... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Refactor encoders and decoders to work stackwise, allow... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | In tree loader, eliminate the high table (pairs of... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Make tree loader faster by inlining (at the expense... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Add tree_loader (tokenizer), saves quite a lot more... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Nasty hacks to account for dhgr delay wrt hgr, but... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Add rle2_loader (pair runs), does save some bytes altho... |
commit | commitdiff | tree | snapshot |
| 2022-06-14 |
Nick Downing | Rename my_loader to hires_loader, implement rle_loader... |
commit | commitdiff | tree | snapshot |
| 2022-06-13 |
Nick Downing | Tune areas to put more into language card, implement... |
commit | commitdiff | tree | snapshot |
| 2022-06-13 |
Nick Downing | For DHGR, implement language card support for the loade... |
commit | commitdiff | tree | snapshot |
| 2022-06-13 |
Nick Downing | Make pack.py handle the case where relocate address... |
commit | commitdiff | tree | snapshot |
| 2022-06-13 |
Nick Downing | Make pack.py utility understand intelhex directly ... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Merge udata2 into data so that we do not have to specif... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | For DHGR build, don't move data at 1f80 to end, as... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Trim disassembly bounds slightly, improve .ds output... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Introduce my (improved?) graphics in the PIXEL_SHAPE... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Implement DHGR shape compiler, and many hacks to get... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | wip hacks |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Implement DHGR colour cycling for the STAR BLAZER title... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Use 80STORE (aka 80COL) switch instead of WRCARDRAM... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Add PIXEL_SHAPE = 1 to draw pixels via the regular... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Make ALIGN = 0 squash things to save space (simpler... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Insert most analysis from commit f031b692 (the parts... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | More analysis, to identify all object-related structure... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Initial DHGR patches to game code (it doesn't have... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Basic /emu_65c02 DHGR support, displays zebra (SETDHIRE... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Preliminary Apple IIe support in /emu_65c02, just loadi... |
commit | commitdiff | tree | snapshot |
| 2022-06-12 |
Nick Downing | Base disassembly on dejunked image (fill value 0),... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Update /emu_65c02/emu_65c02.c to applesoft_basic.git... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Remove copyrighted material from the repo (make it... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Implement shape compiler which can convert the mono... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Add patching ability via the Makefile (for now, later... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Insert friendly names for some of the more newly discov... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | More dejunking, manual analysis to cover some pointers... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Implement extra syntax for manual descriptions (extra_t... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Fix bugs in local variable handling |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Add macro2 to detect lo/hi pairs in immediate operands... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Implement larr_NNNN and harr_NNNN (lo and hi parts... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Recognize macros by regexen again (more flexible),... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Make regexen match disassembler output directly (withou... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Create items for the operand parts instructions (allow... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Implement partial instruction disassembly, to deal... |
commit | commitdiff | tree | snapshot |
| 2022-06-11 |
Nick Downing | Implement writeable flag, improve addr chain and read... |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | Implement rts table detection and output, some manual... |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | Implement local labels |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | Implement named fields for area info and item info... |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | Recognize common sequences by opcode rather than regex... |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | More memory analysis (find pointer arrays) |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | More memory analysis (implement all addressing modes) |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | Add comments giving relevant register values from trace... |
commit | commitdiff | tree | snapshot |
| 2022-06-10 |
Nick Downing | Make my loader origin 09fd not 0a00 to avoid overlaying... |
commit | commitdiff | tree | snapshot |
| 2022-06-09 |
Nick Downing | DHGR headquarters and radar |
commit | commitdiff | tree | snapshot |
| 2022-06-09 |
Nick Downing | Add /disasm/shape_versions.py which can quickly generat... |
commit | commitdiff | tree | snapshot |
| 2022-06-09 |
Nick Downing | Add /disasm/shape_dhgr.png with initial DHGR version... |
commit | commitdiff | tree | snapshot |
| 2022-06-09 |
Nick Downing | Redraw projectiles (bomb, missile) in a more principled way |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Use less filtering in /disasm/shape_color_to_mono.py... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Improve mono rounding, reinstate auto-detection of... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Completely new unfringing and rounding method that... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Make the front of player's ship and the top of ICBM... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Revert to the mono digits and STAR BLAZER text, edit... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Revert to mono versions of bombs, missiles and radars... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Manually fill in the gaps in coloured text |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Improve enhancement of text slightly, add a new shape... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Add --hgr switch to /disasm/shape_color_to_mono.py... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Create rounded and enhanced mono shapes as well as... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Implement /disasm/shape_enhance.py which is a kind... |
commit | commitdiff | tree | snapshot |
| 2022-06-08 |
Nick Downing | Change switches to /disasm/shape_extract.py into separa... |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Nick Downing | Reorganize the shape compiler code, tune slightly |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Nick Downing | Modifications to extraction and compilation to recover... |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Nick Downing | Implement initial shape compiler (just converts back... |
commit | commitdiff | tree | snapshot |
| 2022-06-07 |
Nick Downing | Add a rounding algorithm for extracted shapes, to use... |
commit | commitdiff | tree | snapshot |
| next |