summaryrefslogtreecommitdiff
path: root/vdp.h
AgeCommit message (Expand)Author
2013-06-29Add support for loading GST format savestatesMike Pavone
2013-06-22Initial work on interlaceMike Pavone
2013-05-15Fix background color regsiter numberMike Pavone
2013-05-14Update Z80 vint timingMike Pavone
2013-05-13Added some basic VDP debugging features to debugger. Fixed DMA enable bugMike Pavone
2013-05-11Remove z80_ram reference in SDL renderer to get stateview compiling again. Pr...Mike Pavone
2013-05-10Initial stab at horizontal interrupts and improving accuracy of vertical inte...Mike Pavone
2013-04-22Implemented shadow hilight mode.Mike Pavone
2013-01-06Fix order of SR and PC saved in an exception stack frameMike Pavone
2013-01-01Make writes to control and data port block when DMA is in progressMike Pavone
2012-12-31Fix VDP readsMike Pavone
2012-12-30Implemented HV counterMike Pavone
2012-12-30Fix bug that was causing DMA fills to lock up under certain circumstancesMike Pavone
2012-12-21Implement DMA (untested)Mike Pavone
2012-12-19Fix issue in which VDP would have trouble emptying FIFO because the VDP cycle...Mike Pavone
2012-12-18Fix CRAM and possibly VSRAM writesMike Pavone
2012-12-18Get Flavio's color bar demo kind of sort of workingMike Pavone
2012-12-09Add debug render mode and fix vertical flip bit for bg tilesMike Pavone
2012-12-09Implement sprite index >= sprite limit triggers sprite limit behaviorMike Pavone
2012-12-08Initial H32 mode supportMike Pavone
2012-12-08Improve sprite masking to almost completely pass Nemesis' sprite masking testMike Pavone
2012-12-08Sprites somewhat less brokenMike Pavone
2012-12-08Mostly broken VDP core and savestate viewerMike Pavone