0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented CHRGTR. More... about 19 years ago
Implemented LFTQ and PUTQ. Initialise music queue variables. More... about 19 years ago
Ready to release 0.21. More... about 19 years ago
Let the 8250 disk ROM boot (old code that got disabled in the ROM init rewrite). More... about 19 years ago
Added NVBXFL implementation by BouKiCHi, with a minor bugfix by me. More... about 19 years ago
Finalized release notes. More... about 19 years ago
Upped version to 0.21. More... about 19 years ago
Corrected the fix: sub a,e -> sub e. Thanks to BouKiCHi for spotting this just in time. More... about 19 years ago
Forgot the most important thing: documenting the problem BouKiCHi fixed, so we don't accidentally break it later. More... about 19 years ago
Made GTTRIG a bit shorter. More... about 19 years ago
fixed sub instruction More... about 19 years ago
fixed some instruction is wrong More... about 19 years ago
Fixed space bar works correctly and implemented NVBXLN More... about 19 years ago
implemented NVBXLN More... about 19 years ago
fixed space bar works correctly More... about 19 years ago
version 0.21
Vampier
as vampier
More... about 19 years ago
A draft version of changes since the last version. More... about 19 years ago
Boukichi changed stuff ;)
Vampier
as vampier
More... about 19 years ago
for wrong jumper More... about 19 years ago
Reg.C = slot number More... about 19 years ago
Use slightly different syntax, to be compatible with older version of Make. More... about 19 years ago
Contrary to what the documentation says, EXTROM does not change IY. More... about 19 years ago
Changed register saving in WRTVDP implementation: do not save regs >= 24 on V9938; save regs 25, 26, 27 on V9958 in correct location. More... about 19 years ago
Check for and initialise cartridges that are located at $0000. Minor cleanups. More... about 19 years ago
Stubbed NVBXLN and NVBXFL; these are the routines responsible for the broken graphics in Familiy Billiards. Note that there are still some unstubbed routines left. More... about 19 years ago
Fixed the exit (pop) part of the interrupt routine to $0D02. More... about 19 years ago
Removed leftover code from the debugger. Changed boot sequence. More... about 19 years ago
Changed boot sequence. More... about 19 years ago
Oops... search_roms_check should preserve HL, because it will be used to fetch the init address later. More... about 19 years ago
Removed old cartridge search code. Even though it was no longer used, it was still assembled. More... about 19 years ago