Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to load and run code on STM rather than on 6809 #40

Open
gtoal opened this issue Jan 13, 2020 · 0 comments
Open

Ability to load and run code on STM rather than on 6809 #40

gtoal opened this issue Jan 13, 2020 · 0 comments
Labels
feature New feature request

Comments

@gtoal
Copy link

gtoal commented Jan 13, 2020

Would like to be able to write code that runs on the STM32 and sends vector drawing commands to code running in RAM on the Vectrex's 6809, in order to have a mechanism to add new games, whether written from scratch in C or static binary translations of arcade games into C. Requires a new format of file to be recognised, a 6809 bootstrap to move code into Ram, and some drawing support code on both sides. It is not necessary to emulate memory while such a program is running, but there has to be a mechanism for resuming the memory emulation on exit from the STM-hosted code.

@gtoal gtoal added the feature New feature request label Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant