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

MAME Terminal #54

Open
technobly opened this issue Apr 21, 2020 · 0 comments
Open

MAME Terminal #54

technobly opened this issue Apr 21, 2020 · 0 comments
Labels
feature New feature request

Comments

@technobly
Copy link
Owner

The serial port on VEXTREME is a HW UART already on the STM32F4, running at 115200 baud. It should be capable of being hooked up to DMA. The idea here is that you'd map it to portion of memory that gets filled with vector lists via USB Serial or HW Serial to start, and the STM32 would drive the VIA directly with that list of vectors.

It would be cool to implement a simple POC that could move a ball around the screen or something like that via UART commands just to get an idea of how much overhead in CPU and UART timings we have before moving onto the full blown MAME Terminal support.

@technobly technobly added the feature New feature request label Apr 21, 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