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

DS243x support for High Score/etc save #8

Open
gauze opened this issue Dec 29, 2019 · 1 comment
Open

DS243x support for High Score/etc save #8

gauze opened this issue Dec 29, 2019 · 1 comment
Labels
feature New feature request wish list This is a wish list item... it's desired, but not sure when it will happen

Comments

@gauze
Copy link

gauze commented Dec 29, 2019

Feature/Enhancement Request

one thing I'd be interested in seeing is emulation of the Maxim DS243x
1-wire eeprom used on various games to store high scores and
settings/options. The device is controlled through cart pin 35 (port B
bit 6 from PIA) code examples from Alex Herbert/Malban can be found in
the "include" file ds2431LowLevel.i that is in VIDE and other stuff.
The datasheet for the device describes way more functionality than
you'd need to implement the simple read/write that Vec games use.

https://datasheets.maximintegrated.com/en/ds/DS2431.pdf

thanks

@technobly
Copy link
Owner

Thanks @gauze for the feature request!

@technobly technobly added feature New feature request wish list This is a wish list item... it's desired, but not sure when it will happen labels Dec 31, 2019
technobly added a commit that referenced this issue Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request wish list This is a wish list item... it's desired, but not sure when it will happen
Projects
None yet
Development

No branches or pull requests

2 participants