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
- Host: GitHub
- URL: https://github.com/helloworld1/android-wqx-emulator
- Owner: helloworld1
- Created: 2019-08-13T03:12:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T19:35:47.000Z (over 5 years ago)
- Last Synced: 2025-04-03T07:39:03.969Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 10.8 MB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`