| Previous | 199869 Revisions | Next |
| r18049 Thursday 20th September, 2012 at 19:33:41 UTC by Sandro Ronco |
|---|
| Fixed debug build. (nw) |
| [src/mame/machine] | decocass.c |
| r18048 | r18049 | |
|---|---|---|
| 213 | 213 | { |
| 214 | 214 | decocass_state *state = machine.driver_data<decocass_state>(); |
| 215 | 215 | /* 8041ENA/ and is this a FNO write (function number)? */ |
| 216 | if (0 == (m_i8041_p2 & 0x01)) | |
| 216 | if (0 == (state->m_i8041_p2 & 0x01)) | |
| 217 | 217 | { |
| 218 | 218 | switch (data) |
| 219 | 219 | { |
| Previous | 199869 Revisions | Next |