robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Add Vectrex emulator as tutorial for adding a new emulator #250

Open robmcmullen opened 5 years ago

robmcmullen commented 5 years ago

The Vectrex looks pretty straightforward. Plus, it's a 6809 which would demonstrate another CPU architecture.

https://github.com/jhawthorn/vecx/blob/master/vecx.c

Original here: http://www.valavan.net/vectrex.html

robmcmullen commented 5 years ago

Here's a full-featured emulator/debugger/IDE: http://vide.malban.de/what-is-vide

with a lot of features:

VIDE UI