summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-06-24 23:47:16 -0700
committerMichael Pavone <pavone@retrodev.com>2019-06-24 23:47:16 -0700
commit995df2192d208ef60a3c3e13655f30597b706636 (patch)
tree6e7a8a5d14d268930e3d38cd89576b30ffcf6557 /vdp.c
parent9f112ee9e97c26304799dfd84caadeeb2be46fe0 (diff)
Fix accuracy bugs used by Novedicus to detect BlastEm/Exodus
Diffstat (limited to 'vdp.c')
-rw-r--r--vdp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/vdp.c b/vdp.c
index 7c31d12..4804e15 100644
--- a/vdp.c
+++ b/vdp.c
@@ -3631,12 +3631,6 @@ uint8_t vdp_data_port_read_pbc(vdp_context * context)
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;