| 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 |
| r245105 | r245106 | |
|---|---|---|
| 158 | 158 | |
| 159 | 159 | queen_state *state = busdevice->machine().driver_data<queen_state>(); |
| 160 | 160 | // osd_printf_debug("PIIX4: read %d, %02X\n", function, reg); |
| 161 | assert(function >= 0 && function < ARRAY_LENGTH(state->m_piix4_config_reg)); | |
| 162 | 161 | return state->m_piix4_config_reg[function][reg]; |
| 163 | 162 | } |
| 164 | 163 |
| https://github.com/mamedev/mame/commit/d044c6b161757d93eb9575774bd131b5bb2a8214 |
| Previous | 199869 Revisions | Next |