summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-26Fix hang up when MODESET2_IE0 is disabledHEADmasterOxore
2024-05-26Add Z80RAM and PSG loggingOxore
2024-05-26Fix newlines in logging, drop puts usageOxore
2024-05-25Fix the case of SEGA intro cropped in halfOxore
2024-05-25Make it render regularly while idlingOxore
2024-05-25Use poll instead of clock_nanosleep, refactor a bitOxore
2024-05-25Fix watchpointsOxore
2024-05-22Optimize compile times by removing find_if usageOxore
2024-05-19Impl --stop and --gdb optionsOxore
2023-06-12Optimize debug runOxore
2023-06-10Fix VDP DMA Memory to VRAM source addressOxore
2023-06-10Impl IO class with tracing, add VDP addr regs tracingOxore
2023-06-09Impl VDP register bits tracingOxore
2023-05-15Add note about DMAOxore
2023-05-07Optimize rendering and enable VSyncOxore
2023-05-07Impl basic sprite renderingOxore
2023-05-07Impl vertical overall scrollingOxore
2023-05-07Refactor overall scroll renderingOxore
2023-05-07Impl horizontal scrollOxore
2023-05-07Impl scroll plane BOxore
2023-05-06Fix interrupt acknowledgingOxore
2023-05-06Impl hardcoded integer scalingOxore
2023-05-06Impl scroll A static renderingOxore
2023-05-06Add a bit of comments on Mode set 2 register macrosOxore
2022-12-15Fix showing the color paletteOxore
2022-11-20Fix breakpoint triggering in video cycleOxore
2022-11-20Fix backtrace buffer head trackingOxore
2022-10-30Add sigint handlerOxore
2022-10-21Try to output color palette (doesn't work)Oxore
2022-10-21Add global cycles counterOxore
2022-10-20Fix buffer overflow access, continue implementing graphicsOxore
2022-10-19Begin implementing VDP renderingOxore
2022-10-19Use argv[0] in "usage" messageOxore
2022-10-03Impl DMA VRAM fillOxore
2022-10-03Begin implementing DMA: impl memory to VRAMOxore
2022-10-03Impl vblank irqOxore
2022-10-02Refactor VDP read tracingOxore
2022-10-02Fix two-byte read and write in VDPOxore
2022-10-02Impl setting registers via GDBOxore
2022-10-01Add more VDP tracing, add VRAM, CRAM, VSRAM and statusOxore
2022-09-30Begin implementing VDPOxore
2022-09-29Rename IO2 to VDP, enable VDP rw traceOxore
2022-09-29Disable GDB Remote traceOxore
2022-09-29Remove no more needed dead codeOxore
2022-09-26Use correct bitness for 32-bit writeOxore
2022-09-26Fix watchpoints, add PC backtraceOxore
2022-09-25Disable NoAck mode when connection closedOxore
2022-09-25Remove outdated TODOOxore
2022-09-25Get project a name, declare goalsOxore
2022-09-25Break execution on bus fault, support GDB NoAck modeOxore