Re: atari 800xl emulator
estrinleo@xxxxxxxxxxx schrieb:
i have loaded the above on my windows XP & i can now program but do
not know how to SAVE the program on my computer DISK. can anyone
PLEASE explain in VERY simple terms how to do this.
There are several emulators, actually. I'm not aware of one that is
called atari 800xl emulator, but I just try to answer for mine (atari++)
In the emulator menu, go to the menu "Os", the submenu "H1Dir". A file
requester will open and allow you to select a directory that becomes a
"virtual disk" for the emulator. Select for example your home directory.
Then, press "OK". The basic screen should re-appear. To save your
program, type
SAVE "H:MYPROG.BAS"
This will save your basic program into the directory you have just
selected, giving it the name "MYPROG.BAS". H: is the virtual disk you
have just assigned before.
Greetings,
Thomas
.
Relevant Pages
- Re: DSK to NIB Instruction
... > the .dsk image internally and then feed it to the emulated controller. ... > I don't have any literature available on low-level disk operation. ... This obviously depends on the emulator. ... > for a sync byte, which will be aligned correctly, then the bytes after ... (comp.sys.apple2) - Re: Hardware musings
... I just figured out that emulators need a clock advance signal to tell ... Accurate timing must also apply to the seek signals originating ... interpreted by an emulator. ... protected disks that can be written using a Disk][). ... (comp.sys.apple2) - Re: What value emulators?
... They can be significantly faster than the real hardware, ... doing/testing involves a lot of floppy disk activity. ... someone reports a problem with one of my utilities) I can fire up the emulator ... (comp.os.cpm) - Re: missing emulator feature
... By this I mean a mechanism where the emulator would "watch" an arbitray ... based on the 'virtualdrive1', etc. ... that and a time travel machine feature. ... Such a feature, seeing a pc directory as a disk, poses some problems. ... (comp.sys.tandy) - Re: DSK to NIB Instruction
... the .nib format stores bytes in the same format that the Apple's CPU sees when accessing the drive controller card. ... So when reading a disk on the Apple, you throw away what you read while waiting for a sync byte, which will be aligned correctly, then the bytes after that will also be aligned correctly, so you can use them. ... While not impossible, it is probably easier to deprotect, normalize and or crack the original programs to allow them to work in the emulator. ... (comp.sys.apple2) |
|