mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-17 15:07:10 +00:00
Removed unnecessary code
This commit is contained in:
parent
7d043abc9f
commit
090307f4fe
@ -121,13 +121,6 @@ mos6502_dis_operand(mos6502 *cpu,
|
||||
vm_16bit value)
|
||||
{
|
||||
int rel_address;
|
||||
vm_8bit eff_value = 0;
|
||||
mos6502_address_resolver resolv;
|
||||
|
||||
resolv = mos6502_get_address_resolver(addr_mode);
|
||||
if (resolv) {
|
||||
eff_value = resolv(cpu);
|
||||
}
|
||||
|
||||
switch (addr_mode) {
|
||||
case ACC:
|
||||
|
Loading…
Reference in New Issue
Block a user