Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 2.54 KB

REFERENCES_AND_INSPIRATION.md

File metadata and controls

58 lines (49 loc) · 2.54 KB

References & inspiration

6502 CPU references

C64 specific references

WebAudio

6502 CPU Emulator in C++ video

Test programs

Assemblers

Was used during development to compile actual 6502 source code to a binary, and then run it through the emulator.

Other emulators

Was used during development to verify behavior of the 6502 CPU and C64.