diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-20 23:11:42 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-20 23:11:42 -0700 |
commit | 6f6468a4e6cb2e4c487d9ef3f59f87390e0f3015 (patch) | |
tree | 1c6c31d3acaaf27dda90514f8a2d1cea3ffedb50 | |
parent | dcff6b6b16c292943e905ed7986664ff0f4a05be (diff) |
EEPROM reads now work for NFL Quarterback Club 96
-rw-r--r-- | romdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ void set_scl(eeprom_state *state, uint8_t val) state->address++; //TODO: page mask state->address &= state->size-1; + state->latch = state->buffer[state->address]; break; case I2C_WRITE_ACK: state->state = I2C_WRITE; |