Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 503 Bytes

File metadata and controls

15 lines (8 loc) · 503 Bytes
  • 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 mail@vanheusden.com released under AGPL v3.0