diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-28 15:55:23 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-28 15:55:34 -0500 |
commit | 035d199a27ce151b5508fd3094eebcf55edacdb3 (patch) | |
tree | 1907b9e2f31c9688f834acb231e5a82fcca5d58d /target/m68k/systems/aranym-m68k | |
parent | 7fd2367406e0cb063684dee2e34a6b5c01eb87dc (diff) |
use 68040 for Aranym
Diffstat (limited to 'target/m68k/systems/aranym-m68k')
-rw-r--r-- | target/m68k/systems/aranym-m68k | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/systems/aranym-m68k b/target/m68k/systems/aranym-m68k index 92de52ddf..dedf5bf12 100644 --- a/target/m68k/systems/aranym-m68k +++ b/target/m68k/systems/aranym-m68k @@ -1,6 +1,6 @@ config ADK_TARGET_SYSTEM_ARANYM_M68K bool "ARAnyM Emulator" - select ADK_CPU_M68K + select ADK_CPU_68040 select ADK_TARGET_WITH_VGA select ADK_TARGET_WITH_INPUT select ADK_TARGET_WITH_HDD |