VEXTREME icon indicating copy to clipboard operation
VEXTREME copied to clipboard

DS243x support for High Score/etc save

Open gauze opened this issue 5 years ago • 1 comments

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

gauze avatar Dec 29 '19 18:12 gauze

Thanks @gauze for the feature request!

technobly avatar Dec 31 '19 16:12 technobly