Music Construction Set Mockingboard interrupt player for Apple II
Go to file
cybernesto 118279b8e7 Corrected frequency values based on the real CPU Clock frequency
The Mockingboard PSGs base their frequency on the Apple II Clock.
https://groups.google.com/g/comp.sys.apple2/c/lNSdI9GyBgc/m/8tAydOPUAwAJ
Based on this discussion I made a spreadsheet to calculate the correct values of the frequency tables and updated the ones used by the Music Construction Set player.
2020-11-24 18:55:29 +01:00
dsk Corrected frequency values based on the real CPU Clock frequency 2020-11-24 18:55:29 +01:00
src Corrected frequency values based on the real CPU Clock frequency 2020-11-24 18:55:29 +01:00
.gitignore Original Version of the player 2017-02-04 20:56:40 +01:00
FrequencyTable.numbers Corrected frequency values based on the real CPU Clock frequency 2020-11-24 18:55:29 +01:00
LICENSE Initial commit 2017-02-04 18:19:50 +01:00
README.md Original Version of the player 2017-02-04 20:56:40 +01:00

README.md

mcs-player

Music Construction Set Mockingboard interrupt player for Apple II

This is the source code included in the first Music Construction Set version with Mockingboard support. The original version could not be assembled because it was missing some important elements.

A working version was included in the Mockingboard Developer's Toolkit which included some additional corrections but was not available in source form.