home *** CD-ROM | disk | FTP | other *** search
Text File | 2019-04-13 | 47.2 KB | 1,244 lines |
- Bruce R. McFarling (ecbm@cc.newcastle.edu.au) wrote:
- : Notice that normally the 6502 address space is full
- : with additional memory (if available) banked in by an external
- : memory management arrangement. So if the 6502 *had* 'boundary
- : errors' it would be pointless -- I believe the Andre's original
- : 6502 box had memory banking on 4K boundaries (is that right?)
- Yes you are right. The upper 4 address bits were taken as index
- into 16 registers each 8 bit wide. So I had 16 chunks of memory,
- each 4kByte in size.
- These could then be mapped to any of 256 chunks within the=20
- extended up to 1MByte memory.
-
- : which give 16 different relocatable chunks of memory in the
- : memory space. So the assumption that
- : (logical address space) > (physical address space)
- : is often strictly false for a 6502 machine. (That includes
- : the original 6502, with 64K RAM, 16K ROM, and 0K < IO < 4K
- You mean C64, don't you?
-
- Andre
-
-
- --
- Andre Fachat, Tel:++49-371-531-3551|"I do not feel obliged to believe tha=
- t the
- Stadlerstr 17, 09126 Chemnitz, FRG | same God who has endowed us with sen=
- se,
- a.fachat@physik.tu-chemnitz.de | reason, and intellect has intended u=
- s to
- http://www.tu-chemnitz.de/~fachat | forego their use" -- Galileo Galilei
- #! rnews 2266
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
- com!fu-berlin.de!zib-berlin.de!news.tu-chemnitz.de!fachat
- From: fachat@physik.tu-chemnitz.de (Andre Fachat)
- Newsgroups: comp.sys.cbm,comp.emulators.cbm,comp.sys.apple2,comp.sys.atar=
- i.8bit,alt.comp.hardware.homebuilt
- Subject: Re: Multithreading OS for the C64
- Date: 3 Jul 1996 16:18:08 GMT
- Organization: University of Technology Chemnitz, FRG
- Lines: 28
- Message-ID: <4re6g0$8oe@narses.hrz.tu-chemnitz.de>
- References: <4q3u1i$rd7@sun0.urz.uni-heidelberg.de> <Dtvnp8.9p3@inter.NL.=
- net> <4rd0bt$4uq@umbc10.umbc.edu> <4rd6m0$dp3@tuegate.tue.nl>
- NNTP-Posting-Host: mclane.physik.tu-chemnitz.de
- X-Newsreader: TIN [version 1.2 PL2]
- Xref: pravda.aa.msen.com comp.sys.cbm:57344 comp.emulators.cbm:12261 comp=
- .sys.apple2:105100 comp.sys.atari.8bit:38420 alt.comp.hardware.homebuilt:=
- 23279
-
- Martijn van Buul (martijnb@stack.urc.tue.nl) wrote:
- : | I'm guessing he uses the timer interrupt. Am I close?
- : Well, I guess he is ;) I'm currently making a task-swapper myself (just
- : for the fun of it. I've got no intentions or whatever blahblah), and I'=
- m
- : using the NMI for it... Those CIA's might come in hand, every now and t=
- hen..
-
- Well, I'm using the timer interrupt. But then I use the IRQ timer.
- A disadvantage is, that 'nasty' programs can take full control over
- the machine. An advantage is that the system itself cannot be=20
- interrupted when doing critical routines. Well, that could have been
- taken care of with a flag (to immediately return from NMI) but
- I thought it was easier this way.
-
- And as I wanted to run close-to-hardware processes on the machine, I
- wanted a process to be able to protect itself from task switching.
- (for timing critical hardware handling)
- Which is obviously easier when just doing a SEI instead of=20
- calling some StopMultiTasking or RestartMultiTasking (as the Amiga does)
- to access some kernel internal flag - which is not available in the=20
- process memory.
- =20
- Andre
-
- --
- Andre Fachat, Tel:++49-371-531-3551|"I do not feel obliged to believe tha=
- t the
- Stadlerstr 17, 09126 Chemnitz, FRG | same God who has endowed us with sen=
- se,
- a.fachat@physik.tu-chemnitz.de | reason, and intellect has intended u=
- s to
- http://www.tu-chemnitz.de/~fachat | forego their use" -- Galileo Galilei
- #! rnews 889
- Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!newsfeeder.sdsu.e=
- du!newspump.sol.net!news.mindspring.com!usenet
- From: Radioactive Warrior <radwar@orl.mindspring.com>
- Newsgroups: comp.sys.cbm
- Subject: Re: CIA serial port discrepancy, $DD0C
- Date: Wed, 03 Jul 1996 12:46:12 +0000
- Organization: noorgan
- Lines: 6
- Message-ID: <31DA6B94.2DF0@orl.mindspring.com>
- References: <31D9DFC5.6CE7@orl.mindspring.com> <4rdsl1$man@news.acns.nwu.=
- edu>
- Reply-To: noname
- NNTP-Posting-Host: user-168-121-176-117.dialup.mindspring.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=3Dus-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.02 (Macintosh; U; PPC)
-
- Stephen Judd wrote:
- > Why don't you swap the CIAs and see what the new behavior is?
-
- Well, 80 pins are a pain to de-solder if I don't havta :) Any other
- software fixes that might set this register to zero???
- > >Radioactive Warrior
- #! rnews 2586
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
- com!fu-berlin.de!zib-berlin.de!news.tu-chemnitz.de!fachat
- From: fachat@physik.tu-chemnitz.de (Andre Fachat)
- Newsgroups: comp.sys.cbm,comp.emulators.cbm,comp.sys.apple2,comp.sys.atar=
- i.8bit,alt.comp.hardware.homebuilt
- Subject: Re: Multithreading OS for the C64
- Followup-To: comp.sys.cbm,comp.emulators.cbm,comp.sys.apple2,comp.sys.ata=
- ri.8bit,alt.comp.hardware.homebuilt
- Date: 3 Jul 1996 16:30:36 GMT
- Organization: University of Technology Chemnitz, FRG
- Lines: 31
- Message-ID: <4re77c$8oe@narses.hrz.tu-chemnitz.de>
- References: <4q3u1i$rd7@sun0.urz.uni-heidelberg.de> <Dtvnp8.9p3@inter.NL.=
- net> <Dtxpuo.JD9@undergrad.math.uwaterloo.ca> <4rcqt2$p2u@seagoon.newcast=
- le.edu.au>
- NNTP-Posting-Host: mclane.physik.tu-chemnitz.de
- X-Newsreader: TIN [version 1.2 PL2]
- Xref: pravda.aa.msen.com comp.sys.cbm:57346 comp.emulators.cbm:12262 comp=
- .sys.apple2:105103 comp.sys.atari.8bit:38423 alt.comp.hardware.homebuilt:=
- 23280
-
- : >> how did you make it pre-emptive when the 6502 processor
- : >> itself has no way to check for boundaries or anything
- : >> (so called trap errors coming from the processor itself
- : >> (in pc systems btw)). In what way can the operating system
-
- In my original design, the memory pages from other processes just couldn'=
- t
- be accessed, as they were not mapped in. (As I explained in another
- post). A process with 8kByte RAM just had access to 8 kByte RAM
- and the rest of the address space would be mapped into some read-only
- regions (well, I used the kernel image...)
- So that the process can just change it's own RAM.
-
- That's even a way to implement paging, i.e. put a process out on disk=20
- if memory is short. Only one thing, as you mentioned, has to be taken
- care of: The 6502 cannot detect memory faults, so that _all_ memory pages
- belonging to the process must be mapped and accessible when it is run.
- (Even if there were some hardware mechanism to detect the fault,
- there is no way to restore the original register values as before the
- trapped memory access - which is essential to correctly re-execute
- the offending opcode after the page has been loaded.
- The capability to restore the register values was one of the few
- improvements of the Motorola 68010 CPU above the 68000.)
-
- so long
- Andre
-
- --
- Andre Fachat, Tel:++49-371-531-3551|"I do not feel obliged to believe tha=
- t the
- Stadlerstr 17, 09126 Chemnitz, FRG | same God who has endowed us with sen=
- se,
- a.fachat@physik.tu-chemnitz.de | reason, and intellect has intended u=
- s to
- http://www.tu-chemnitz.de/~fachat | forego their use" -- Galileo Galilei
- #! rnews 1306
- Path: pravda.aa.msen.com!spool.mu.edu!sgigate.sgi.com!uhog.mit.edu!news.m=
- athworks.com!newsfeed.internetmci.com!usenet.logical.net!news.wizvax.net!=
- news
- From: tonyp@wizvax.wizvax.net (Tony Postmayer)
- Newsgroups: comp.sys.cbm,comp.emulators.cbm,sfnet.atk.cbm
- Subject: Re: ANNOUNCE: C64 Prog Ref Guide etext available
- Date: Wed, 03 Jul 1996 17:37:12 GMT
- Organization: Wizvax Communications, Troy, N.Y. 12180 USA
- Lines: 21
- Message-ID: <31daaf1a.857763@199.181.141.3>
- References: <4r39hi$dd2@dub-news-svc-4.compuserve.com>
- NNTP-Posting-Host: tonyp.wizvax.net
- X-Newsreader: Forte Agent .99e/16.227
- Xref: pravda.aa.msen.com comp.sys.cbm:57347 comp.emulators.cbm:12263 sfne=
- t.atk.cbm:155
-
- On Sat, 29 Jun 1996 13:12:00 GMT, 74171.2136@compuserve.com (Cris
- Berneburg) wrote:
-
- >
- >OK, it's finally done! The Commodore 64 Programmer's
- >Reference Guide is now available to you as a Project 64
- >electronic text. Here's an excerpt from the document that
- >Ville Muikkula <vmuikku@yrttis.ratol.fi>, the individual
- >who undertook this effort, included in the etext header:
- >
- Excellent job. I just visited your homepage a snagged a bunch of
- texts. I thinks it's a great way of preserving these old sources of
- information.
-
- Keep up the good work!
-
- (and don't let any pissy-faced wet blankets dampen your enthusiam)
-
- Tony -
-
-
- #! rnews 1150
- Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!gatech!ennfs=
- .eas.asu.edu!noao!CS.Arizona.EDU!ruby.ucc.nau.edu!dana.ucc.nau.edu!pap
- From: pap@dana.ucc.nau.edu (Paul Allen Panks)
- Newsgroups: comp.sys.cbm
- Subject: What or who is Visacorp?
- Date: 3 Jul 1996 18:37:19 GMT
- Organization: Northern Arizona University, Flagstaff AZ, USA
- Lines: 23
- Message-ID: <4reekv$8g1@ruby.ucc.nau.edu>
- NNTP-Posting-Host: dana.ucc.nau.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- I just missed out on the article "AT to be sold to Visacorp!!!", and only=
- =20
- was able to read the responses (which BTW, where off topic, but who=20
- cares...that's ancient history now) ;)
-
- What is Visacorp, and what is AT?Does it tie in with the Commodore=20
- community? I've been out of touch with the commodore community for about=20
- half a year now until just recently, so I might have missed something big=
- =20
- inbetween.
-
- Regards,
-
- Paul Allen Panks
-
-
- --
- --
- "Chickens may lay eggs, but roosters wake you up in the morning. Nobody=20
- pays them to do that. I do less work than that and I get paid. And I=20
- don't like eggs anyhow. Ooh! Bacon!"
-
- Homer Simpson, on subsidizing small-town agriculture.
-
-
- #! rnews 1386
- Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
- mathworks.com!news-res.gsl.net!news.gsl.net!EU.net!Norway.EU.net!nntp.uio=
- .no!news.kth.se!tybalt.admin.kth.se!celsiustech.se!seunet!news2.swip.net!=
- news.nocom.se!newsfeed.tip.net!news.telia.se!usenet
- From: Pontus Berg <Bacchus@FairLight.COM>
- Newsgroups: comp.sys.cbm
- Subject: Re: Assembler
- Date: Wed, 03 Jul 1996 13:27:34 -0700
- Organization: FairLight - Home of the brave!
- Lines: 16
- Message-ID: <31DAD7B6.2746@FairLight.COM>
- References: <840066582@freenet-news.carleton.ca> <836167753@p71.f411.n201=
- .z2.ftn>
- Reply-To: PBG@HK.Mobitel.Telia.SE
- NNTP-Posting-Host: hkpbg.hk.mobitel.telia.se
- Mime-Version: 1.0
- Content-Type: text/plain; charset=3Dus-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 3.0b5Gold (Win16; I)
-
- Pontus Berg wrote:
- > Try looking at my list of tools supporting the c64 on other platforms!
- > http://www.ludd.luth.se/~watchman/fairlight/c64/tools2.htm (phew - I ho=
- pe I got
- > it right)
-
- Sorry for the error in the reference; It shall really be:=20
-
- http://www.ludd.luth.se/~watchman/fairlight/c64/tools2.html
-
- Only the ending "l" missing but that made a lot of difference!
-
- --=20
- [----------------------------------------------------]
- [ o/ Bacchus@FairLight.COM Fido: 2:201/411.71 ]
- [ (# http://www.canit.se/ANet/p71.html ]
- [-/7-------------------------------------------------]
- #! rnews 1193
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
- com!newsfeed.internetmci.com!vixen.cso.uiuc.edu!prairienet.org!jpnan
- From: jpnan@prairienet.org (Jean P Nance)
- Newsgroups: comp.sys.cbm
- Subject: Re: Comal trivia
- Date: 3 Jul 1996 18:09:06 GMT
- Organization: University of Illinois at Urbana
- Lines: 15
- Message-ID: <4red02$7vt@vixen.cso.uiuc.edu>
- NNTP-Posting-Host: bluestem.prairienet.org
-
-
- Thanks for the information on Comal. I read the story in Comal
- Today but had forgotten a lot of it. I agree with everthing said
- about Comal as a programming language. I have pretty much given up
- up programming. I'm not quite up to Assembly, and certainly can't
- face up to programming with either Commodore Basic. Just to=20
- frustrating and painful. I join in weeping for Comal. I have
- piles and piles of Comal material, but nobody much is even=20
- willing to look at Commodore Comal. The Comal area on QLink was
- just a tiny handful of people talking about Amiga Comal and
- IBM Comal. If Comal had become better known in the Commodore
- world, there would be a lot more people with the courage to
- program. With just Len Lindsay plugging it with his limited
- resourcethere was little hope.
- --
- #! rnews 642
- Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!enews.sgi.com!dec=
- wrl!news.PBI.net!news.mathworks.com!newsfeed.internetmci.com!uwm.edu!vixe=
- n.cso.uiuc.edu!prairienet.org!jpnan
- From: jpnan@prairienet.org (Jean P Nance)
- Newsgroups: comp.sys.cbm
- Subject: Re: Whereto buy?
- Date: 3 Jul 1996 18:12:52 GMT
- Organization: University of Illinois at Urbana
- Lines: 5
- Message-ID: <4red74$858@vixen.cso.uiuc.edu>
- NNTP-Posting-Host: bluestem.prairienet.org
-
-
- Watch this area! Commodore 64s and Commodore 128s are available
- at times. Also, consult the ads in "Commodore World" magazine.
- Several places offer used and refurbished Commodore hardware.
- --
- #! rnews 2060
- Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!spool.mu.edu!usen=
- et.eel.ufl.edu!tank.news.pipex.net!pipex!usenet2.news.uk.psi.net!uknet!us=
- enet1.news.uk.psi.net!uknet!dispatch.news.demon.net!demon!mail2news.demon=
- .co.uk!gate.demon.co.uk
- From: Jason <tmr@cosine.demon.co.uk>
- Newsgroups: comp.sys.cbm
- Subject: Re: C64 archivers
- Date: Tue, 2 Jul 96 23:39:28 GMT
- Organization: Cosine Systems
- Lines: 32
- Message-ID: <9607022339.AA0046i@cosine.demon.co.uk>
- References: <4r671a$ah@ousrvr3.oulu.fi>
- X-NNTP-Posting-Host: gate.demon.co.uk
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- X-Mail2News-Path: relay-1.mail.demon.net!gate.demon.co.uk
-
- Jari Karppinen:
- : Ok, lynxed files were easy since I have the Ult.Lynx 3, but=20
- : can anyone tell me how to unpack files with extension .SFX ?
- : It is supposed to be somekind of self extracting archive, right --- but=
- =20
- : how do I get it to extract itself?
-
- You run it! That's how it *self* extracts! =3D-)
-
- : Also there were some LHA archives, which contained files with names
- : like: 1!turbo, 2!turbo etc.=20
-
- I'll do this one in a mo...
-
- : How to unpack those? (What files are they anyway....?)
- : I have also heard of zipcode... what might that be then?
-
- Those files are zipcode. But not like the PKZip/GnuZip it's a complete
- disk compressor (takes one side of a disk and mashes it down into four
- files so that even trackload stuff can be shipped around via modems).
-
- To unpack them check Digital Dungeon's tools directory for ARZIP/UNZIP.
- But I doubt it'll like an emulator.
-
- Jason =3D-)
- ____________________________________________________________________=
- ___
- TMR / / / / / / / =
- /\
- / /__/ / / /__/ / / / /__/ Email: tmr@cosine.demon.co.uk =
- / /
- / /\_/ / /__ / / / / __// Cosine Homepage: =
- / /
- / /__/ / / / / / / / / / members.tripod.com/~tmr/cosine.html /=
- /
- /_____/_____/_____/__/__/__/_____/_____________________________________/ =
- /
- \_____\_____\_____\__\__\__\_____\_____________________________________\/
- #! rnews 2154
- Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!news.=
- mathworks.com!news-res.gsl.net!news.gsl.net!EU.net!usenet2.news.uk.psi.ne=
- t!uknet!usenet1.news.uk.psi.net!uknet!dispatch.news.demon.net!demon!mail2=
- news.demon.co.uk!gate.demon.co.uk
- From: Jason <tmr@cosine.demon.co.uk>
- Newsgroups: comp.sys.cbm
- Subject: Re: CCNGA demos and emulation support discontinued... timeframe =
- unknown
- Date: Tue, 2 Jul 96 23:43:14 GMT
- Organization: Cosine Systems
- Lines: 27
- Message-ID: <9607022343.AA0046n@cosine.demon.co.uk>
- References: <Dtw6x6.6qn@undergrad.math.uwaterloo.ca> <4rah84$c5m@seagoon.=
- newcastle.edu.au>
- X-NNTP-Posting-Host: gate.demon.co.uk
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- X-Mail2News-Path: relay-1.mail.demon.net!gate.demon.co.uk
-
- Craig Bruce:
- : Anyhow, the demos and emulation stuff are taking up 20 Megs of this
- : space and that is increasing since both of these types of programs
- : usually come in obnoxiously large ZIP files. (Plus, I personally
- : think that both of these things are useless).
-
- Bruce R. McFarling:
- : A much better reason would be that the best emulators
- : are available elsewhere, and *ought* to be on any collection of
- : the relevant host system that pretends to provide all the useful
- : things you can do on that host -- and to be sure, there nothing
- : more useful than making a host pretend it's a C64. And Digital
- : Dungeon has a good collection of demos.
-
- Please, Craig, if you are killing all the files check to see if they
- are on one of the other FTP sites first! I'd hate to see the last
- copy of a demo vanish because nobody else was carrying it!
-
- Jason =3D-)
- ____________________________________________________________________=
- ___
- TMR / / / / / / / =
- /\
- / /__/ / / /__/ / / / /__/ Email: tmr@cosine.demon.co.uk =
- / /
- / /\_/ / /__ / / / / __// Cosine Homepage: =
- / /
- / /__/ / / / / / / / / / members.tripod.com/~tmr/cosine.html /=
- /
- /_____/_____/_____/__/__/__/_____/_____________________________________/ =
- /
- \_____\_____\_____\__\__\__\_____\_____________________________________\/
- #! rnews 3261
- Path: pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!news.sprintl=
- ink.net!news-stk-200.sprintlink.net!news.sprintlink.net!news-dc-10.sprint=
- link.net!news.mathworks.com!newsfeed.internetmci.com!torn!nott!cunews!fre=
- enet-news.carleton.ca!FreeNet.Carleton.CA!df465
- From: df465@FreeNet.Carleton.CA (Onno Ebbinge)
- Newsgroups: comp.sys.cbm
- Subject: Re: ANNOUNCE: C64 Prog Ref Gu
- Date: 3 Jul 1996 18:12:24 GMT
- Organization: National Capital Freenet, Ottawa, Canada
- Lines: 72
- Sender: df465@freenet6.carleton.ca (Onno Ebbinge)
- Message-ID: <4red68$lik@freenet-news.carleton.ca>
- NNTP-Posting-Host: freenet6.carleton.ca
-
-
- > vm> The Project 64 etext of the Commodore 64 Programmer's
- > vm> Reference Guide, first edition. Converted to etext by
- > vm> Ville Muikkula. ...
- >=20
- > vm> I hope that this massive
- > vm> project shows to the C=3D community that it is in a fact
- > vm> possible for one man to convert a 500 page book to
- > vm> ASCII text. One just have to be dedicated, believe that
- > vm> it can be done and have the PATIENCE for it...
- > vm> of free time. So, who's going to etext Inside Commodore
- > vm> DOS?
- >=20
- > Who has Gerald Nuefeld's email address? I'd like to forward a copy
- > of the above message to him and visacorp.
- >=20
- > Last time I looked there was a copyright notice on the inside
- > of the above mentioned books.
- =20
- Here is a reply from Gerald Neufeld to an email of mine:
- =20
- > Date: Wed, 08 May 1996 19:13:59 +0700
- > From: Gerald Neufeld <neufeld@brandonu.ca>
- > Subject: Re: 1541
- > To: ebbin200@skutsje.tem.nhl.nl
- >=20
- > On: Wed, 08 May 1996 ebbin200@hio.tem.NHL.NL wrote:
- >=20
- > > I've been searching for the best 1541 reference guide for quite
- > > a time now... and various people recommended your book!
- > >=20
- > > Where can I get a copy?
- >=20
- > I don't know. Datamost went under back in the mid 1980's and so it=20
- > has been out of print for the last 10 years or so.
- >=20
- > > Or is it digital available?
- >=20
- > No it is not. Datamost or someone who was at the final auction owns
- > the copyright (I don't). However, I'd like to know who does because
- > whoever does owes me big time in unpaid royalties!
- >=20
- > > What other book about the 1541 do you recommend?
- >=20
- > The 1541 User's Guide that I wrote was probably one of the few that
- > dealt with the general operation from a user's point of view. The=20
- > "Inside Commodore DOS" book that Dick Immers and I did was the
- > first of the books that looked at the inner workings. Abacus
- > Publishing did a couple of other books about the 1541 internals.
- > I'm not sure what is available at this point.
- >=20
- > > Would you consider making it digital available?
- >=20
- > I still have the original version in digital form but I'm not sure=20
- > whether I have a computer/drive that can read the old formats.=20
- > Besides, I don't own the copyright so I can't release it.
- >=20
- > Gerry
- > =20
- > --------------------------------------------------------
- > Gerald Neufeld,=20
- > Dept. of Curriculum & Instruction (Math/Science)
- > Faculty of Education, Brandon University
- > Brandon, Manitoba, Canada R7A 6A9 (204) 727-7321
- > neufeld@brandonu.ca
- >=20
- > Ask about
- > --------------------------------------------------------
- > Driving the Infohighway: A Guide for VAX/VMS Users
- > --------------------------------------------------------
- =20
- Onno
- #! rnews 1267
- Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
- eed.internetmci.com!swrinde!cs.utexas.edu!ennfs.eas.asu.edu!noao!CS.Arizo=
- na.EDU!ruby.ucc.nau.edu!dana.ucc.nau.edu!pap
- From: pap@dana.ucc.nau.edu (Paul Allen Panks)
- Newsgroups: comp.sys.cbm
- Subject: More 128D problems
- Date: 3 Jul 1996 18:22:10 GMT
- Organization: Northern Arizona University, Flagstaff AZ, USA
- Lines: 24
- Message-ID: <4redoi$8g1@ruby.ucc.nau.edu>
- NNTP-Posting-Host: dana.ucc.nau.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- I believe this problem was addressed in a much earlier article, but I=20
- think it bears repeating:
-
- My 128D has problems getting such 64 - specific software as MULE,Seven=20
- Cities of Gold,Survivor,etc to run...many of the programs will load but=20
- not run.
-
- Are all 128D's incompatible with some 64 software, or is it case specific=
- ?
-
- Regards,
-
- Paul Allen Panks
-
- BTW, I check with ?PEEK(65408) and my bread-box 64 has the same kernal=20
- rom revision as my 128D's 64 mode. So how come there's still software=20
- incompatibility??
- -- --
- "Chickens may lay eggs, but roosters wake you up in the morning. Nobody=20
- pays them to do that. I do less work than that and I get paid. And I=20
- don't like eggs anyhow. Ooh! Bacon!"
-
- Homer Simpson, on subsidizing small-town agriculture.
-
-
- #! rnews 1291
- Path: pravda.aa.msen.com!spool.mu.edu!torn!nott!cunews!freenet-news.carle=
- ton.ca!FreeNet.Carleton.CA!df465
- From: df465@FreeNet.Carleton.CA (Onno Ebbinge)
- Newsgroups: comp.sys.cbm
- Subject: Re: ANNOUNCE: C64 Prog Ref Gu
- Date: 3 Jul 1996 18:33:16 GMT
- Organization: National Capital Freenet, Ottawa, Canada
- Lines: 24
- Sender: df465@freenet6.carleton.ca (Onno Ebbinge)
- Message-ID: <4reedc$lun@freenet-news.carleton.ca>
- NNTP-Posting-Host: freenet6.carleton.ca
-
-
- > vm> The Project 64 etext of the Commodore 64 Programmer's
- > vm> Reference Guide, first edition. Converted to etext by
- > vm> Ville Muikkula. ...
- =20
- Fine piece of work... but you also copied the errors!
- =20
- > vm> I hope that this massive
- > vm> project shows to the C=3D community that it is in a fact
- > vm> possible for one man to convert a 500 page book to
- > vm> ASCII text. One just have to be dedicated, believe that
- > vm> it can be done and have the PATIENCE for it...
- > vm> of free time. So, who's going to etext Inside Commodore
- > vm> DOS?
- =20
- If someone is going to 'etext' Inside Commodore DOS I suggest
- to get a copy of the disk that you could order with it. This
- will save you a lot of work ;-)
- =20
- Onno
- =20
- PS: I don't have a copy of the disk that one could order with
- Inside Commodore DOS. If YOU do please send me one!
- =20
- #! rnews 1584
- Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
- eed.internetmci.com!swrinde!cs.utexas.edu!ennfs.eas.asu.edu!noao!CS.Arizo=
- na.EDU!ruby.ucc.nau.edu!dana.ucc.nau.edu!pap
- From: pap@dana.ucc.nau.edu (Paul Allen Panks)
- Newsgroups: comp.sys.cbm
- Subject: Where are they now? Then and now
- Date: 3 Jul 1996 18:43:29 GMT
- Organization: Northern Arizona University, Flagstaff AZ, USA
- Lines: 32
- Message-ID: <4ref0h$8g1@ruby.ucc.nau.edu>
- NNTP-Posting-Host: dana.ucc.nau.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- I think an interesting article, if it hasn't already been discussed at=20
- some point in time, is about former Commodore personalities and what they=
- =20
- are doing now.
-
- A prime example would be Jim Butterfield. For years, he has helped the=20
- commodore community with countless contributions and programs, and very,=20
- very valuable information which we will always cherish and respect. Last=20
- I heard, Jim Butterfield was still actively involved in the Commodore=20
- Community.
-
- Any other names people remember?
-
- I'd be particularly interested what individuals such as Tim Walsh, Arnie=20
- Katz, Lou Sander, Cleve Blakemore, Joey Latimer, Morton Kevelson, Mike Ho=
- yt=20
- and Tonny Brantner are doing now.
-
- Even part time commore people such as author Orson Scott Card would be=20
- interesting to learn more about.
- Regards,
-
- Paul Allen Panks
-
-
- --
- --
- "Chickens may lay eggs, but roosters wake you up in the morning. Nobody=20
- pays them to do that. I do less work than that and I get paid. And I=20
- don't like eggs anyhow. Ooh! Bacon!"
-
- Homer Simpson, on subsidizing small-town agriculture.
-
-
- #! rnews 1712
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.asu.edu!en=
- nfs.eas.asu.edu!noao!CS.Arizona.EDU!ruby.ucc.nau.edu!dana.ucc.nau.edu!pap
- From: pap@dana.ucc.nau.edu (Paul Allen Panks)
- Newsgroups: comp.sys.cbm
- Subject: Re:Triumph of the Nerds
- Date: 3 Jul 1996 18:58:09 GMT
- Organization: Northern Arizona University, Flagstaff AZ, USA
- Lines: 33
- Message-ID: <4refs1$8g1@ruby.ucc.nau.edu>
- NNTP-Posting-Host: dana.ucc.nau.edu
- X-Newsreader: TIN [version 1.2 PL2]
-
- One notable contribution that probably goes unnoticed (because of the=20
- computers total market mailure) was Commodore putting consumer selectable=
- =20
- software and applications in ROM (Plus/4, 1984). This should have been=20
- done with the 128 as well, IMHO, but it was an innovation that was at=20
- least recognized in that August 1994 Byte Article about R.I.P. Commodore.
-
- First affordable color computer at under $300 (Vic-20) (1980)
- First stereo synthesizer in a computer (C64, 1982)
- First true "Multimedia" computer (Amiga, 1985).
-
- I think Commodore has been ignored, as that aricle pointed out, because=20
- people have been wanting to rewrite the history books for a long time to=20
- the tune of Apple and IBM, who indeed were major players (and pioneers as=
- =20
- well), but who could=20
- not have had as much impact without such pioneers as Commodore or Atari.
-
- A definative history on microcomputers that includes at least fair=20
- mention of Commodore will probably,sadly, never be written.
-
- Regards,
-
- Paul Allen Panks
-
-
- --
- --
- "Chickens may lay eggs, but roosters wake you up in the morning. Nobody=20
- pays them to do that. I do less work than that and I get paid. And I=20
- don't like eggs anyhow. Ooh! Bacon!"
-
- Homer Simpson, on subsidizing small-town agriculture.
-
-
- #! rnews 820
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
- ews.mathworks.com!tank.news.pipex.net!pipex!oleane!in2p3.fr!swidir.switch=
- .ch!01-newsfeed.univie.ac.at!02-newsfeed.univie.ac.at!news.ecrc.de!news00=
- .btx.dtag.de!not-for-mail
- From: R_Peters.Wiwo@t-online.de (Rolf-Herbert Peters)
- Newsgroups: comp.sys.cbm
- Subject: Comm128D to PC
- Date: 30 Jun 1996 15:44:40 GMT
- Organization: Redaktion Wirtschaftswoche
- Lines: 3
- Message-ID: <4r67d8$tlk@news00.btx.dtag.de>
- Mime-Version: 1.0
- Content-Type: text/plain; charset=3Dus-ascii
- Content-Transfer-Encoding: 7bit
- X-Sender: 0211887-2195@t-online.de (Verlagsgruppe Handelsbl.GmbH, Peters,=
- Rolf)
- X-Mailer: Mozilla 1.1I [de] (Windows; I; 16bit)
-
- Who can help me? I need to tranfer text data saved on Commodore 128D disk=
- =20
- to PC. Is there any solution (software/hardware)?
-
- #! rnews 593
- Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
- eed.internetmci.com!torn!nott!cunews!freenet-news.carleton.ca!FreeNet.Car=
- leton.CA!df465
- From: df465@FreeNet.Carleton.CA (Onno Ebbinge)
- Newsgroups: comp.sys.cbm
- Subject: Inside Commodore DOS
- Date: 3 Jul 1996 18:35:08 GMT
- Organization: National Capital Freenet, Ottawa, Canada
- Lines: 5
- Sender: df465@freenet6.carleton.ca (Onno Ebbinge)
- Message-ID: <4reegs$m06@freenet-news.carleton.ca>
- NNTP-Posting-Host: freenet6.carleton.ca
-
-
- Anyone who has a copy of the disk that you could order along with
- Inside Commodore DOS?
-
- Onno
- #! rnews 1065
- Path: pravda.aa.msen.com!spool.mu.edu!sgigate.sgi.com!news1.best.com!nntp=
- .primenet.com!winternet.com!mr.net!news.mr.net!urvile.msus.edu!news
- From: "Matthew R. Kuehn" <selfish@vax1.bemidji.msus.edu>
- Newsgroups: comp.sys.cbm
- Subject: Missing FAQ Sections!
- Date: Thu, 27 Jun 1996 11:31:19 -0500
- Organization: TMC Productions
- Lines: 14
- Message-ID: <31D2B757.48CE@vax1.bemidji.msus.edu>
- NNTP-Posting-Host: 199.17.181.164
- Mime-Version: 1.0
- Content-Type: text/plain; charset=3Dus-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.02 (Macintosh; I; PPC)
-
- Hello!
-
- I can't seem to find parts 1 and 8 of the General FAQ, v3.1.
- If anyone can help, please e-mail me the missing sections or let me know=20
- personally where to find them. Thanks.
-
- Matthew R. Kuehn
- --=20
- +------------- Matthew R. Kuehn, selfish@vax1.bemidji.msus.edu =20
- --------------+
- GFA d H- s g+ !p !au a- w+ v C++$ USL- P? L 3- E---- N K W-- M++$
- V -po+ Y+ t !5 j R G? tv b D B--- e+ u** h- f+ r++ !n y?>+++
- +----- Visit TMC on the WWW at vax1.bemidji.msus.edu/~selfish/tmc.html =20
- ------+
- #! rnews 1714
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!winternet.com!n=
- 1ott.istar!ott.istar!istar.net!newsfeed.internetmci.com!newsfeed.internet=
- mci.com!news.zeitgeist.net!news.pixi.com!news.hula.net!spartacus.hula.net=
- !jfenn
- From: Joesph Fenn <jfenn@spartacus.hula.net>
- Newsgroups: comp.sys.cbm
- Subject: Re: 1581 HD or DD
- Date: Wed, 3 Jul 1996 10:28:51 -1000
- Organization: Hula Net, Inc. Hawaii's Newest Internet Provider
- Lines: 15
- Message-ID: <Pine.OSF.3.93.960703102332.18631C-100000@spartacus.hula.net>
- References: <Pine.OSF.3.93.960627132726.3776F-100000@spartacus.hula.net> =
- <4r93gb$264@mksrv1.dseg.ti.com> <4ra5qq$4q3@seagoon.newcastle.edu.au> <4r=
- co00$e9a@sjx-ixn4.ix.netcom.com>
- NNTP-Posting-Host: spartacus.hula.net
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
- To: ChrisC <jamesch@ix.netcom.com>
- In-Reply-To: <4rco00$e9a@sjx-ixn4.ix.netcom.com>
-
- Furthermore ref DD/HD disks. When I tried swap some empty DD disks to
- a PC user he frowned and said "I cant use those they only go out to
- 800K on format" or words to that effect. I told him to try them anyway.
- He has Doc6.2 and a 486 DX2. I tried the format cmd but his response
- was "unrecognized format". In order to get around that he "bulk erased"
- the disks I gave him then tried it again. He was shocked, as the format
- went right out to 1.6Mb no problem on first try. He thought he had to
- poke out a hole in the disk to do that but found it was not required.
- When I passed this info on to other PC users they wouldnt believe me.
- The only catch is, early versions of DOS would not do it, but anything
- after Dos 5 would. Just making a point of we learn something every
- day if we dig deep.
- ***** kilroy *****
-
-
- #! rnews 1532
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
- com!newsfeed.internetmci.com!katbert.ipa.net!news
- From: Jim Self <himselfo@ipa.net (Jim Self)>
- Newsgroups: comp.sys.cbm
- Subject: MoEBIUS (free to 4th caller)
- Date: 3 Jul 1996 20:57:31 GMT
- Organization: Internet Partners of America
- Lines: 23
- Distribution: world
- Message-ID: <4remrs$fgv@katbert.ipa.net>
- NNTP-Posting-Host: 205.218.170.218
-
- I've got way too much clutter. Games often come with systems that I buy. =
- So, I'm
- going to give away some games that I know I'll never use. I was trying to=
- figure
- out how to do it and this is what I came up with:
-
- I'll mail this game to the 4th (fourth thread) of this posting , not incl=
- uding this one,
- the original. I'll go by the date and time of the post to figure who it g=
- oes to. Hmm..
- different time zones???? (But what other method could I use?) Oh well=
- , I'll do
- my best.
-
- I'll send it anywhere in the world so feel free to reply. DON'T reply by=
- email
- please. The request needs to be in public and besides I don't want clutte=
- red email
- so you're disqualified if you do it wrong.
-
- This time I'll give away MoEBIUS (C=3D64) ... used, still in the box, un=
- tried by me.
- Contains two disks, pamphlet, player ref card.
-
- Maybe the winner can pay the postage but if you feel you can't, I'll pay =
- it because
- this is just for fun. I'll mail it right away to the winner and notify e=
- veryone here.
-
- If this works OK, I'll do another right afterward. If it makes everybody=
- mad, I'll
- quit it. No catch. Just for fun!
-
- Jim Self
- #! rnews 1630
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
- ews.mathworks.com!news-res.gsl.net!news.gsl.net!EU.net!usenet2.news.uk.ps=
- i.net!uknet!usenet1.news.uk.psi.net!uknet!psinntp!psinntp!psinntp!usenet
- From: wanderer_rtc@usa.pipeline.com(R. T. Cunningham)
- Newsgroups: comp.sys.cbm
- Subject: Re: Comm128D to PC
- Date: 3 Jul 1996 20:22:19 GMT
- Organization: Home
- Lines: 23
- Message-ID: <4rekpr$1kp@news2.h1.usa.pipeline.com>
- References: <4r67d8$tlk@news00.btx.dtag.de>
- NNTP-Posting-Host: 38.8.231.2
- X-PipeUser: wanderer_rtc
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (R. T. Cunningham)
- X-Newsreader: Pipeline v3.5.0
-
- On Jun 30, 1996 15:44:40 in article <Comm128D to PC>,
- 'R_Peters.Wiwo@t-online.de (Rolf-Herbert Peters)' wrote:=20
- =20
- >Who can help me? I need to tranfer text data saved on Commodore 128D dis=
- k=20
-
- >to PC. Is there any solution (software/hardware)?=20
- =20
- I'm sure someone will respond with a hardware hack or something about
- Little Red Reader or Big Blue Reader...but I have a simple suggestion tha=
- t
- really works well, actually two suggestions.=20
- =20
- #1) If you have two phone lines, as most of us do nowadays, simply call o=
- ne
- with the other using a term for each. Easiest is to dial with the PC, an=
- d
- type ATA from the term mode on the 128D. You will be connected quickly a=
- nd
- efficiently.=20
- =20
- #2) Upload the text files to a local BBS. You can even send them as E-Ma=
- il
- attachments addressed to yourself. Then call the same BBS with your PC a=
- nd
- download them. If you use XModem and the BBS supports it, it will even
- translate from PETASCII to ASCII while downloading.=20
- =20
- Of course, there's always the harder ways.=20
-
- #! rnews 1269
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!winternet.com!n=
- 1ott.istar!ott.istar!istar.net!van.istar!van-bc!news.mindlink.net!sol.ctr=
- .columbia.edu!spool.mu.edu!usenet.eel.ufl.edu!tank.news.pipex.net!pipex!u=
- senet2.news.uk.psi.net!uknet!usenet1.news.uk.psi.net!uknet!psinntp!psinnt=
- p!psinntp!usenet
- From: wanderer_rtc@usa.pipeline.com(Wanderer)
- Newsgroups: comp.sys.cbm
- Subject: Problems with E-Mail
- Date: 3 Jul 1996 20:29:17 GMT
- Organization: BBS SysOp Extraordinaire
- Lines: 14
- Message-ID: <4rel6t$27j@news2.h1.usa.pipeline.com>
- NNTP-Posting-Host: 38.8.231.2
- X-PipeUser: wanderer_rtc
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Wanderer)
- X-Newsreader: Pipeline v3.5.0
-
- I do not remember the name or address of someone who was going to UPS me =
- a
- couple of books so that I can send him the money. My ISP had problems wi=
- th
- their mail server and is installing a new one. While this started going
- on, I switched hard drives in my PC and my saved E-Mail decided to go AWO=
- L.
-
- =20
- If the person I'm supposed to send this to is reading this message, pleas=
- e
- hold off for a day or two before sending me the information via E-Mail. =
- I
- have not received E-Mail for 3 days and just found out today it is becaus=
- e
- my mail server is totally not functional.=20
- =20
- Regards,=20
- =20
- ..Rich
- #! rnews 1384
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!winternet.com!n=
- 1ott.istar!ott.istar!istar.net!van.istar!uniserve!oronet!news.sprintlink.=
- net!news-stk-11.sprintlink.net!news.mathworks.com!news.kei.com!newsfeed.i=
- nternetmci.com!hsno.wco.com!waldorf.csc.calpoly.edu!charnel.ecst.csuchico=
- .edu!usenet
- From: Phil Hoff <phoff@ecst.csuchico.edu>
- Newsgroups: comp.sys.cbm
- Subject: Re: C64 archivers
- Date: 3 Jul 1996 15:00:10 GMT
- Organization: California State University, Chico
- Lines: 20
- Message-ID: <4re1tq$dc8@charnel.ecst.csuchico.edu>
- References: <4r671a$ah@ousrvr3.oulu.fi>
- NNTP-Posting-Host: hoff.ecst.csuchico.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=3Dus-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- jakarppi@haapa.oulu.fi (Jari Karppinen) wrote:
- >Hello,
- >
-
- >can anyone tell me how to unpack files with extension .SFX ?
- >It is supposed to be somekind of self extracting archive, right --- but=20
- >how do I get it to extract itself?
-
-
- Just load and run it like it was a BASIC program.
-
- >Also there were some LHA archives, which contained files with names
- >like: 1!turbo, 2!turbo etc.=20
- >
- >How to unpack those? (What files are they anyway....?)
- >I have also heard of zipcode... what might that be then?
-
- This IS zipcode. See Chapter 6 of the Commodore FAQs on Jim Brain's home=20
- page (plus other places) http://www.msen.com/~brain
-
- #! rnews 829
- Path: pravda.aa.msen.com!news1.best.com!news.texas.net!news.kei.com!newsf=
- eed.internetmci.com!uwm.edu!rutgers!dziuxsolim.rutgers.edu!camlaw.rutgers=
- .edu!not-for-mail
- From: more@camlaw.rutgers.edu (Mr. Self Destruct)
- Newsgroups: comp.sys.cbm
- Subject: Comm128D to PC
- Date: 3 Jul 1996 17:38:58 -0000
- Organization: Rutgers University
- Lines: 14
- Message-ID: <4rep9i$ovf@camlaw.rutgers.edu>
- NNTP-Posting-Host: camlaw.rutgers.edu
- X-Newsreader: TIN [LINUX 1.3 PL0]
-
- Or even easier....
-
- If you have one phone line:
- 1. Take it off the hook, wait for it start beeping.
- Eventually it will stop and the line will go "dead"
-
- 2. On one term program hit atdt123 or something
- and on the other do ATA
-
- Its worked for me so...
-
- You have to wait for the line to go dead cause if not
- one of those stupid operator messages comes on and throws you off.
-
- #! rnews 1598
- Newsgroups: alt.c64,comp.sys.cbm
- Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!spool.mu.edu!howl=
- and.reston.ans.net!newsfeed.internetmci.com!ns1.netone.com!news.sprintlin=
- k.net!news-fw-12.sprintlink.net!eskimo!icebrkr
- From: icebrkr@eskimo.com (Andrew Krepela)
- Subject: Re: fond c64 memories
- X-Nntp-Posting-Host: eskimo.com
- Message-ID: <DtzME4.Mrp@eskimo.com>
- Sender: news@eskimo.com (News User Id)
- Organization: Eskimo North (206) For-Ever
- References: <4rbe45$97t@yarrow.wt.com.au> <9607030744.AA001ce@orack.demon=
- .co.uk>
- Date: Wed, 3 Jul 1996 21:58:52 GMT
- Lines: 24
- Xref: pravda.aa.msen.com alt.c64:116 comp.sys.cbm:57368
-
- In article <9607030744.AA001ce@orack.demon.co.uk>,
- Mike B. <mike@orack.demon.co.uk> wrote:
- >Bernard Marx () wrote:
- >: I've been waiting for someone to post something to this group that
- >: didnt involve a pyramid scam or whatever! I too have fond memories of
- >: the old c-64. My first ever computer. I knew that thing inside out
- =20
- Uh, guys.... this is kind of a "GHOST" Newsgroup, in that it gets very
- few posts. HOWEVER:
- =20
- Hundreds of messages if not thousands get posted weekly to the ACTIVE
- COMMODORE 64 Newsgroup: =20
- =20
- comp.sys.cbm
-
- Check it out for nostalgia and CURRENT C-64 information. alt.c64 is dead.
- =20
- ICEBREAKER/BDS
-
- --=20
- \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
- // E-Mail: icebrkr@eskimo.com // Brain Damage Studios, Inc. //
- \\ Andrew Krepela/Icebreaker \\ http://www.eskimo.com/~icebrkr \\
- ////////////////////////////////////////////////////////////////////////
- #! rnews 1603
- Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!news-res.gsl.net!=
- news.gsl.net!usenet.eel.ufl.edu!tank.news.pipex.net!pipex!oleane!jussieu.=
- fr!math.ohio-state.edu!uwm.edu!news.cse.psu.edu!news.cc.swarthmore.edu!ne=
- tnews.upenn.edu!news.voicenet.com!news2.noc.netcom.net!noc.netcom.net!net=
- com.net.uk!sunsite.doc.ic.ac.uk!lyra.csx.cam.ac.uk!uknet!usenet2.news.uk.=
- psi.net!uknet!usenet1.news.uk.psi.net!uknet!psinntp!psinntp!psinntp!usene=
- t
- From: wanderer_rtc@usa.pipeline.com(R. T. Cunningham)
- Newsgroups: comp.sys.cbm
- Subject: Re: More 128D problems
- Date: 3 Jul 1996 20:17:38 GMT
- Organization: The World
- Lines: 15
- Message-ID: <4rekh2$1b7@news2.h1.usa.pipeline.com>
- References: <4redoi$8g1@ruby.ucc.nau.edu>
- NNTP-Posting-Host: 38.8.231.2
- X-PipeUser: wanderer_rtc
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (R. T. Cunningham)
- X-Newsreader: Pipeline v3.5.0
-
- On Jul 03, 1996 18:22:10 in article <More 128D problems>,
- 'pap@dana.ucc.nau.edu (Paul Allen Panks)' wrote:=20
- =20
- >BTW, I check with ?PEEK(65408) and my bread-box 64 has the same kernal =20
- >rom revision as my 128D's 64 mode. So how come there's still software =20
- >incompatibility??=20
- =20
- I did some checking. It's not the 128D's ROMs causing the problem. It's
- the cheap 1571CR (sometimes called 1571D) within the 128D. If you want t=
- o
- continue using the drive, get the JiffyDOS upgrade for both the drive and
- the computer. It costs about $60.00 so don't throw away the old chips ju=
- st
- in case you get another 128D later on to put the JiffyDOS chips into.=20
- =20
- This is what I did with my 128D (and my previous 128D) and it solved the
- problems with the drives.
- #! rnews 690
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
- ews.mathworks.com!hunter.premier.net!news.uoregon.edu!mars.efn.org!garcia=
- .efn.org!dennis
- From: Dennis Brew <dennis@efn.org>
- Newsgroups: comp.sys.cbm
- Subject: Swiftlink/Commport UART
- Date: Wed, 3 Jul 1996 15:57:05 -0700
- Organization: Oregon Public Networking
- Lines: 10
- Message-ID: <Pine.SUN.3.91.960701204819.6838A-100000-100000-100000-100000=
- @garcia.efn.org>
- NNTP-Posting-Host: garcia.efn.org
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
-
- Can anyone tell me were I can get a SWIFTLINK OR COMMPORT UART cartridge=20
- for a reasonable price?
-
-
- If so please leave me e-mail my address is:
-
- dennis@efn.org
-
-
-
- #! rnews 676
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.cais.net!n=
- ews.mathworks.com!hunter.premier.net!news.uoregon.edu!mars.efn.org!garcia=
- .efn.org!dennis
- From: Dennis Brew <dennis@efn.org>
- Newsgroups: comp.sys.cbm
- Subject: Swiftlink/Commport UART
- Date: Wed, 3 Jul 1996 16:20:14 -0700
- Organization: Oregon Public Networking
- Lines: 7
- Message-ID: <Pine.SUN.3.91.960703161704.16643A-100000@garcia.efn.org>
- NNTP-Posting-Host: garcia.efn.org
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
-
- I am looking for a SWIFTLINK or COMMPORT UART cartridge for a reasonable=20
- price.
-
- If anybody knows were I can get one please e-mail me at address below.
-
- dennis@efn.org
-
- #! rnews 1715
- Path: pravda.aa.msen.com!news1.best.com!sgigate.sgi.com!spool.mu.edu!howl=
- and.reston.ans.net!swrinde!newsfeed.internetmci.com!news.mci.com!news-w.a=
- ns.net!newsfeeds.ans.net!news.lava.net!coconut!news.pixi.com!news.hula.ne=
- t!spartacus.hula.net!jfenn
- From: Joesph Fenn <jfenn@spartacus.hula.net>
- Newsgroups: comp.sys.cbm
- Subject: Re: More 128D problems
- Date: Wed, 3 Jul 1996 12:59:04 -1000
- Organization: Hula Net, Inc. Hawaii's Newest Internet Provider
- Lines: 17
- Message-ID: <Pine.OSF.3.93.960703125206.26174B-100000@spartacus.hula.net>
- References: <4redoi$8g1@ruby.ucc.nau.edu>
- NNTP-Posting-Host: spartacus.hula.net
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=3DUS-ASCII
- To: Paul Allen Panks <pap@dana.ucc.nau.edu>
- In-Reply-To: <4redoi$8g1@ruby.ucc.nau.edu>
-
- Paul, I think it boils down to this:
- If the software was written for the 64 then its gonna work ok on the 64.
- If the software is written for the 128 then the same is true for 128.
- If the sofware is written for 64 mode using 128 basic or m/l then theres
- a good chance it will not run properly on the 64 mode of the 128.
- Even if you use the nice basic features of the 128 to write stuff for
- use in 64 mode, then save the stuff as is, again problems when you run
- it in 64 mode. The line tokens in basic 7 arent gonna matchup with=20
- the required ones for 64 mode. This specially true if your using the
- nice shortcuts directly in basic such as p(shifto) for poke etc etc.
- So think about all that and you get the picture. Also did you know
- that some games that were written for 64modes will not run on a 128
- or 128d even though it is properly shifted to 64 mode before trying
- to run the game. God what a windbag I am.
- ***** kilroy *****
-
-
- #! rnews 861
- Path: pravda.aa.msen.com!news1.best.com!nntp.primenet.com!news.mathworks.=
- com!newsfeed.internetmci.com!in2.uu.net!news.delphi.com!usenet
- From: arca93@delphi.com
- Newsgroups: comp.sys.cbm
- Subject: Re: Zip Drives
- Date: Wed, 3 Jul 96 19:36:15 -0500
- Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
- Lines: 11
- Message-ID: <ZxFNl1X.arca93@delphi.com>
- References: <Pine.SGI.3.93.960702020504.17156A-100000@heart.engr.csulb.ed=
- u>
- NNTP-Posting-Host: bos1d.delphi.com
- X-To: Dallas Legan <dlegan@engr.csulb.edu>
-
- Dallas Legan <dlegan@engr.csulb.edu> writes:
- =20
- >Anyone done anything with hooking up Iomega Zip Disk Drives
- >up to CBM machines out there?
- =20
- =20
- I use one everyday on my 128. The Zip drive requires a SCSI interface and
- so I use the CMD-HD as the interface. With the Zip added to the system, i=
- t
- basically makes my CMD-HD 100 megs larger.
- =20
- -Maurice
- #! rnews 2086
- Path: pravda.aa.msen.com!spool.mu.edu!sgigate.sgi.com!news.msfc.nasa.gov!=
- newsfeed.internetmci.com!news.mathworks.com!news-res.gsl.net!news.gsl.net=
- !EU.net!usenet2.news.uk.psi.net!uknet!usenet1.news.uk.psi.net!uknet!psinn=
- tp!psinntp!psinntp!usenet
- From: wanderer_rtc@usa.pipeline.com(Wanderer)
- Newsgroups: comp.sys.cbm
- Subject: Re: Zip Drives
- Date: 4 Jul 1996 04:02:55 GMT
- Organization: BBS SysOp Extraordinaire
- Lines: 27
- Message-ID: <4rffpf$fpb@news2.h1.usa.pipeline.com>
- References: <31DAF54E.7655@orl.mindspring.com>
- NNTP-Posting-Host: 38.8.231.3
- X-PipeUser: wanderer_rtc
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Wanderer)
- X-Newsreader: Pipeline v3.5.0
-
- Radioactive Warrior wrote:=20
- =20
- >A friend of mine couldn't get his to talk to the ZIP drive using a CMD=20
- >hard drive interface but he has had many problems with the thing anyway=20
- >- stuff like only being able to use SCSI hard drives that will format=20
- >using 256 bytes per sector (contrast the 512 bytes/sector standard...)=20
- >So it could be his interface (or him...) but I would be very interested=20
- >in the details...=20
- =20
- Using a ZIP drive requires that you use the SCSI version first of all (I'=
- m
- sure you already knew that). Second, the CMD HD should be set up with
- maximum partitions already set up on it. Then, the add drive program
- should be used to add one ZIP disk. After that, a bridge partition has t=
- o
- be made (foreign mode partition). Note should be taken of the remaining
- blocks free on the CMD HD before adding the ZIP drive. It should be less
- than 256 (the minimum partition size). When you create the bridge
- partition, it needs to be a mere 256 blocks, but 512 would be a safer
- number. Once the add drive function has been completed, you can create
- partitions on the ZIP disk just like it was part of the HD. One caveat,
- though. Since the partition table resides in partition 0 on the CMD HD,
- every ZIP disk has to be treated identically. Every time you put in a ne=
- w
- ZIP disk, you have to format the partitions that it shows on the partitio=
- n
- table.=20
- =20
- Hope this makes a clearer understanding of how to use it.=20
- =20
-
-
-
-
- =END=