| 2022-06-28 |
Nick Downing | Name timer objects in bulk (will later rename them... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Name many of the pixel (internal) objects by what they... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Improve disassembly of control game ops |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Rename labels in the disassembly to reflect latest... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Improve disassembly of decimal ops |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Give the draw_misc entries names, to see them in the... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | New JSON-based draw misc extractor and compiler |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Re-add ucode disassembler more properly (it does not... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | New JSON-based object extractor and compiler (does... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | New JSON-based shape extractor and compiler (the PNG... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Rationalize the addresses file, implement more sections... |
commit | commitdiff | tree | snapshot |
| 2022-06-28 |
Nick Downing | Move all graphical utilities into /shape |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | Very very preliminary ucode disassembler |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | Make ucode strings be words, except collision_test... |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | Add object names to the labels for the ucode strings |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | More analysis about decimal routines in ucode |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | Standardize on uppercase for = defines in asxxxx source... |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | Make my modifications to asxv5pxx more proper for sendi... |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | More analysis identifying the different microcode table... |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | More analysis about when the different microcode tables... |
commit | commitdiff | tree | snapshot |
| 2022-06-24 |
Nick Downing | More analysis of the microcode opcode format |
commit | commitdiff | tree | snapshot |
| 2022-06-23 |
Nick Downing | More analysis about how the microcode tables work |
commit | commitdiff | tree | snapshot |
| 2022-06-23 |
Nick Downing | Fix DHGR starfield bug by setting PIXEL_SHAPE=1 |
commit | commitdiff | tree | snapshot |
| 2022-06-23 |
Nick Downing | Dark green lowlights for tree and cactus, improve the... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Change colours of some game objects just for variety... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Add shape_mono_to_grey.py (similar to shape_versions... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Reinstate my graphics for haystack, house, tree and... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Emulate HGR pixel shift so that title text colour cycli... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Implement DHGR overflow pixel to left (from high bit... |
commit | commitdiff | tree | snapshot |
| 2022-06-22 |
Nick Downing | Improve DHGR drawing slightly, temporarily revert DHGR... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |