diff vdp.c @ 1869:dc94354eab66

Fix accuracy bugs used by Novedicus to detect BlastEm/Exodus
author Michael Pavone <pavone@retrodev.com>
date Mon, 24 Jun 2019 23:47:16 -0700
parents 84f16a804ce5
children e75b788caedd
line wrap: on
line diff
--- a/vdp.c	Mon Jun 24 09:11:38 2019 -0700
+++ b/vdp.c	Mon Jun 24 23:47:16 2019 -0700
@@ -3631,12 +3631,6 @@
 	return context->prefetch;
 }
 
-uint16_t vdp_test_port_read(vdp_context * context)
-{
-	//TODO: Find out what actually gets returned here
-	return context->test_port;
-}
-
 void vdp_adjust_cycles(vdp_context * context, uint32_t deduction)
 {
 	context->cycles -= deduction;