mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
sb16: comment out unused variable (no whatsnew)
This commit is contained in:
parent
c784949ac0
commit
babfd3e8d5
@ -689,7 +689,7 @@ sb16_lle_device::sb16_lle_device(const machine_config &mconfig, const char *tag,
|
||||
|
||||
void sb16_lle_device::device_start()
|
||||
{
|
||||
address_space &space = m_cpu->space(AS_PROGRAM);
|
||||
//address_space &space = m_cpu->space(AS_PROGRAM);
|
||||
UINT8 *rom = memregion("sb16_cpu")->base();
|
||||
UINT8 *xor_table = memregion("xor_table")->base();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user