-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCREDITS
44 lines (34 loc) · 1.78 KB
/
CREDITS
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
36
37
38
39
40
41
42
43
44
CREDITS
=======
beebjit was written by Chris Evans <[email protected]>. See COPYING but
essentially it GPL v3.
beebjit is built atop much historical effort. The following software inspired
beebjit, and served as direct reference material for implementation subtleties.
- BeebEm: the first emulator on which I was able to replay Exile.
http://www.mkw.me.uk/beebem/
- B-em: the first emulator on which I was able to replay Exile glitch-free.
http://b-em.bbcmicro.com/
- jsbeeb: providing hassle-free instant BBC experience in the browser!
https://bbc.godbolt.org/
https://github.com/mattgodbolt/jsbeeb
- b2: a fresh perspective on clean code organization and component separation
as routes to accurate emulation.
- MAME: a great reference for various chips in the beeb including the SN76489.
The following people have been instrumental:
- All members of Bitshifters for inspiration, suggestions and encouragement.
- The Stardot community, for patience running tons of test cases on real
hardware.
- Kieran Connell, for inspiration via Twisted Brain and being a general retro
coding machine.
- Adrian Gilby, for inspiration via Wave Runner and for the loan of the model
B issue 3!
- Matt Godbolt, for jsbeeb and for being far too jolly!
- Tom Seddon, for inspiration via Wave Runner and for b2. (In particular, b2's
video emulation has been a critical reference.)
- Rich Talbot-Watkins for pairing up to understand some extremely tough
corner cases, and for various critical test programs.
- Sarah Walker, for inspiriation via numerous demos, for b-em and for patience
when answering basic electrical engineering questions.
- Richard Broadhurst aka. Tricky, for Frogger and other games. Although it
should be noted that Frogger is both an inspiration and also an impediment for
getting productive work done :)