Previous 199869 Revisions Next

r36594 Tuesday 24th March, 2015 at 08:13:30 UTC by Oliver Stöneberg
removed assert for now fixed bug from src/mame/drivers/queen.c (nw)
[src/mame/drivers]queen.c

trunk/src/mame/drivers/queen.c
r245105r245106
158158
159159   queen_state *state = busdevice->machine().driver_data<queen_state>();
160160//  osd_printf_debug("PIIX4: read %d, %02X\n", function, reg);
161   assert(function >= 0 && function < ARRAY_LENGTH(state->m_piix4_config_reg));
162161   return state->m_piix4_config_reg[function][reg];
163162}
164163


Previous 199869 Revisions Next


© 1997-2024 The MAME Team