log src/vdp.c @ 26:083347ccd508

age author description
Fri, 01 Apr 2016 21:34:38 -0700 Michael Pavone Implemented vblank interrupts and fixed a bug in exception vector address calculation
Wed, 30 Mar 2016 20:31:04 -0700 Michael Pavone Implement hflip
Wed, 30 Mar 2016 19:55:48 -0700 Michael Pavone Implemented sprite drawing. Added small sprite example.
Tue, 29 Mar 2016 19:59:26 -0700 Michael Pavone Only run rendering hardware when display is enabled
Mon, 28 Mar 2016 23:43:31 -0700 Michael Pavone Sort of working tile rendering and tile test ROM
Sun, 27 Mar 2016 17:36:02 -0700 Michael Pavone Initial stab at video output and background color rendering. Fixed address decoding in address port write handler.
Sun, 27 Mar 2016 00:24:31 -0700 Michael Pavone Initial work on VDP emulation