Skip to content

Commit

Permalink
changed default settings of Emu68 to the fast ones
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsc committed Jan 16, 2022
1 parent f867320 commit 36b39c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
#endif

#define EMU68_ARM_CACHE_SIZE (4*1024*1024)
#define EMU68_M68K_INSN_DEPTH 32
#define EMU68_M68K_INSN_DEPTH 256
#define EMU68_HOST_BIG_ENDIAN 1
#define EMU68_HAS_SETEND 1
#define EMU68_DEF_BRANCH_TAKEN 0
#define EMU68_DEF_BRANCH_AUTO 1
#define EMU68_DEF_BRANCH_AUTO_RANGE 16
#define EMU68_INSN_COUNTER 1
#define EMU68_MAX_LOOP_COUNT 2
#define EMU68_BRANCH_INLINE_DISTANCE 128
#define EMU68_MAX_LOOP_COUNT 8
#define EMU68_BRANCH_INLINE_DISTANCE 8191
#define EMU68_USE_RETURN_STACK 1
#define EMU68_WEAK_CFLUSH 1
#define EMU68_WEAK_CFLUSH_LIMIT 500
Expand Down

0 comments on commit 36b39c3

Please sign in to comment.