Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-03 | Pretty decent optimization of vdp_h40 and vdp_h32. Gets reasonably close to ↵ | Michael Pavone | |
the speed of 0.2.0 in the worst case and is faster than 0.2.0 in others | |||
2015-07-17 | Add ability to change start address for VRAM viewer. Fix handling of DMA ↵ | Michael Pavone | |
enable flag when it comes to DMA fills. This fixes a bug in James Pond 3 | |||
2015-06-28 | More clang warning cleanup | Michael Pavone | |
2015-05-30 | Fixed shadow/highlight mode | Michael Pavone | |
2015-05-22 | Fix bug in vdp_next_hint that was causing HINTs to fire repeatedly when they ↵ | Michael Pavone | |
should not have fired at all based on an HINT interval that was larger than the number of active lines in the display | |||
2015-05-21 | Restore the other 2 debug display modes | Michael Pavone | |
2015-05-20 | Add some tests for hint timing and fix it properly this time. | Michael Pavone | |
2015-05-20 | Upgrade to SDL 2.0 and drop support for the non-OpenGL render path | Michael Pavone | |
2015-05-20 | Update vscroll latch implementation to be more in line with what Eke-Eke has ↵ | Michael Pavone | |
observed. Revert the change to vdp_cycles_to_line because it breaks hints on line 0. H-Int timing is still a little messed up, but the previous change made things worse. | |||
2015-05-19 | Small correction to VBLANK flag timing. Fixed some inconsistencies in ↵ | Michael Pavone | |
interrupt timing calculation. | |||
2015-05-17 | Fix VDP status register PAL bit based on observations of the Titan Overdrive ↵ | Michael Pavone | |
demo | |||
2015-05-16 | Adjust H32 vint slot in response to latest test ROM data | Michael Pavone | |
2015-05-16 | First pass at emulating a vscroll latch. Titan's Overdrive demo seems to ↵ | Michael Pavone | |
depend on the scroll value being latched early in the line before the HINT gets a chance to change it | |||
2015-05-14 | Small horizontal interrupt fixes | Michael Pavone | |
2015-05-13 | Add description of cd register value to vr debugger command | Michael Pavone | |
2015-05-11 | Fix frame counter increment and VINT cycle time calculation | Michael Pavone | |
2015-05-11 | Sync fixes and logging to fix more sync issues | Michael Pavone | |
2015-01-04 | Some small synchronization improvements that do not seem to fix anything | Michael Pavone | |
2015-01-04 | Adjusted h40_hsync_cycles so that lines actually take 3420 mclks. Fixed ↵ | Michael Pavone | |
vdp_cycles_next_line to take h40_sync_cycles into account | |||
2014-12-14 | Fix the HV counter and adjust the slots of certain VDP events | Michael Pavone | |
2014-08-14 | Small fix to display of DMA source address in vr debug command | Michael Pavone | |
2014-06-18 | Remove debug printf that escaped into my previous commit | Michael Pavone | |
2014-06-18 | Fix most of the breakage caused by the vcounter/hcounter changes | Michael Pavone | |
2014-06-17 | Partially working switch to having a vcounter and hslot counter in the ↵ | Michael Pavone | |
context rather than trying to derive them from the cycle count. This should allow for more accurate handling of mid screen mode switches. Interrupt timing is broken currently though | |||
2014-06-16 | Fix a few values reported by the vr debugger command. Add DMA registers to ↵ | Michael Pavone | |
vr debugger command. Fix horizontal interrupt bug. Slightly more accurate (but still broken) handling of switches between H32 and H40 modes. | |||
2014-02-08 | Initial GDB remote debugging support. Lacks some features, but breakpoints ↵ | Mike Pavone | |
and basic inspection of registers and memory work. | |||
2014-01-06 | The local clone on my laptop got messed up and some changes had not been ↵ | Michael Pavone | |
pushed. This commit represents the status of the working copy from that clone. It unfortunately contains some changes that I did not intend to commit yet, but this seems like the best option at the moment. | |||
2013-10-31 | Small optimization for H40 mode | Mike Pavone | |
2013-10-29 | Merge | Mike Pavone | |
2013-10-27 | Basic OpenGL rendering is working | Mike Pavone | |
--HG-- branch : opengl | |||
2013-10-07 | Initial implementation of sprite overflow and sprite collision status ↵ | Mike Pavone | |
register flags | |||
2013-09-17 | Set VBLANK flag in status register when display is disabled | Mike Pavone | |
2013-09-17 | Implement HV counter latch | Mike Pavone | |
2013-09-17 | Implement funny behavior for DMA fill to CRAM and VSRAM. Return VSRAM ↵ | Mike Pavone | |
address 0 for reads to VSRAM at >= 40 | |||
2013-09-17 | Fix DMA fill so that it does not cause observable changes to the FIFO. Get ↵ | Mike Pavone | |
DMA copy mostly correct from an observable ffect perspective. DMA copy probably does not reflect internal implementation still given that evidence seems to suggest no FIFO usage at all. | |||
2013-09-16 | Partial fix for DMA copy | Mike Pavone | |
2013-09-15 | Clear the low 2 bits of CD when a register is written to | Mike Pavone | |
2013-09-15 | Don't allow register writes to regs above when in Mode 4 | Mike Pavone | |
2013-09-15 | Remove read pending stuff, that had been added in an attempt to fix ↵ | Mike Pavone | |
CRAM/VSRAM undefined bit results. Set number of bits actually saved in VSRAM to 11 | |||
2013-09-15 | Implement undocumented 8-bit VRAM read | Mike Pavone | |
2013-09-15 | Fix VSRAM reads | Mike Pavone | |
2013-09-15 | Implement FIFO as a ring buffer so the behavior of reads from invalid CRAM ↵ | Mike Pavone | |
and VSRAM bits can be implemented properly | |||
2013-09-13 | Properly delay 68K on VDP reads. Dummy VDP test port implementation. Initial ↵ | Mike Pavone | |
stab at handling undefined bits of VSRAM and CRAM. | |||
2013-09-10 | Added copyright notice to source files and added GPL license text in COPYING | Mike Pavone | |
2013-09-10 | Fix timing of backdrop rendering when the display is turned off | Mike Pavone | |
2013-09-10 | Merge | Mike Pavone | |
2013-09-10 | Implement FIFO latency and improve DMA accuracy | Mike Pavone | |
2013-09-08 | Revert change to VBLANK flag timing based on new direct color DMA test | Mike Pavone | |
2013-09-02 | Fix per-column scrolling bug | Mike Pavone | |
2013-09-02 | Adjust VBLANK flag and refresh timing to be in line with logic analyzer and ↵ | Mike Pavone | |
visual observations of direct color DMA demos. Remove debug print statements. |