# HG changeset patch # User Michael Pavone # Date 1437459102 25200 # Node ID fa2c03fcbb88ac2250a4764cf90a22a769db486e # Parent ba38e36559b044bfb2a08c33d143222e68896300 EEPROM reads now work for NFL Quarterback Club 96 diff -r ba38e36559b0 -r fa2c03fcbb88 romdb.c --- a/romdb.c Mon Jul 20 22:22:49 2015 -0700 +++ b/romdb.c Mon Jul 20 23:11:42 2015 -0700 @@ -143,6 +143,7 @@ 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;