Skip to content

Commit

Permalink
[KERNAL] properly handle close of device 1 (X16Community#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur authored Nov 27, 2023
1 parent acc7e0a commit ef1b79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernal/cbm/channel/close.s
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jx050 jsr jz100 ;extract table data
beq jx150 ;is screen...done
bcs jx120 ;is serial...process
cmp #2 ;rs232?
bne jx115 ;no...
bne jx150 ;no...
;
; rs-232 close
;
Expand Down

0 comments on commit ef1b79b

Please sign in to comment.