mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
Merge pull request #205 from rickyzhang82/pr-fix-mac-hang
For Darwin, the default addressing mode is memory banks.
This commit is contained in:
commit
b49d9b7485
@ -1428,6 +1428,11 @@ fi
|
|||||||
AC_TRANSLATE_DEFINE(HAVE_LINKER_SCRIPT, "$ac_cv_linker_script_works",
|
AC_TRANSLATE_DEFINE(HAVE_LINKER_SCRIPT, "$ac_cv_linker_script_works",
|
||||||
[Define if there is a linker script to relocate the executable above 0x70000000.])
|
[Define if there is a linker script to relocate the executable above 0x70000000.])
|
||||||
|
|
||||||
|
dnl override the addressing mode test order for Darwin
|
||||||
|
if [[ "x$OS_TYPE" = "xdarwin" ]]; then
|
||||||
|
ADDRESSING_TEST_ORDER="banks"
|
||||||
|
fi
|
||||||
|
|
||||||
dnl Determine the addressing mode to use
|
dnl Determine the addressing mode to use
|
||||||
if [[ "x$WANT_NATIVE_M68K" = "xyes" ]]; then
|
if [[ "x$WANT_NATIVE_M68K" = "xyes" ]]; then
|
||||||
ADDRESSING_MODE="real"
|
ADDRESSING_MODE="real"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user