An open API service indexing awesome lists of open source software.

https://github.com/helloworld1/android-wqx-emulator

Fast and compatible WQX Emulator for Android
https://github.com/helloworld1/android-wqx-emulator

Last synced: 23 days ago
JSON representation

Fast and compatible WQX Emulator for Android

Awesome Lists containing this project

README

          

# WQX Emulator for Android
WQX Emulator on Banxian's C++ sample, reverse engineer document and hackwaly's jswqx work with heavy modification and optimizations
The following features are supported
* Pure C implementation of 6502 emulation and IO emulation
* Clock sync from system time
* Somewhat accurate timimg for authentic WQX experience
* Turbo mode for fast speed
* Reduced input and output delay by multi-threading
* Keyboard skin
* Save state and factory reset

# How to build
* Use Android studio to import and build
OR
* Use command line `./gradlew assembleDebug`