You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't seem to be any documentation about the emulator and at first I didn't realize it was emulating the CPU and executing code from a ROM image.
The curses emulator appears to have a different CPU emulation from the Qt emulator. What's the reason behind them having different CPU emulations? Should we unify the CPU emulation between the two emulators?
The text was updated successfully, but these errors were encountered:
FYI, MAME has a working VT100 simulation, and there's also @jeffpar's JavaScript version.
Not leaving well enough alone, I'm making one of myself in plain C and SDL2. I intend to run it on Raspberry Pi inside @kidmirage's excellent 2:3 scale 3D printed model. I think it's time to raise the bar for terminal emulators.
There doesn't seem to be any documentation about the emulator and at first I didn't realize it was emulating the CPU and executing code from a ROM image.
The curses emulator appears to have a different CPU emulation from the Qt emulator. What's the reason behind them having different CPU emulations? Should we unify the CPU emulation between the two emulators?
The text was updated successfully, but these errors were encountered: