From e61e771a5f9ead432fa5a2b282b4153f22e1614c Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sat, 19 Jun 2021 11:37:14 +0100 Subject: [PATCH] README: Update link to higan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd58d2b9..1b0eafb2 100644 --- a/README.md +++ b/README.md @@ -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