trunk/src/mame/drivers/bfm_sc45_helper.c
| r31582 | r31583 | |
| 216 | 216 | |
| 217 | 217 | //if (pos <= 5) |
| 218 | 218 | { |
| 219 | assert(pos >= 0 && pos < ARRAY_LENGTH(sc4inputs[port])); |
| 219 | 220 | if (sc4inputs[port][pos].used == false) |
| 220 | 221 | { |
| 221 | 222 | sc4inputs[port][pos].used = true; |
| r31582 | r31583 | |
| 383 | 384 | |
| 384 | 385 | lampinfo lamps[16][16]; |
| 385 | 386 | |
| 386 | | void set_clickable_temp(running_machine &machine, astring teststring, int clickport, int clickmask) |
| 387 | void set_clickable_temp(running_machine &machine, const astring &teststring, int clickport, int clickmask) |
| 387 | 388 | { |
| 388 | 389 | for (int y = 0; y < 16; y++) |
| 389 | 390 | { |