mirror of https://github.com/stella-emu/stella.git
trying to fix #808
This commit is contained in:
parent
c8463ae54b
commit
7ade95c03b
|
@ -105,9 +105,18 @@ using Common::Base;
|
||||||
#define INC_N_CYCLES(addr, accessType)
|
#define INC_N_CYCLES(addr, accessType)
|
||||||
#define INC_I_CYCLES
|
#define INC_I_CYCLES
|
||||||
#define INC_I_CYCLES_M(m)
|
#define INC_I_CYCLES_M(m)
|
||||||
|
|
||||||
|
#define INC_SHIFT_CYCLES
|
||||||
|
|
||||||
#define INC_LDR_CYCLES
|
#define INC_LDR_CYCLES
|
||||||
#define INC_LDRB_CYCLES
|
#define INC_LDRB_CYCLES
|
||||||
|
|
||||||
|
#define INC_STR_CYCLES
|
||||||
|
#define INC_STRB_CYCLES
|
||||||
|
|
||||||
|
#define FETCH_TYPE(cycleType, accessType)
|
||||||
#define FETCH_TYPE_N
|
#define FETCH_TYPE_N
|
||||||
|
|
||||||
// ARM cycles
|
// ARM cycles
|
||||||
#define INC_ARM_CYCLES(m)
|
#define INC_ARM_CYCLES(m)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue