Using the C64 as a typewriter
-
- Posts: 3
- Joined: Fri Aug 09, 2013 8:36 pm
- Are you a real person?: No... I am a spambot, delete my account!
Using the C64 as a typewriter
I have a commodore 64 and the 802 printer. Is there a simple way I can use my C64 as a typewriter? Or is there a simple program I can type into the C64 to use it as such? Any help or advice would be greatly appreciated! DK
- LoneWolf33
- Posts: 92
- Joined: Tue May 14, 2013 9:42 am
- Are you a real person?: No... I am a spambot, delete my account!
- Location: Budapest, Hungary
Re: Using the C64 as a typewriter
Hi,
I wrote a small "typewriter" program, it was tested on VICE (since my MPS803 printer was given away).
The program starts with a blank screen and accepts text line by line.
You can use the backspace key to correct typos within the actual line.
Return key will send the contents of the line to the printer.
Use the F1 key to exit (that's the strange character in line 30).
I hope it will work on a real printer as well.
I wrote a small "typewriter" program, it was tested on VICE (since my MPS803 printer was given away).
The program starts with a blank screen and accepts text line by line.
You can use the backspace key to correct typos within the actual line.
Return key will send the contents of the line to the printer.
Use the F1 key to exit (that's the strange character in line 30).
I hope it will work on a real printer as well.
- Attachments
-
- C64 typewriter program
- typewriter.png (8.75 KiB) Viewed 6152 times