log src/vdp.h @ 59:b15187a99d6f default tip

age author description
Sat, 27 Aug 2016 22:38:31 -0700 Michael Pavone Changed the design to vastly simplify the video hardware and support a 23-bit address space on the CPU
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.
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