whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Mocking board emulation #157

Open dungeonkim opened 2 years ago

dungeonkim commented 2 years ago

Apple2js is a really good emulator. It's perfect for running my personal Apple 2 game on the web. The last feature I want is Mocking board emulation. Sound like this looks good.

Thanks again for a great project.