https://github.com/hamed-rezaee/flutter_6502_processor_emulator
A 6502 processor emulator written in Dart and Flutter.
https://github.com/hamed-rezaee/flutter_6502_processor_emulator
6502 6502-emulation 6502-processor dart emulation flutter
Last synced: 3 months ago
JSON representation
A 6502 processor emulator written in Dart and Flutter.
- Host: GitHub
- URL: https://github.com/hamed-rezaee/flutter_6502_processor_emulator
- Owner: hamed-rezaee
- License: mit
- Created: 2024-01-27T08:46:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T09:26:16.000Z (over 1 year ago)
- Last Synced: 2025-04-14T18:16:14.707Z (6 months ago)
- Topics: 6502, 6502-emulation, 6502-processor, dart, emulation, flutter
- Language: Dart
- Homepage:
- Size: 395 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 6502 Emulator in Dart
This is a 6502 emulator written in Dart. It is a port of the [6502 emulator in C++] by [Javidx9](https://github.com/OneLoneCoder) to Dart.
Here is a [demo](https://www.youtube.com/watch?v=8XmxKPJDGU0) of the original C++ version.
