-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTHANKS
29 lines (21 loc) · 1.17 KB
/
THANKS
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
-= THANKS GO TO =-
Steven Hugg (sehugg on Github), author, and creator of 8bitworkshop.com,
whose responsively-reloading emulator paradigm directly inspired the
creation of Bobbin, and the --watch feature.
Kalus Dormann (Klaus2m5 on Github), for writing the exhaustive 6502 test
battery that was critically important to verify Bobbin's functionality
Adam Barnes (amb5l on GitHub), for porting Dormann's test battery to the
ca65 assembler.
Bruce Clark, for writing the BCD-specific 6502 tests.
Alain Mosnier <[email protected]>, for creating the sha-256 module that
Bobbin uses to verify ROM checksums, and releasing it to the
public domain.
Will Scullin <[email protected]>, author of the apple2js
emulator (https://www.scullinsteel.com/apple2//e)
The disk file-format-related code was of particular help to me in adding .nib
and .dsk support to Bobbin.
Andy McFadden <[email protected]>, author of CiderPress and
6502bench SourceGen. Andy's extremely useful hyperlinked disassemblies
at https://6502disassembly.com/ have been an indispensable
and constantly-at-my-side reference throughout all of my development for A2.
James Hall, who helped early on with testing and feedback