Previous | 199869 Revisions | Next |
r32120 Sunday 14th September, 2014 at 23:17:00 UTC by Barry Rodewald |
---|
sb16: comment out unused variable (no whatsnew) |
[src/emu/bus/isa] | sb16.c |
r32119 | r32120 | |
---|---|---|
689 | 689 | |
690 | 690 | void sb16_lle_device::device_start() |
691 | 691 | { |
692 | address_space &space = m_cpu->space(AS_PROGRAM); | |
692 | //address_space &space = m_cpu->space(AS_PROGRAM); | |
693 | 693 | UINT8 *rom = memregion("sb16_cpu")->base(); |
694 | 694 | UINT8 *xor_table = memregion("xor_table")->base(); |
695 | 695 |
Previous | 199869 Revisions | Next |