Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
spo600:6502_program_lab [2025/01/28 12:31] – [Write it!] chris | spo600:6502_program_lab [2025/02/04 22:07] (current) – [Examples] chris |
---|
For some examples of games and demos, see the [[#Resources]] section above, and also take a look at the http://txt3.de/ website - which uses an earlier version of the [[6502 Emulator|6502 emulator]] used in this course. The "Open Project" control on that page provides access to some interesting and inspiring code (check out "Skier", for example). You can copy-and-paste any of those examples into our SPO600 [[6502 Emulator]]. Be sure to check for permission (or licensing terms) before copying any code from that site (or any other source) and incorporating it into your code. | For some examples of games and demos, see the [[#Resources]] section above, and also take a look at the http://txt3.de/ website - which uses an earlier version of the [[6502 Emulator|6502 emulator]] used in this course. The "Open Project" control on that page provides access to some interesting and inspiring code (check out "Skier", for example). You can copy-and-paste any of those examples into our SPO600 [[6502 Emulator]]. Be sure to check for permission (or licensing terms) before copying any code from that site (or any other source) and incorporating it into your code. |
| |
| Another interesting example that pushes the emulator capability is the Peter Staley's Bad Apple video; see his [[https://www.youtube.com/watch?v=qsx5hKWRqpY|YouTube demo]] and [[https://github.com/pstaleystudent/|GitHub repo]] |