log

age author description
Sun, 03 Apr 2016 00:33:54 -0700 Michael Pavone Untested controller implementation
Fri, 01 Apr 2016 21:51:46 -0700 Michael Pavone Updated spec to make the 3rd and 4th controller IO ports as reserved
Fri, 01 Apr 2016 21:34:38 -0700 Michael Pavone Implemented vblank interrupts and fixed a bug in exception vector address calculation
Thu, 31 Mar 2016 23:25:52 -0700 Michael Pavone Implemented timer and timer interrupts. Added get/setvbr instructions. Fixed assembler bug. Moved mnemonics into a separate source file
Thu, 31 Mar 2016 00:07:37 -0700 Michael Pavone Implemented audio
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
Tue, 29 Mar 2016 19:57:34 -0700 Michael Pavone Fix timing of port IO
Mon, 28 Mar 2016 23:43:31 -0700 Michael Pavone Sort of working tile rendering and tile test ROM
Sun, 27 Mar 2016 22:14:26 -0700 Michael Pavone More colors in the bgcolor sample
Sun, 27 Mar 2016 21:54:13 -0700 Michael Pavone Enable vsync
Sun, 27 Mar 2016 21:42:10 -0700 Michael Pavone Poll events regularly to avoid unresponsive app warnings. Handle quit event
Sun, 27 Mar 2016 21:31:34 -0700 Michael Pavone Forgot to commit SDL code
Sun, 27 Mar 2016 21:09:54 -0700 Michael Pavone Make bgcolor demo fancier