I read about a computer that was based on the Atari 2600 called the BIT60. It had a an "enhanced" mode that would run a version of basic.
Unfortunately, there's very little information to be found on the BIT60.
However, in searching for info on the BIT60 I happened upon a lot of information on the BIT90 which is a colecovision clone, and there's a mame driver for it even!
Since I was able to hack in cassette support for the Compumate, why not try to do the BIT90?
After adding a few lines of code, I was able to load a save.
Using a demo.wav as reference, the system seemed a little slow, removing the wait state seemed to get it closer.
I had to clean up demo.wav by running a bunch of normalization in Audacity because the beginning was too quiet and DC biased.
The demo program was pretty nicely done showing off the capabilities of the BASIC with sprites and music.
![[Linked Image from i.imgur.com]](https://i.imgur.com/un20Z17.png)
![[Linked Image from i.imgur.com]](https://i.imgur.com/0f4NvuP.png)
3 tracks in audacity, top = normalized demo.wav, middle = original demo.wav, bottom = demo.wav loaded into mame, then saved out
![[Linked Image from i.imgur.com]](https://i.imgur.com/wqph39p.png)
length of mame loaded/saved wav is really close to original
![[Linked Image from i.imgur.com]](https://i.imgur.com/4X3Xvg9.png)