Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!bloom-beacon!apple!bionet!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!ncr-sd!crash!pnet01!jca From: jca@pnet01.cts.com (John C. Archambeau) Newsgroups: comp.sys.atari.8bit Subject: Re: 810's and 65XE's Message-ID: <4441@crash.cts.com> Date: 23 Jun 89 02:16:20 GMT Sender: news@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 30 I think I have an answer to question #2. You can't effectively convert a 65XE to a 130XE. Why? Because it doesn't have the FREDDY chip in it. The FREDDY chip is the 130XE 'expanded' memory MMU. You might, however, be able to get a Rambo XL running in it, but I have never heard of an memory upgrades for a 65XE, of course, I have never (in my 5 years of using an Atari 8-bit) of anybody using a 65XE. What you need to do is to find the exact differences between a 65XE and a 800XL and apply the desired memory upgrade. Believe me, you WERE better off with springing for a 130XE. The 65XE is pretty much vaporware in comparison to the 800XL and 130XE and what you can slap in 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 }