forked from rattboi/vectrex-cart
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
featureNew feature requestNew feature request
Description
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.
Metadata
Metadata
Assignees
Labels
featureNew feature requestNew feature request