VOGONS


First post, by slimblin

User metadata
Rank Newbie
Rank
Newbie

Do you know where can I find some more IBM Cassette BASIC games/software (except diagnostic software) to utilize IBM 5051 tape interface?

Reply 2 of 5, by slimblin

User metadata
Rank Newbie
Rank
Newbie
Axatax wrote on 2020-10-27, 01:44:

I've only ever seen the diagnostic tape, but there are utilities that will let you dump software to tape using a sound card.

Thank you for your answer. Any names of utilities?

Reply 3 of 5, by VileR

User metadata
Rank l33t
Rank
l33t

An educational program 'Typing Tutor' was available from IBM on cassette, but good luck finding that one: http://books.google.com/books?id=VDAEAAAAMBAJ … ette%22&f=false

There was at least one game written in BASIC, which ran off a disk, but it allowed you to save/load from tape (Avalon Hill's' Galaxy').

Also, a nice experiment: https://www.youtube.com/watch?v=Kd975GSm15w

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 5 of 5, by Tronix

User metadata
Rank Member
Rank
Member

Many years ago i wrote two simple command-line tools. This tools are written for exUSSR Soviet PC-clone home computer named "Poisk" (ПЭВМ Поиск), not for original IBM PcJr. But cassette tape format are fully compatible, with some minor differences (maybe some differences with files type in header). Anyway, i provide fully source code for this tools in archives, you can modify tools for your PC....

First WAV2CAS - try recover data from your tapes. For example, if you converted IBM_PC_Diagnostic_Cassete from mp3 to 8 bit unsigned PCM WAV file and enter

wav2cas.exe IBM_PC_Diagnostics_Cassette.wav diagn.cas

you got basic loader for IBM diagn tools.
If tape record have noice and other distortion, try use /fixcrc key - intellegent (c) (r) (tm) mode, slowly. Auto fixing CRC errors alghorithm.
/mc key for decode uxUSSR Soviet PC-clone home computer "MC-1502" tapes, not actualy for IBM.
/log - create wav2cas.log log file in current directory.

Second tools, CAS2WAV . May convert you basic or other file to WAV file, then can be played from iPod or other music player directly to IBM PC / PcJr.
Run CAS2WAV without options for usage help. For ex:

cas2wav my_prog.bas myprog.wav -n MYPROG

Attachments

  • Filename
    cas2wav.rar
    File size
    13.05 KiB
    Downloads
    75 downloads
    File license
    Public domain
  • Filename
    wav2cas.rar
    File size
    24.12 KiB
    Downloads
    59 downloads
    File license
    Public domain

https://github.com/Tronix286/