summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdp.c')
-rw-r--r--vdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdp.c b/vdp.c
index e86407e..2e35afe 100644
--- a/vdp.c
+++ b/vdp.c
@@ -518,7 +518,7 @@ void vdp_advance_dma(vdp_context * context)
context->cd &= 0xF;
}
}
-#include <assert.h>
+
void write_vram_byte(vdp_context *context, uint16_t address, uint8_t value)
{
if (!(address & 4)) {