-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from icebarf/main
more resources
- Loading branch information
Showing
3 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "Emulation" | ||
--- | ||
|
||
# Emulation | ||
|
||
### Chip-8 | ||
- [Chip-8 Research Facility](https://chip-8.github.io/links/) | ||
- [Creating a CHIP-8 interpreter/emulator in C++14 - Bisqwit](https://youtu.be/rpLoS7B6T94?si=AgCWjPkZT5SUB8SI) | ||
- [How to write a basic CHIP-8 interpreter](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) | ||
- [Timendus's Chip-8 Test Suite](https://github.com/Timendus/chip8-test-suite) | ||
- [Writing a CHIP-8 emulator](https://tobiasvl.github.io/blog/write-a-chip-8-emulator/) | ||
|
||
> Chip-8 Research Facility is an aggregating resource. It is recommended to check it. | ||
We also recommend using Timendus's Chip-8 Test Suite to check for correct behavior. | ||
|
||
### Nintendo Entertainment System (NES) | ||
- See 65xx family resources | ||
- [6502 instruction set reference](https://www.masswerk.at/6502/6502_instruction_set.html) | ||
- [The NesDev wiki](https://wiki.nesdev.com/) | ||
- [NES emulator development guide](https://nesdev.com/NES%20emulator%20development%20guide.txt) | ||
- [Overview of writing a NES emulator](https://yizhang82.dev/nes-emu-overview) | ||
- [Articles on writing a NES emulator, among other things](https://emudev.de/nes-emulator/overview) | ||
- [Sample ROMs](https://github.com/PeterLemon/NES) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters