Skip to content

Commit

Permalink
disable aline hooks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cnvogelg committed Jan 3, 2022
1 parent d38176f commit b2fae28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m68kconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
#define M68K_EMULATE_ADDRESS_ERROR OPT_OFF

/* Intercept A-Line opcodes and call an own hook. */
#define M68K_ALINE_HOOK OPT_ON
#define M68K_ALINE_HOOK OPT_OFF
#define M68K_ALINE_CALLBACK() your_aline_hook_function()

/* Turn ON to enable logging of illegal instruction calls.
Expand Down

0 comments on commit b2fae28

Please sign in to comment.