Fix copy/paste error, A2560U only has one channel
This commit is contained in:
parent
da08d70111
commit
693bb7d84f
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue