From 693bb7d84ffe9d24293950752d5ecb6b8e343cff Mon Sep 17 00:00:00 2001 From: Vincent Barrilliot Date: Wed, 1 Nov 2023 00:03:50 +0100 Subject: [PATCH] Fix copy/paste error, A2560U only has one channel --- src/m68k/startup_m68k.s | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/m68k/startup_m68k.s b/src/m68k/startup_m68k.s index ef148e2..c2a7d67 100644 --- a/src/m68k/startup_m68k.s +++ b/src/m68k/startup_m68k.s @@ -148,14 +148,6 @@ callmain: jsr ___main ; call __main to transfer to the C code ___exit: bra ___exit -; -; Autovector #1: Used by VICKY III Channel B interrupts -; -autovec1: movem.l d0-d7/a0-a6,-(a7) - jsr _int_vicky_channel_b ; Call the dispatcher for Channel B interrupts - movem.l (a7)+,d0-d7/a0-a6 - rte - ; ; Autovector #1: Used by VICKY III Channel A interrupts ;