index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vdp.c
Age
Commit message (
Expand
)
Author
2018-11-14
Initial stab at CRAM debug in a detached window
Michael Pavone
2018-11-11
Fix for VRAM byte write order broke VDP FIFO testing ROM results. This change...
Michael Pavone
2018-11-09
Added VRAM debug window
Michael Pavone
2018-11-05
Fix order bytes of a word are written into VRAM from the FIFO. Fixes ticket 3...
Michael Pavone
2018-11-04
WIP new VDP plane debug view and support for detached VDP debug views generally
Michael Pavone
2018-11-01
Forcefully update the display when entering the 68K debugger so you can see i...
Michael Pavone
2018-10-31
Avoid changing VDP status flags when executing debugger commands
Michael Pavone
2017-08-29
Fix minor graphical regression in Gunstar Heroes
Michael Pavone
2017-08-21
Fix external v counter when normal resolution interlace mode is active
Michael Pavone
2017-08-21
Fix timing of VDP ODD flag toggle
Michael Pavone
2017-08-13
Move vscroll latch further forward in H40 mode. Fixes a minor graphical glitc...
Michael Pavone
2017-08-11
Update VDP color map when loading a native save state
Michael Pavone
2017-08-09
New savestates are working. New config file option for selecting format state...
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-06-30
Change where vscroll is latched in full plane mode. Fixes Top Gear 2
Michael Pavone
2017-06-15
Properly release and reacquire framebuffer pointer when switching contexts. H...
Michael Pavone
2017-05-31
Prevent emulated screen from "rolling" when the vertical resolution is change...
Michael Pavone
2017-05-29
Implement horizontal border in Mode 4 and make a minor fix to advance_output_...
Michael Pavone
2017-05-29
Get H32 in sync with H40 with regards to borders and test register support. M...
Michael Pavone
2017-05-28
Implemented SMS pause button
Michael Pavone
2017-05-23
Remove HINT_FUDGE and make a small adjustment to how VDP syncs with rest of s...
Michael Pavone
2017-05-23
Fix handling of test register selected sprite layer in border area. Gets rid ...
Michael Pavone
2017-05-23
Fix small blank spot on line -2 in "ninja escape" border fade in OD2
Michael Pavone
2017-05-22
Fix regression in horizontal interrupt timing that was breaking the "water" p...
Michael Pavone
2017-05-19
Add a bit of a hack to HINT start cycle to give correct values in my test ROM...
Michael Pavone
2017-05-14
Fix regression in games that disable the display early like F1 World Champion...
Michael Pavone
2017-05-14
WIP attempt at fixing the minor line -2 glitch in the OD2 Ninja Escape scene
Michael Pavone
2017-05-11
Fix regression in Mode 4 sprite rendering
Michael Pavone
2017-05-11
Fix regression in mode 4 introduced when advance_output_line was added
Michael Pavone
2017-05-05
Fix sprite rendering in double resolution interlace mode
Michael Pavone
2017-05-05
Fix vscroll latching when full screen vscroll is used in combination with the...
Michael Pavone
2017-05-04
Fix transition from active to inactive display
Michael Pavone
2017-05-04
Fix border rendering so that the first and last line of display are consisten...
Michael Pavone
2017-05-03
Implement the effect of VDP test register usage on the top and bottom borders...
Michael Pavone
2017-05-01
Fix sprite rendering for negative line. Fixes remaining visual glitch in the ...
Michael Pavone
2017-04-29
Initial stab at horizontal border when VDP test register layer selection is i...
Michael Pavone
2017-04-27
Fixes to sprite phase 2 so that sprite X reads use the exact same slot as on ...
Michael Pavone
2017-04-27
Adjust how the invalid size is handled for the horizontal dimmension of a pla...
Michael Pavone
2017-04-26
Small tweak to how SAT cache updates are done. Mostly fixes the rotating cube...
Michael Pavone
2017-04-26
Add 128K VRAM bit to VDP register print in debugger
Michael Pavone
2017-04-21
Fairly major rework of how active/passive is handled along with how the V30 m...
Michael Pavone
2017-04-18
Initial stab at implementing the output disable/layer selection bits of the V...
Michael Pavone
2017-04-17
Fix time 68K is locked out of bus when doing a 128KB VRAM mode DMA transfer. ...
Michael Pavone
2017-04-17
SAT table register bit 0 is not used in H40 mode. Fixes corrupt sprites in sh...
Michael Pavone
2017-04-16
Fix some edge cases with regards to 128KB VRAM mode and the SAT cache
Michael Pavone
2017-04-16
Initial work on handling the 128KB VRAM mode bit and some basic prep work for...
Michael Pavone
2017-04-05
Fix minor bug that displayed window plane as if it were plane A In plane debu...
Michael Pavone
2017-03-25
Fix latching of V32 mode bit
Michael Pavone
2017-03-19
Change handling of invalid scroll plane sizes. Fixes title and high score scr...
Michael Pavone
2017-03-19
Adjust DMA start delay to not break the FIFO Wait State test in the VDP FIFO ...
Michael Pavone
[prev]
[next]