You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: