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

trunk/src/emu/bus/isa/sb16.c
r32119r32120
689689
690690void sb16_lle_device::device_start()
691691{
692   address_space &space = m_cpu->space(AS_PROGRAM);
692   //address_space &space = m_cpu->space(AS_PROGRAM);
693693   UINT8 *rom = memregion("sb16_cpu")->base();
694694   UINT8 *xor_table = memregion("xor_table")->base();
695695

Previous 199869 Revisions Next


© 1997-2024 The MAME Team