mirror of
https://github.com/mi57730/a2d.git
synced 2025-02-21 23:29:00 +00:00
this.apple: correct Apple IIe Card identification (#130)
This commit is contained in:
parent
ad75a611a6
commit
08a4ba970d
@ -490,6 +490,15 @@ textfont: .addr 0
|
|||||||
;;; Laser 128 $06 $AC [$E0]
|
;;; Laser 128 $06 $AC [$E0]
|
||||||
;;;
|
;;;
|
||||||
;;; (Values in [] are for reference, not needed for compatibility check)
|
;;; (Values in [] are for reference, not needed for compatibility check)
|
||||||
|
;;;
|
||||||
|
;;; Location $FBBE is the version byte for the Apple IIe Card (just as $FBBF is
|
||||||
|
;;; the version byte for the Apple IIc family) and is $00 for the first release
|
||||||
|
;;; of the Apple IIe Card.
|
||||||
|
|
||||||
|
;;; Per MG: There is more than one release of the Apple IIe Card, so we do not
|
||||||
|
;;; check $FBBE. If you are running the latest Apple release of "IIe Startup"
|
||||||
|
;;; this byte is $03.
|
||||||
|
|
||||||
|
|
||||||
.enum model
|
.enum model
|
||||||
ii ; Apple ][
|
ii ; Apple ][
|
||||||
@ -562,7 +571,7 @@ model_lookup_table:
|
|||||||
.byte $B3, $06, $C0, $EA, 0
|
.byte $B3, $06, $C0, $EA, 0
|
||||||
|
|
||||||
.byte model::iie_card ; must check before IIe enhanced check
|
.byte model::iie_card ; must check before IIe enhanced check
|
||||||
.byte $B3, $06, $C0, $E0, $DD, $02, $BE, $00, 0
|
.byte $B3, $06, $C0, $E0, $DD, $02, 0
|
||||||
|
|
||||||
.byte model::iie_enhanced
|
.byte model::iie_enhanced
|
||||||
.byte $B3, $06, $C0, $E0, 0
|
.byte $B3, $06, $C0, $E0, 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user