Temporary fix for an issue where draw_misc compiler removes junk from binary
[star_disasm.git] / emu_65c02 /
2023-01-19 Nick DowningUpdate to asxv5pxx_beta repo, update Makefiles and...
2022-06-30 Nick DowningTrim things slightly and begin the Alien Rain disassembly
2022-06-28 Nick DowningName all the shapes, begin analysis of which shapes...
2022-06-28 Nick DowningInitial trace and disassembly of Galaxian and Alien...
2022-06-28 Nick DowningName the sound effects, rationalize naming in the other...
2022-06-28 Nick DowningIn /emu_65c02 implement SDL2 joystick and Apple game...
2022-06-28 Nick DowningIn /emu_65c02 implement SDL2 audio and Apple speaker...
2022-06-24 Nick DowningStandardize on uppercase for = defines in asxxxx source...
2022-06-22 Nick DowningNew approach to DHGR which does not change the game...
2022-06-22 Nick DowningFix language card bank swap, fix incorrect dejunk at...
2022-06-20 Nick DowningIn /emu_65c02 implement a chice of *.bin, *.a2bin or...
2022-06-20 Nick DowningImplement a default lowercase font for Apple IIe, from...
2022-06-19 Nick DowningIn /emu_65c02, rationalize character generator to suppo...
2022-06-18 Nick DowningIn /emu_65c02, extend the mem[] array to include a...
2022-06-14 Nick DowningAdd tree_loader (tokenizer), saves quite a lot more...
2022-06-14 Nick DowningNasty hacks to account for dhgr delay wrt hgr, but...
2022-06-14 Nick DowningRename my_loader to hires_loader, implement rle_loader...
2022-06-13 Nick DowningTune areas to put more into language card, implement...
2022-06-12 Nick DowningImplement DHGR shape compiler, and many hacks to get...
2022-06-12 Nick Downingwip hacks
2022-06-12 Nick DowningUse 80STORE (aka 80COL) switch instead of WRCARDRAM...
2022-06-12 Nick DowningBasic /emu_65c02 DHGR support, displays zebra (SETDHIRE...
2022-06-12 Nick DowningPreliminary Apple IIe support in /emu_65c02, just loadi...
2022-06-11 Nick DowningUpdate /emu_65c02/emu_65c02.c to applesoft_basic.git...
2022-06-11 Nick DowningMore dejunking, manual analysis to cover some pointers...
2022-05-25 Nick DowningImprove emulator graphics with latest code from appleso...
2022-05-11 Nick DowningImplement a new pc-pair and register min-max trace...
2022-05-10 Nick DowningAdd DHGR test program and image in /test, change $...
2022-05-09 Nick DowningImplement a dejunked crack loader which reduces image...
2022-05-09 Nick DowningModify disk extraction, emulator and all other utilitie...
2022-05-09 Nick DowningAdd DOS 3.3 disk extraction and crack-loader dejunking...
2022-05-08 Nick DowningAdd some cheats in emu_65c02, for fun and also to aid...
2022-05-08 Nick DowningTrace the drawing of objects, determine player is 0x61
2022-05-08 Nick DowningIdentify score and demo mode variables by tracing
2022-05-07 Nick DowningMake emu_65c02 playable, use trace log to check for...
2022-05-07 Nick DowningAdd gamma correction for hue colours (improves whitenes...
2022-05-06 Nick DowningGet emulation working (only video display for now)
2022-05-06 Nick DowningAdd Makefile, emu_65c02, asxv5pxx ability to recreate...