mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
Removing unused variable
This commit is contained in:
parent
fe13e86661
commit
f34298c684
@ -209,7 +209,6 @@ static const char *addrname(int a)
|
||||
offs_t alto2_cpu_device::disasm_disassemble(std::ostream &main_stream, offs_t pc, const uint8_t *oprom, const uint8_t *opram, uint32_t options)
|
||||
{
|
||||
std::ostringstream stream;
|
||||
size_t len = 128;
|
||||
|
||||
uint32_t mir = (static_cast<uint32_t>(oprom[0]) << 24) |
|
||||
(static_cast<uint32_t>(oprom[1]) << 16) |
|
||||
|
Loading…
Reference in New Issue
Block a user