log Makefile @ 29:5a8b5f9fc50a

age author description
Sun, 03 Apr 2016 00:33:54 -0700 Michael Pavone Untested controller implementation
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
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 16:15:46 -0700 Michael Pavone Modified Makefile to automatically create target directories if they don't already exist
Sun, 27 Mar 2016 00:24:31 -0700 Michael Pavone Initial work on VDP emulation
Sat, 26 Mar 2016 23:36:33 -0700 Michael Pavone Added clean rule
Sat, 26 Mar 2016 23:31:08 -0700 Michael Pavone Added assembler. Removed hand-assembled version of hello world example
Tue, 22 Mar 2016 22:44:02 -0700 Michael Pavone Initial commit. CPU working well enough for simple hello world program.