From: Alan Cox Date: Fri, 25 May 2018 21:30:49 +0000 (+0100) Subject: trs80m1: install irq vectors properly X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f7281b8a44e83a364e0c3b946d24acb81c989af9;p=FUZIX.git trs80m1: install irq vectors properly With this change we now service interrupts and get to the boot prompt albeit with the wrong memory size --- 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