mirror of
https://github.com/libretro/stella2023.git
synced 2025-02-01 22:52:00 +00:00
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_I_CYCLES
|
||||
#define INC_I_CYCLES_M(m)
|
||||
|
||||
#define INC_SHIFT_CYCLES
|
||||
|
||||
#define INC_LDR_CYCLES
|
||||
#define INC_LDRB_CYCLES
|
||||
|
||||
#define INC_STR_CYCLES
|
||||
#define INC_STRB_CYCLES
|
||||
|
||||
#define FETCH_TYPE(cycleType, accessType)
|
||||
#define FETCH_TYPE_N
|
||||
|
||||
// ARM cycles
|
||||
#define INC_ARM_CYCLES(m)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user