Age | Commit message (Expand) | Author |
2024-05-26 | Fix hang up when MODESET2_IE0 is disabledHEADmaster | Oxore |
2024-05-26 | Add Z80RAM and PSG logging | Oxore |
2024-05-26 | Fix newlines in logging, drop puts usage | Oxore |
2024-05-25 | Fix the case of SEGA intro cropped in half | Oxore |
2024-05-25 | Make it render regularly while idling | Oxore |
2024-05-25 | Use poll instead of clock_nanosleep, refactor a bit | Oxore |
2024-05-25 | Fix watchpoints | Oxore |
2024-05-22 | Optimize compile times by removing find_if usage | Oxore |
2024-05-19 | Impl --stop and --gdb options | Oxore |
2023-06-12 | Optimize debug run | Oxore |
2023-06-10 | Fix VDP DMA Memory to VRAM source address | Oxore |
2023-06-10 | Impl IO class with tracing, add VDP addr regs tracing | Oxore |
2023-06-09 | Impl VDP register bits tracing | Oxore |
2023-05-15 | Add note about DMA | Oxore |
2023-05-07 | Optimize rendering and enable VSync | Oxore |
2023-05-07 | Impl basic sprite rendering | Oxore |
2023-05-07 | Impl vertical overall scrolling | Oxore |
2023-05-07 | Refactor overall scroll rendering | Oxore |
2023-05-07 | Impl horizontal scroll | Oxore |
2023-05-07 | Impl scroll plane B | Oxore |
2023-05-06 | Fix interrupt acknowledging | Oxore |
2023-05-06 | Impl hardcoded integer scaling | Oxore |
2023-05-06 | Impl scroll A static rendering | Oxore |
2023-05-06 | Add a bit of comments on Mode set 2 register macros | Oxore |
2022-12-15 | Fix showing the color palette | Oxore |
2022-11-20 | Fix breakpoint triggering in video cycle | Oxore |
2022-11-20 | Fix backtrace buffer head tracking | Oxore |
2022-10-30 | Add sigint handler | Oxore |
2022-10-21 | Try to output color palette (doesn't work) | Oxore |
2022-10-21 | Add global cycles counter | Oxore |
2022-10-20 | Fix buffer overflow access, continue implementing graphics | Oxore |
2022-10-19 | Begin implementing VDP rendering | Oxore |
2022-10-19 | Use argv[0] in "usage" message | Oxore |
2022-10-03 | Impl DMA VRAM fill | Oxore |
2022-10-03 | Begin implementing DMA: impl memory to VRAM | Oxore |
2022-10-03 | Impl vblank irq | Oxore |
2022-10-02 | Refactor VDP read tracing | Oxore |
2022-10-02 | Fix two-byte read and write in VDP | Oxore |
2022-10-02 | Impl setting registers via GDB | Oxore |
2022-10-01 | Add more VDP tracing, add VRAM, CRAM, VSRAM and status | Oxore |
2022-09-30 | Begin implementing VDP | Oxore |
2022-09-29 | Rename IO2 to VDP, enable VDP rw trace | Oxore |
2022-09-29 | Disable GDB Remote trace | Oxore |
2022-09-29 | Remove no more needed dead code | Oxore |
2022-09-26 | Use correct bitness for 32-bit write | Oxore |
2022-09-26 | Fix watchpoints, add PC backtrace | Oxore |
2022-09-25 | Disable NoAck mode when connection closed | Oxore |
2022-09-25 | Remove outdated TODO | Oxore |
2022-09-25 | Get project a name, declare goals | Oxore |
2022-09-25 | Break execution on bus fault, support GDB NoAck mode | Oxore |