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

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.

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.

![flutter_6502_processor_emulator](./flutter_6502_processor_emulator.gif)