3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 19, 2024 — Sep 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove now redundant code. More... over 8 years ago
Factor out common master/slave initialisation code. More... over 8 years ago
Passing a commit function to the insert/eject routines was an unnecessary abstraction. More... over 8 years ago
Remove duplicated insert/eject code from DivIDE, Simple IDE and ZXATASP interfaces. More... over 8 years ago
Expose MEMPTR and WZ (as a synonym) as Z80 debugger variables. More... over 8 years ago
Ignore decompressed versions of our test files and the default names of ROMs that we don't supply. More... over 8 years ago
And (almost) down to only one function which modifies the memory map. More... over 8 years ago
Remove more redundant code. More... over 8 years ago
Remove duplicate code from memory_map_romcs_{full,8k}. More... over 8 years ago
Make the ZXATASP and ZXCF memory map routines use the new functions. More... over 8 years ago
Refactor to add memory_map_{8,16}k_read_write functions. More... over 8 years ago
Remove most of the MEMPTR TODOs (thanks, members of the "Z80 Assembly Programming On The ZX Spectrum" Facebook group). More... over 8 years ago
Get/set MEMPTR when reading/writing a snapshot. More... over 8 years ago
Implement MEMPTR on interrupt. More... over 8 years ago
Implement MEMPTR for LD (IX/IY+dd), <something>. More... over 8 years ago
Implement MEMPTR for LD register, (IX/IY+dd). More... over 8 years ago
Implement MEMPTR for all the DD/FD CB xx instructions. More... over 8 years ago
Implement MEMPTR for INC/DEC (IX/IY+dd). More... over 8 years ago
Implement MEMPTR for IX/IY + dd arithmetic / logical operations. More... over 8 years ago
Implement MEMPTR for OTIR/OTDR. More... over 8 years ago
Implement MEMPTR for OUTI/OUTD. More... over 8 years ago
Implement MEMPTR for INIR/INDR. More... over 8 years ago
MEMPTR is set with the original value of B on INI/IND. More... over 8 years ago
Implement MEMPTR for INI/IND. More... over 8 years ago
Implement MEMPTR for CPIR/CPDR. More... over 8 years ago
Implement MEMPTR after CPI/CPD. More... over 8 years ago
Fix MEMPTR after LDIR/LDDR. More... over 8 years ago
MEMPTR = PC + 1 after LDIR/LDDR, not MEMPTR = PC. More... over 8 years ago
Implement MEMPTR after LDIR/LDDR. More... over 8 years ago
Implement MEMPTR after OUT (C),register. More... over 8 years ago