Skip to content

Converts MSX files to cassette audio to play on MSX hardware.

License

Notifications You must be signed in to change notification settings

rfocosi/msx2cas-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msx2cas-core

Converts MSX files to cassette audio to play on MSX hardware.

It was developed in Java to make possible to run it on Windows/MacOS/Linux.

This core is used on Android app MSX2Cas: MSX2Cas on Google Play

This project has as reference CasLink2 (Thanks Alexey Podrezov):

http://www.finnov.net/~wierzbowsky/caslink2.htm

Binary files

You can just download the compiled files for use (to run its required Java 8):

Binary Releases

Source requirements

Before run

Execute FileEncodingTest.java a first time, before editing source, to generate comparable WAV's

Compile with mvn clean initialize && mvn package at sources root