mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-25 12:28:43 +00:00
Remove redundant code
This commit is contained in:
+1
-7
@@ -112,13 +112,7 @@
|
||||
|
||||
#define GetFromMem_W(x) \
|
||||
movLQ x, EffectiveAddr_X; \
|
||||
incw EffectiveAddr; \
|
||||
SYMX_PROLOGUE(cpu65_vmem_r); \
|
||||
callLQ *SYMX(cpu65_vmem_r,EffectiveAddr_X,SZ_PTR); \
|
||||
decw EffectiveAddr; \
|
||||
movb %al, %ah; \
|
||||
SYMX_PROLOGUE(cpu65_vmem_r); \
|
||||
callLQ *SYMX(cpu65_vmem_r,EffectiveAddr_X,SZ_PTR);
|
||||
GetFromEA_W
|
||||
|
||||
#define Continue \
|
||||
jmp continue;
|
||||
|
||||
Reference in New Issue
Block a user