Skip to content

Commit

Permalink
6800: correct CPU detect
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Dec 15, 2024
1 parent b5e7565 commit e6e9dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/cpu-6800/lowlevel-6800.S
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ _set_cpu_type:
sec
cpx #0 ; on 6800 does not change carry
; on 6803 it does
bcc is_6800
bcs is_6800
clrb
ldx #1
xgdx ; appears to do nothing on the 6803
Expand Down

0 comments on commit e6e9dd2

Please sign in to comment.