diff options
author | MerryMage <[email protected]> | 2021-06-19 11:37:14 +0100 |
---|---|---|
committer | MerryMage <[email protected]> | 2021-06-19 11:37:32 +0100 |
commit | e61e771a5f9ead432fa5a2b282b4153f22e1614c (patch) | |
tree | f185940e637d43e862d2f34f26a080bdfad897a1 /README.md | |
parent | a626a2ec63a18624e191ba1c103b08d26e65a8d9 (diff) | |
download | dynarmic-e61e771a5f9ead432fa5a2b282b4153f22e1614c.tar.gz dynarmic-e61e771a5f9ead432fa5a2b282b4153f22e1614c.zip |
README: Update link to higan
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ More general alternatives: * [VisUAL](https://salmanarif.bitbucket.io/visual/index.html) - Visual ARM UAL emulator intended for education * A wide variety of other recompilers, interpreters and emulators can be found embedded in other projects, here are some we would recommend looking at: * [firebird's recompiler](https://github.com/nspire-emus/firebird) - Takes more of a call-threaded approach to recompilation - * [higan's arm7tdmi emulator](https://gitlab.com/higan/higan/tree/master/higan/component/processor/arm7tdmi) - Very clean code-style + * [higan's arm7tdmi emulator](https://github.com/higan-emu/higan/tree/master/higan/component/processor/arm7tdmi) - Very clean code-style * [arm-js by ozaki-r](https://github.com/ozaki-r/arm-js) - Emulates ARMv7A and some peripherals of Versatile Express, in the browser Disadvantages of Dynarmic |