[comp.sys.apple] Apple ID bytes

delaney@wnre.aecl.CDN (Grant Delaney) (08/29/87)

I was putting this together for Ted Medin and Thought it might be of 
interest to others programming the apple.
-------------------------------------------------------------------------
Apple II family ID bytes From Open-Apple October 86 2.66 corrected 2.84

-------------------------------------------------------------------------
				$fbb3	$fbc0	$fbbf	$fb1e

Apple II			$38				
Apple II+			$ea			$ad
apple III (emulation mode)	$ea			$8a
apple IIe (original)		$06	$ea	$c1
apple IIe (enhanced)		$06	$e0	$00 *
apple IIGS			$06	$e0	$00 *
apple IIc (original)		$06	$00	$ff
apple IIc (3.5 Roms)		$06	$00	$00
apple IIc (version 3)		$06	$00	$03

* to distinguish the IIgs form the enhanced IIe:

	SEC
	JSR $FE1F
	BCC IIgs
	BCS IIe

-------------------------------------------------------------------------
"V