Skip to content

MSXALL/pymsx

Repository files navigation

  • requires the (python3-)pygame and pyaudio packages for python3

  • tests.in and tests.expected are from fuse-emulator-1.5.7+dfsg1

To run, execute msx.py. In the current version you may want to redirect stderr to /dev/null.

Run it with "-h" to see a list of options. At least "-b msxbiosbasic.rom" is required.

If it is too slow, remove the debug code with the following command:

sed -i 's/self.debug.*/pass/g' z80.py

(C) 2020 by Folkert van Heusden [email protected] released under AGPL v3.0

About

An MSX-emulator written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages