forked from rattboi/vectrex-cart
-
Notifications
You must be signed in to change notification settings - Fork 12
DS243x support for High Score/etc save #8
Copy link
Copy link
Open
Labels
featureNew feature requestNew feature requestwish listThis is a wish list item... it's desired, but not sure when it will happenThis is a wish list item... it's desired, but not sure when it will happen
Description
Activity
Metadata
Metadata
Assignees
Labels
featureNew feature requestNew feature requestwish listThis is a wish list item... it's desired, but not sure when it will happenThis is a wish list item... it's desired, but not sure when it will happen
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