Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!cs.utexas.edu!milano!bigtex!mybest!occrsh!uokmax!norlin From: norlin@uokmax.ecn.uoknor.edu (NARC ONE) Newsgroups: comp.sys.atari.8bit Subject: Re: Old queries from a new user Message-ID: <1989Oct24.134518.5778@uokmax.ecn.uoknor.edu> Date: 24 Oct 89 13:45:18 GMT References: <115200043@uxa.cso.uiuc.edu> Reply-To: norlin@uokmax.UUCP (NARC ONE) Organization: University of Oklahoma, Engineering Computer Network, Norman, OK Lines: 25 In article <115200043@uxa.cso.uiuc.edu> glk01126@uxa.cso.uiuc.edu writes: > >Another query from an old 8bitter, > > How important is getting the C revision ROMs for my XL? The B version, >which I no doubt have in my dinosaur, has some pretty terrible bugs >I hear, and I have no idea how to get the C revision. Can anyone answer >my ignorant pleas? > Oh, by the way, this isn't Ernest C. Spieu, it's his roommate, who >will hopefully soon get his own account. > > -Bull Dozer You're not very specific as to which C revision ROMSs you refer. I assume you're talking about the Rev. C BASIC. I don't know if you can still buy the Rev. C cartridge, but an easy solution would be to find a friend with a 130XE (which has Rev. C BASIC), save to disk (from DOS 2.5 menu option K) the BASIC cartridge ($A000-BFFF), then write an assembly language header to precede the file you just wrote. The assembly language header will have to disable the BASIC ROM on your XL, then load the disk BASIC into the underlying RAM, then reset RAMTOP to $A0, then clear the screen (by opening and closing device #0). Then, just do a JMP $A000 and your Rev. C BASIC from the disk will run on your XL. --Norman Lin (A.K.A. NARC)