-
Notifications
You must be signed in to change notification settings - Fork 0
/
IDEAS
35 lines (22 loc) · 826 Bytes
/
IDEAS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
CPU:
- fake6502.c (Public domain)
- https://github.com/bzotto/MCS6502 (MIT)
Sound:
- https://github.com/meenie/band.js (MIT)
- https://github.com/daitangio/sid-arduino-lib (unlicensed? Platform: arduino)
Tutorial series:
- https://www.youtube.com/watch?v=qJgsuQoy9bc&list=PLLwK93hM93Z13TRzPx9JqTIn33feefl37
PETSCII:
- https://github.com/mobluse/x16-petscii2utf8
- http://viznut.fi/unscii/ (SDL source)
- https://dflund.se/~triad/krad/recode/pet_unicode.txt
- https://dflund.se/~triad/krad/recode/petscii_c64en_uc.txt
- https://style64.org/petscii/
BASIC:
- https://github.com/mist64/cbmbasic
KERNAL:
- https://sta.c64.org/cbm64krnfunc.html
- https://www.pagetable.com/c64ref/c64disasm/ - documented dissassembly
GPL stuff:
- https://github.com/MEGA65/open-roms
- https://github.com/lgblgblgb/xemu