https://courses.cs.washington.edu/courses/cse378/09wi/ |
https://chortle.ccsu.edu/AssemblyTutorial/index.html |
http://homepage.divms.uiowa.edu/~ghosh/6016.2.pdf |
Link | Description |
---|---|
http://fms.komkon.org/EMUL8/HOWTO.html | A high level overview of how emulation works |
http://www.codeslinger.co.uk/index.html | Guides to writing emulators for a couple of systems |
http://emulator101.com | Space Invaders + Chip 8 emulator guide; plus includes basic math/knowledge (i.e. binary, hexidecimal, program counters) - definitely recommend |
https://github.com/simias/psx-guide | Playstation 1 emulator guide in Rust; the guide is in LaTex format; I've compiled it to a pdf here |
https://www.reddit.com/r/EmuDev/ | Emulation development community |
Link | Description |
---|---|
http://www.psxdev.net/ | PSX programming using SONY's official dev kit (psyq). Windows only though, and officially only XP and earlier, but some stuff works on Windows 7/10 |
http://onorisoft.free.fr/retro.htm | Introduction to psx PSYQ sdk on modern windows OS |
https://code.google.com/archive/p/psxsdk/ | Open source psx SDK |
http://hitmen.c02.at/html/psx_faq.html | Playstation 1 information and some low level PSX code |
http://psx.arthus.net/ | Collection of psx dev info and examples |
https://ps1.consoledev.net/ | Lots of other PSX dev links |
https://www.youtube.com/watch?v=RFu0iYazIeo&list=PLAQybJIBW2UtXJITyUTJipPFxC61Tt-Xv | PSYQ Tutorial Youtube Playlist |
Link | Description |
---|---|
https://doc.babylonjs.com/journey/theFirstStep | Babylon.js (WebGL library) tutorial |
http://webgl.academy/ | WebGL tutorial |
https://www.cs.unm.edu/~angel/ | Authord of some WebGL books; also has some WebGL samples |
http://mrelusive.com/books/books.html |
https://miloyip.github.io/game-programmer/game-programmer.svg |