[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: System identification from Applesoft?
On Tuesday, February 12, 2013 7:48:14 PM UTC-6, Jayson Smith wrote:
> Hi,
>
>
>
> Are there any peeks, calls, etc. you can use to definitively identify what
>
> type of Apple is being used from Applesoft? In particular, I'm looking for a
>
> way to identify a GS from a non-GS.
>
> Thanks.
>
> Jayson
Here is a chart of ID bytes
$FBB3 $FBC0 $FBBF
System 64435 64448 64447
Apple II $38 (56) $60 (96) $2F (47)
Apple II+ $EA (234) $EA (234 $EA (234)
Apple IIe $06 $EA $C1 (193)
Apple IIe+ $06 $E0 $00
Apple IIc $06 $00 $FF (255)
Apple IIc+ $06 $00 $00
Apple IIGS $06 $E0 (224) $00
Rob