diff genesis.c @ 1318:bfdd450e7dea

Initial work on handling the 128KB VRAM mode bit and some basic prep work for VDP test register support
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Apr 2017 16:40:04 -0700
parents 3185438e0134
children 071e761bcdcf
line wrap: on
line diff
--- a/genesis.c	Sun Apr 16 16:38:56 2017 -0700
+++ b/genesis.c	Sun Apr 16 16:40:04 2017 -0700
@@ -340,7 +340,7 @@
 	} else if (vdp_port < 0x18) {
 		psg_write(gen->psg, value);
 	} else {
-		//TODO: Implement undocumented test register(s)
+		vdp_test_port_write(gen->vdp, value);
 	}
 	return context;
 }