From f7281b8a44e83a364e0c3b946d24acb81c989af9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 25 May 2018 22:30:49 +0100 Subject: [PATCH] trs80m1: install irq vectors properly With this change we now service interrupts and get to the boot prompt albeit with the wrong memory size --- Kernel/platform-trs80m1/trs80.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-trs80m1/trs80.s b/Kernel/platform-trs80m1/trs80.s index 79bd33e8..93ecbcff 100644 --- a/Kernel/platform-trs80m1/trs80.s +++ b/Kernel/platform-trs80m1/trs80.s @@ -101,6 +101,7 @@ not_lnw: ld a,#3 ld (_trs80_model),a ; Video Genie not_vg: + call _rom_vectors ret .area _DATA -- 2.34.1