Fix copy/paste error, A2560U only has one channel

This commit is contained in:
Vincent Barrilliot 2023-11-01 00:03:50 +01:00
parent da08d70111
commit 693bb7d84f

View file

@ -148,14 +148,6 @@ callmain: jsr ___main ; call __main to transfer to the C code
___exit: ___exit:
bra ___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 ; Autovector #1: Used by VICKY III Channel A interrupts
; ;