From 023b461bb8a9ad86c22d3c8624d48895d38b1dd1 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Wed, 14 Oct 2015 11:50:54 +0200
Subject: [PATCH] According to the contributor the VGA data is accessed only by
the constructor.
---
libsrc/pce/conio.s | 1 -
1 file changed, 1 deletion(-)
diff --git a/libsrc/pce/conio.s b/libsrc/pce/conio.s
index 64df87018..b2bb0f9d5 100644
--- a/libsrc/pce/conio.s
+++ b/libsrc/pce/conio.s
@@ -113,6 +113,5 @@ fillloop:
rts
- .rodata
font:
.include "vga.inc"
--
2.39.5