mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-26 00:31:44 +00:00
removed unused macros
This commit is contained in:
parent
3d8a6ac23d
commit
1cbd426548
@ -14,8 +14,6 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define GLUE_FIXED_READ(func,address)
|
|
||||||
#define GLUE_FIXED_WRITE(func,address)
|
|
||||||
#define GLUE_BANK_READ(func,pointer)
|
#define GLUE_BANK_READ(func,pointer)
|
||||||
#define GLUE_BANK_MAYBEREAD(func,pointer)
|
#define GLUE_BANK_MAYBEREAD(func,pointer)
|
||||||
#define GLUE_BANK_WRITE(func,pointer)
|
#define GLUE_BANK_WRITE(func,pointer)
|
||||||
|
@ -19,14 +19,6 @@
|
|||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "cpu-regs.h"
|
#include "cpu-regs.h"
|
||||||
|
|
||||||
#define GLUE_FIXED_READ(func,address) \
|
|
||||||
E(func) movb SN(address)(EffectiveAddr_X),%al; \
|
|
||||||
ret;
|
|
||||||
|
|
||||||
#define GLUE_FIXED_WRITE(func,address) \
|
|
||||||
E(func) movb %al,SN(address)(EffectiveAddr_X); \
|
|
||||||
ret;
|
|
||||||
|
|
||||||
#define GLUE_BANK_MAYBEREAD(func,pointer) \
|
#define GLUE_BANK_MAYBEREAD(func,pointer) \
|
||||||
E(func) testLQ $SS_CXROM, SN(softswitches); \
|
E(func) testLQ $SS_CXROM, SN(softswitches); \
|
||||||
jnz 1f; \
|
jnz 1f; \
|
||||||
|
Loading…
Reference in New Issue
Block a user