gianlucag / mos6502

A fast & simple MOS 6502 CPU emulator written in C++
MIT License
286 stars 56 forks source link

Question, not an issue #24

Closed LouDnl closed 4 months ago

LouDnl commented 5 months ago

Would it be technically possible to use this to access a graphical config menu thats present on a sidkick pico? I use your sidberry to play sids via the sidkick pico and want to tune some stuff thats in the config menu.

gianlucag commented 5 months ago

To use "this" what exactly? Sorry didn't get what you said. Access a graphical config menu on a sidkick pico? This is a 6502 emulator, it can be used to run 6502 assembly code. My other project (Sidberry) actually uses this emulator to run the music bytecode at 50-60Hz interval.