diff --git a/emudev_resources_general.md b/emudev_resources_general.md index 8892287..bf53ad8 100644 --- a/emudev_resources_general.md +++ b/emudev_resources_general.md @@ -2,7 +2,7 @@ - **Overview of emulation development: ** - **Architecture overview of various consoles: ** -- An introduction: +- An introduction: - Docs for various systems: (combine with resources below) - Emulation blogs: , [[archived] byuu.net/](https://web.archive.org/web/20201221154920/https://byuu.net/), , [[archived] noxa.org/emulation/](https://web.archive.org/web/20220928023912/http://www.noxa.org/blog/category/coding/emulation/), , , , etc - Subreddit: diff --git a/emudev_resources_systems.md b/emudev_resources_systems.md index e1c32f3..2e750e8 100644 --- a/emudev_resources_systems.md +++ b/emudev_resources_systems.md @@ -389,7 +389,7 @@ There are no "full" tutorials for other systems, so using references will be a b ## Multiple systems - -- +- - - (doesn't respond to https://, disable extensions such as HTTPS Everywhere if it doesn't load) - @@ -407,7 +407,7 @@ There are no "full" tutorials for other systems, so using references will be a b - [6502 decimal mode](https://www.atarimagazines.com/compute/issue50/268_1_MACHINE_LANGUAGE.php) ## 8080 -- [8080 tutorial (among other things)](http://emulator101.com) +- [8080 tutorial (among other things)](http://www.emulator101.com) - [Assembly programming manual](https://altairclone.com/downloads/manuals/8080%20Programmers%20Manual.pdf) - [Datasheet](https://altairclone.com/downloads/manuals/8080%20Data%20Sheet.pdf) - [Instruction table](https://tobiasvl.github.io/optable/intel-8080/classic)