Page 1 of 1

printing problems???

Posted: Wed Jun 18, 2008 5:04 am
by captainpower83
i've been hunting for a type in copy of turbotape and i think i may have found it ,,,,but when i go to output to a .txt file everything goes wrong....it either a. doesn't make a new .txt file or b.the emulator gives me an error message
i'm pretty new to commodore and emulators although i have some basic programming experience.... this is what i typed the one time i actually got it to output something

1 open 9,4
2 cmd 9
05- 90 program lines
95 list
100 close 9
110 end

did i do something wrong? or is there a bug in the emulator? could i get step by step instructions?
hmmm also if anyone has a .txt of the turbotape type in so i can actually use it with my real c64 i'd appreciate it.

thanks

Re: printing problems???

Posted: Wed Jun 18, 2008 8:42 am
by Stuart Toomer
The C64 printers are Devices #4 - #7, not Device #9, as in your code.