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 (
Collapse
)
Author
2012-12-21
Implement DMA (untested)
Mike Pavone
2012-12-19
Fix issue in which VDP would have trouble emptying FIFO because the VDP ↵
Mike Pavone
cycle count got reset at end of frame.
2012-12-19
Add FPS counter to console output
Mike Pavone
2012-12-18
Properly zero-init all VDP buffers. Comment out some debug printfs.
Mike Pavone
2012-12-18
Fix CRAM and possibly VSRAM writes
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-09
Add debug render mode and fix vertical flip bit for bg tiles
Mike Pavone
2012-12-09
Fix bug in tile address masking. Remove some debug code from window plane.
Mike Pavone
2012-12-09
More correct window support, maybe
Mike Pavone
2012-12-09
Broken window support
Mike Pavone
2012-12-09
Horizontal scroll works correctly now. In particular, the SEGA logo in ↵
Mike Pavone
Vectorman has a nice smooth wave like it should
2012-12-09
Implement sprite index >= sprite limit triggers sprite limit behavior
Mike Pavone
2012-12-08
Initial H32 mode support
Mike Pavone
2012-12-08
Pass all sprite masking tests
Mike Pavone
2012-12-08
Small fix to overflow flag
Mike Pavone
2012-12-08
Improve sprite masking to almost completely pass Nemesis' sprite masking test
Mike Pavone
2012-12-08
Fix horizontal sprite mirroring
Mike Pavone
2012-12-08
Make horizontal scrolling closer to correct, Comix Zone looks good, Sonic 2 ↵
Mike Pavone
slightly off
2012-12-08
Small cleanup
Mike Pavone
2012-12-08
Fix horizontal scroll offset
Mike Pavone
2012-12-08
Fix BG plane B render bug
Mike Pavone
2012-12-08
Fix sprite transparency for overlapping sprites
Mike Pavone
2012-12-08
Fix management of context->sprite_draws so the sprite layer only draws when ↵
Mike Pavone
it should
2012-12-08
Fix vertical scroll value for plane B
Mike Pavone
2012-12-08
Partially fix BG plane B
Mike Pavone
2012-12-08
Fix endianness of VSRAM when read from Genecyst save state
Mike Pavone
2012-12-08
Sprites fixed, working on bg planes
Mike Pavone
2012-12-08
Sprites somewhat less broken
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone