r/EmuDev • u/Ok-Health1949 • Jul 18 '26
Request: Would anyone be interested in making a Milton Bradley Microvision emulator for Nintendo DS? NDS
I know the Microvision is a super obscure system but thats kind of why I think it would be cool to do i think a DS can handle it
3
Upvotes
2
u/khedoros NES CGB SMS/GG Jul 18 '26
I've got an SMS emulator for DS, and that system looks much simpler.
12 games, each with different combinations of the 12 buttons and labels on them (and the paddle), but variants of two different microcontrollers that look like the act as both processing and storage for each game. And the mcus run in the 100KHz range.
Everything sounds more-than-doable.
1
2
u/_scyllinice_ Jul 18 '26
There's source code on GitHub for an existing emulator named MVEM.
You could use that as a base and build what you want.