Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!sdcsvax!ucsdhub!hp-sdd!ncr-sd!crash!pnet01!jca From: jca@pnet01.cts.com (John C. Archambeau) Newsgroups: comp.sys.atari.8bit Subject: 65816 motherboard replacement... Message-ID: <4411@crash.cts.com> Date: 18 Jun 89 20:36:17 GMT Sender: news@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 24 I heard that there was a 65816 motherboard upgrade kit/replacement for one of the Atari 8-bit machines (XL/XE I believe) could somebody give me some in depth information on it? /*--------------------------------------------------------------------------* * Flames: /dev/null (on my Minix partition) *--------------------------------------------------------------------------* * APRA : crash!pnet01!jca@nosc.mil * INET : jca@pnet01.cts.com * UUCP : {nosc ucsd hplabs!hd-sdd}!crash!pnet01!jca *--------------------------------------------------------------------------*/ #include void main (void) { #if defined (MSDOS) || defined (OS2) || defined (VMS) printf ("You call that an operating system???\n"); #else printf ("Unix might not be perfect...\n"); printf (" ...but it's the best I've seen thus far...\n"); #endif }