Re: ASM Cassette Images in TRS-80 Emulator



Grinder wrote:
I've been attempting to load an asm cassette image (SPWAR.CAS) into David Keil's TRS-80 Model III/4/4P emulator. If anyone has had experience adjacent to this, I would appreciate some help.

It's been awhile since I used a Model III/4, so my recollection of how it's properly done is a bit shakey, but this sounds familiar:

1) Boot into cassette basic.

2) Run SYSTEM monitor.

3) Load asm in monitor by typing "filename" or * in at the *? prompt. If you have the tape properly cued and the baud rate set, you'll see a pair of asterisks in the upper right hand corner of the screen.

4) When the load is done, jump into the loaded code with \

I'm falling down on step 3. One of the progress asterisks changes to a C, and the load prematurely (I think) stops.

I've also tried the Model I emulator and SPWAR1.CAS, but I've not had any luck with that either.

On a related note: It looks like Ira Goldklang's site at one time had manuals and a CMD version of this game, but I can't see how to actually get the files. Does anyone know where the archive has gone?

Thanks for your time and consideration.

Ok, I got it.

Picking apart the *.CAS file that I was trying to load had initially suggested that the filename was "SPWAR" There is other data in the file, of course, but that plaintext seemed like a good guess.

It turns out the needed filename is "SPWAR " I finally got it to load with Cass? L, at 500 baud, with the aforementioned filename. Odd, though, I can dimly remember that "*" was supposed to load whatever file, regardless of filename.

I blew away a few "Jovians," and feel much better now.

Thanks for your efforts.
.



Relevant Pages

  • Re: Strange Failure Mode in FreeBSD 4.11
    ... # filename - will load the rules in the given filename ... I'm sure that if you put your custom rules in a shell file that you can use rc or cron to load those rules at boot time; you'd just need to be careful with rule numbering, maybe use ipfw sets for rule ordering, etc. ... Greg Barniskis, Computer Systems Integrator ...
    (freebsd-questions)
  • Re: Save/load values of text entry
    ... # not the fonction behind it. ... # set filex {file exist $filename} ... An entry widget is similar ...
    (comp.lang.tcl)
  • [DSPack]Rendering a 2nd video doesnt work on user pc, but fine on dev. pc
    ... The following code is designed to load a video. ... It works on the development pc but only the first time on the user pc. ... Folder + Filename are correct. ... StopPos:= ClipDuration; ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Assembly.Load() exception
    ... You did not specify the filename or you forgot to put the extention on the ... TestModule needs to have an extention. ... > This is throwing the following exception: ... > Could not load file or assembly ...
    (microsoft.public.dotnet.languages.csharp)
  • ASM Cassette Images in TRS-80 Emulator
    ... I've been attempting to load an asm cassette image into David Keil's TRS-80 Model III/4/4P emulator. ... One of the progress asterisks changes to a C, and the load prematurely stops. ...
    (comp.sys.tandy)