From cf6c1f520e5bdb9198a5a00e3426a2e84510da56 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Oct 2015 20:00:40 +0100 Subject: [PATCH] msx1: fix crash caused by code in data space --- Kernel/platform-msx1/vdp.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-msx1/vdp.s b/Kernel/platform-msx1/vdp.s index 48d492b5..1d9fbb6d 100644 --- a/Kernel/platform-msx1/vdp.s +++ b/Kernel/platform-msx1/vdp.s @@ -25,6 +25,8 @@ VDP_DIRECT .equ 1 ; FIXME: should use vdpport, but right now vdpport is in data not ; common space. ; + .area _COMMONMEM + platform_interrupt_all: ld c, #0x99 in a, (c) -- 2.34.1