New name. Minor corrections. Includes PONG.

This commit is contained in:
2017-02-03 18:59:47 +01:00
parent fa4abcbf2c
commit 88c0288931
13 changed files with 222 additions and 35 deletions

1
vdp.h
View File

@@ -3,6 +3,7 @@
void vdp_init();
void vdp_quit();
void vdp_flip();
void vdp_switch_fullscreen();
void vdp_data_out(const unsigned char& value);
void vdp_cmd_out(const unsigned char& value);
unsigned char vdp_in();