initial support for a display module, incomplete
authorJustin Wind <justin.wind@gmail.com>
Sat, 21 Apr 2012 19:37:17 +0000 (12:37 -0700)
committerJustin Wind <justin.wind@gmail.com>
Sat, 21 Apr 2012 19:37:17 +0000 (12:37 -0700)
commitbca632cc1c329a45dde32f476b0ef9f6ef5db05a
treee8ab6e5892c605ce9bb573d031dadf5a6bde84f2
parent9cf5993655d58da3c9f508ede3ac43a29e6cc6b5
initial support for a display module, incomplete

Added basic support for an optional display buffer output module, which is currently just written out to a PNM file on each screen update.
Tile rendering needs some further work&tests.
Makefile
chargen-4x8.h [new file with mode: 0644]
dcpu16.c
dcpu16.h
display.c [new file with mode: 0644]
display.h [new file with mode: 0644]
vm-dcpu16.c