-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcredits.html
942 lines (782 loc) · 31.2 KB
/
credits.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Stella: "A Multi-Platform Atari 2600 VCS Emulator"</title>
<link href="cssscreen.css" rel="stylesheet" media="screen">
<link href="cssprint.css" rel="stylesheet" media="print">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
</head>
<body id="credits">
<div class="rightcolumn">
<div class="header"><img src="title.png" height="145" width="495"></div>
<div class="content">
<p>Many people have helped in some capacity with Stella development over the years.
Some provided technical help while others have offered suggestions and praise,
or donated hardware to help the project. The Stella Team is grateful for all the
help and support it has received over the years. The following is a (likely
incomplete) list of the people who have played a part in bringing Stella to you:
<p><table class="shaded_content" BORDER=0 CELLPADDING=6 WIDTH="100%">
<tr>
<th class="nocolor">Main Developers</th>
<td class="nocolor"> </td>
</tr>
<tr>
<th>Bradford W. Mott (retired)<br>(<a href="http://www.bradfordmott.com">http://www.bradfordmott.com</a>)</th>
<td>Original author and creator of Stella. The inspiration for the entire project,
it goes without saying that without Brad, there would be no Stella project at all.</td>
</tr>
<tr>
<th>Stephen Anthony<br>(<a href="http://minbar.org">http://minbar.org</a>)</th>
<td>Ported Stella 1.1 to SDL. Added extra command line options to X11/SDL
versions. Added INI file support, faster startup, snapshot support,
and pause functionality to core. Converted Stella 1.1 manual to HTML.
Ported codebase to SDL for Windows/macOS. Added OpenGL support and
Stelladaptor/2600-daptor support. Current maintainer for the Linux, macOS and Windows
versions, and main developer testing Linux builds.</td>
</tr>
<tr>
<th>Thomas Jentzsch</th>
<td>Emulation core development, jack-of-all-trades. Helps with issues all across the
codebase, including emulation fixes, UI themes and all things UI-related, etc.
Currently the main developer testing Windows builds.</td>
</tr>
<tr>
<th>Christian Speckner<br>(<a href="https://github.com/6502ts/6502.ts">https://github.com/6502ts/6502.ts</a>)</th>
<td>Provided a completely new TIA core in Stella 5.0 and TIA sound core in 6.0 (based on
work by Chris Brenner), and helped perfect nearly all other aspects of emulation.
Currently the main developer testing macOS builds.</td>
</tr>
<tr>
<th>Eckhard Stolberg (retired)<br>(<a href="http://home.arcor.de/estolberg">http://home.arcor.de/estolberg</a>)</th>
<td>Provided a description of the TIA bug that produces the star field
effect in Cosmic Ark, provided the PAL television palette, and
participated in a helpful discussion on understanding the TIA's RESPx
multi-sprite trick. Provided the Commavid, Megaboy, 4A50 and X07 support
for Stella as well as some improved Supercharger BIOS code.</td>
</tr>
<tr>
<th>Brian Watson (retired)</th>
<td>Helped with getting the illegal CPU instruction support working with Stella.
Brian also submitted a number of other changes, such as debugger support, which
have been finally integrated into the 2.0 release of Stella. Without
a doubt, there would be no debugger support in Stella if not for the
tireless work of Brian.</td>
</tr>
<tr>
<th class="nocolor"> </td>
<td class="nocolor"> </td>
</tr>
<tr>
<th class="nocolor">Special Thanks</th>
<td class="nocolor"> </td>
</tr>
<tr>
<th>Stephen Ahrens (aka 'Amstari')</th>
<td>Generously donated a PAL CompuMate to help with cassette load/save functionality.</td>
</tr>
<tr>
<th>Ian Bogost and the Georgia Tech Atari Team<br>
(<a href="http://www.bogost.com/games/a_television_simulator.shtml">CRT Simulation Project</a>)</th>
<td>Contributed code for the 'CRT simulation' OpenGL filters. The Winter 2009
team members are Edward Booth, Michael Cook, Justin Dobbs, William Rowland
and Prince Yang.<br>Also contributed <a href="http://slack.net/~ant/libs/ntsc.html">Blargg filtering</a>
code, a version of which was integrated into Stella 3.7.
</td>
</tr>
<tr>
<th>Chris Brenner (aka 'crispy')</th>
<td>Generously donated C code from his FPGA project that accurately models the TIA
sound circuitry, which has been adapted for use in Stella 6.0 by Christian Speckner.</td>
</tr>
<tr>
<th>Andrew Davie and Thomas Jentzsch<br>
(<a href="http://www.atariage.com/store/index.php?l=product_detail&p=999">Boulder Dash)</a></th>
<td>Generously donated a Boulder Dash cartridge, and specifically mentioned Stella in its manual. </td>
</tr>
<tr>
<th>Robin Edwards</th>
<td>Generously donated a UnoCart flash cartridge.</td>
</tr>
<tr>
<th>Tom Hafner<br>
(<a href="http://2600-daptor.com">http://2600-daptor.com</a>)</th>
<td>Generously donated a 2600-daptor, 2600-daptor II and BoosterGrip controllers,
as well as sample code to help with development. Also donated a <b>very</b> generous monetary contribution.</td>
</tr>
<tr>
<th>Richard Hutchinson</th>
<td>Generously donated an AtariVox USB adaptor to help with AVox development.</td>
</tr>
<tr>
<th>Thomas Jentzsch</th>
<td>Provided updated NTSC palette, many bug reports and debugger feedback.
<br>Also generously donated a <a href="https://atariage.com/store/index.php?l=product_detail&p=1046">Star Castle Arcade</a> cartridge.</td>
</tr>
<tr>
<th>Andrew Kator<br>(<a href="http://www.katorlegaz.com">http://www.katorlegaz.com</a>)</th>
<td>Provided PHP and CSS code for a major update to the Stella website, as well
as a monetary contribution.</td>
</tr>
<tr>
<th>Richard Kennehan</th>
<td>Generously donated Atari light-sixer, various controllers, and several games to help
in testing ROMs on a real system.</td>
</tr>
<tr>
<th>Alexandre Liduario</th>
<td>Generously donated Atari PAL-M console to help in testing ROMs on a real system.</td>
</tr>
<tr>
<th>minimoose</th>
<td>Donated a <B>very</B> generous monetary contribution. Thanks for the support!</td>
</tr>
<tr>
<th>Tifany Oslin</th>
<td>Generously donated a 7800 console with video mod and several games, and also
several monetary contributions. Thanks for the support!</td>
</tr>
<tr>
<th>Fred X. Quimby (aka 'batari')<br>(<a href="http://bataribasic.com">Batari Basic</a>)</th>
<td>Generously donated several Melody and Harmony Cartridges to help with
development, and also donated a collectors edition of the Harmony Cart (release
version including the cart, CD, SD card, etc).</td>
</tr>
<tr>
<th>James Randall (aka 'toymailman')</th>
<td>Generously donated a 7800 console and several games and manuals to help
with development.</td>
</tr>
<tr>
<th>Darrell Spice Jr.<br>
(<a href="http://spiceware.org">http://spiceware.org</a>)</th>
<td>Author of the OS/2 version of Stella.<br>Also generously donated
<a href="https://atariage.com/store/index.php?l=product_detail&p=842">Medieval Mayhem</a>,
<a href="https://atariage.com/store/index.php?l=product_detail&p=1031">Space Rocks</a>,
<a href="https://atariage.com/store/index.php?l=product_detail&p=1044">Stay Frosty 2</a> and
<a href="https://atariage.com/store/index.php?l=product_detail&p=897">Stella's Stocking</a>
cartridges.</td>
</tr>
<tr>
<th>D. Scott Williamson<br>
(<a href="http://starcastle2600.blogspot.ca/p/star-castle-2600-story.html">Star Castle 2600</a>)</th>
<td>Generously donated a copy of Star Castle 2600 CIB, and (as promised on the Kickstarter
webpage) a <B>very</B> generous portion of the CD proceeds. Also specifically mentioned Stella in its manual.
Thanks for all the support!</td>
</tr>
<tr>
<th>Albert Yarusso<br>
(<a href="http://atariage.com">http://atariage.com</a>)</th>
<td>Provided helpful feedback for the MacOSX port, and generously
donated hardware and monetary contributions over the years.</td>
</tr>
<tr>
<th class="nocolor"> </td>
<td class="nocolor"> </td>
</tr>
<tr>
<th class="nocolor"><a href="https://atariage.com/forums/topic/291293-stella-thon-12-hour-gaming-marathon-fundraiser">Stella-thon 2019</a></th>
<th class="nocolor">Many thanks to the organizers and all the contributors for a <i><font size=+2">HUGE</font></i> donation amount</th>
</tr>
<tr>
<th><a href="https://www.twitch.tv/zeropagehomebrew">ZeroPage Homebrew</a> (Hosts/organizers)</th>
<td>
<u>James Earl O'Brien, Aerlan, Darcy and Tanya O'Brien</u>.<br><br>
Huge thanks to James and the gang,
without whom this whole fundraiser would never have happened. I don't know how much work
went into organizing this, but I can guess it was a LOT! Not to mention holding out for
12 hours (I could only last 8 myself).
</td>
</tr>
<tr>
<th>Fundraiser interviews</th>
<td><U>Thomas Jentzsch</U> (@Thomas Jentzsch), <U>John Champeau</U> (@johnnywc), <U>Darrell Spice Jr.</U> (@SpiceWare),
<U>Dan Kitchen</U> (@TikiDan), <U>Stephen Anthony (Stella)</U> (@stephena), <U>Nathan Strum</U> (@Nathan Strum).<br><br>
Thanks for all the interesting interviews. It was great hearing 'war stories', and about how Stella helps developers to make great games.
</td>
</tr>
<tr>
<th>Items donationed for auction</th>
<td><ul>
<li><B>Draconian - CIB (Signed)</B> : Donated by <U>Darrell Spice Jr.</U> (@SpiceWare)
<li><B>Medieval Mayhem - CIB with Rare Clear Shell Cart with Box (Signed)</B> : Donated by <U>Darrell Spice Jr.</U> (@SpiceWare)
<li><B>Space Rocks - CIB w/ Fridge Magnet (Signed)</B> : Donated by <U>Darrell Spice Jr.</U> (@SpiceWare)
<li><B>Space Rocks - Poster (Signed)</B> : Donated by <U>Darrell Spice Jr.</U> (@SpiceWare)
<li><B>Stay Frosty 2 - CIB w/ Limited Edition Cart #51 (Signed)</B> : Donated by <U>Darrell Spice Jr.</U> (@SpiceWare)
<li><B>Stella's Stocking - Cart #153 with Manual (Signed)</B> : Donated by <U>Darrell Spice Jr.</U> (@SpiceWare)
<li><B>Galaga - CIB (Signed)</B>: Donated by <U>John Champeau</U> (@johnnywc) of Champ Games (NOTE: Game will be released/shipped ~2019Q4)
<li><B>Retron77 Console</B> - CIB Loaded with Homebrew binaries donated by <U>Chris Walton</U> (@cd-w), <U>Nathan Strum</U>, <U>Thomas Jentzsch</U>, <U>Manuel Rotschkar</U> (@Cybergoth), <U>Darrell Spice Jr.</U> (@SpiceWare), <U>Andrew Davie</U>, <U>Oscar Toledo G.</U> (@nanochess), <U>Karl Garrison</U> (@Karl G) and <U>John W. Champeau</U> (@johnnywc) & Manuals from <U>@Albert of AtariAge</U> (PLUS 2600-daptor D9, USB cable, OTG cable for the 2600-dapter, Retro-bit Genesis Gamepad) : Donated by <U>Nathan Strum</U> (@Nathan Strum)
<li><B>Astronomer - CIB, Limited Edition #40 (Last Copy!)</B> : Donated by <U>David Flemming</U> (@ozyr) of Packrat Video Games
<li><B>The Atari 2600 Homebrew Companion Volume 1 & 2</B> (Vol 1 & 2 covers signed by <U>Ed Fries</U> (@Ed Fries) (Microsoft/Halo - Halo 2600, Rally-X), <U>Darrell Spice Jr.</U> (@SpiceWare) (Medieval Mayhem, Space Rocks, Stay Frosty 2), and the author <U>Brian Matherne</U> (@Arenafoot) | Vol 2 also signed inside by <U>Brock Keaghey</U> (@TheMajorHavoc) (Nexion 3D) : both books signed inside & Donated by <U>Brian Matherne</U> (@Arenafoot)
<li><B>Gold Rush - CIB (Signed)</B> : Donated by <U>Dan Kitchen</U> (@TikiDan) of Tikivision (NOTE: Game will be released/shipped ~2019Q4)
<li><B>Halo 2600 - CIB (Signed by <U>Ed Fries</U> @Ed Fries)</B> : Donated by <U>Albert Yarusso</U> (@Albert) of AtariAge
</ul>
</td>
</tr>
<tr>
<th>Auction winners</th>
<td><U>Anonymous (3)</U>, <U>Gray Defender</U>, <U>Richard Grounds</U> (@Ground_Trooper), <U>Jason Kostempski</U>, <U>socrates63</U>, <U>Peter Steriotis</U> (<a href="http://repentless2600.com">repentless2600.com</a>), <U>Tim Taylor</U>.<br><br>
<B>HUGE</B> thanks for the bids. The amounts went way higher than anyone expected!
</td>
</tr>
<tr>
<th>GoFundMe contributors</th>
<td><U>Anonymous</U>, <U>Neil Bockus</U>, <U>John Champeau</U>, <U>David Dalton</U>, <U>Drew Fillingame</U>, <U>David Flemming</U>, <U>David Gratt</U>, <U>Richard Grounds</U>, <U>Richard Ivey</U>, <U>Dion Olsthoorn</U>, <U>Steven Ramirez</U>, <U>Matthew Smith</U>, <U>Nathan Strum</U>.<br><br>
<B>HUGE</B> thanks for the contributions. We met the fundraiser goal!
</td>
</tr>
<tr>
<th class="nocolor"> </td>
<td class="nocolor"> </td>
</tr>
<tr>
<th class="nocolor">Contributors</th>
<td class="nocolor"> </td>
</tr>
<tr>
<th>Anonymous</th>
<td>Donated different items over the years, but wish to remain anonymous and/or didn't
get back to me with contact info (thanks for your support, even though nobody will
know who you are :))</td>
</tr>
<tr>
<th>8-Bit Classics<br>(<a href="http://www.8bitclassics.com">http://www.8bitclassics.com</a>)</th>
<td>Offered a very good price on a Commodore 128D</td>
</tr>
<tr>
<th>Albert</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Eugenio "TrekMD" Angueira<br>(<a href="https://plus.google.com/107727417793046863603">plus.google.com/107727417793046863603</a>)</th>
<td>Donated several 7800 games in appreciation of the project</td>
</tr>
<tr>
<th>Ant<br>(<a href="http://aqfl.net">http://aqfl.net</a>)</th>
<td>Provided much feedback and testing which eventually led to a fix
for the infamous ATI OpenGL 'red screen' issue</td>
</tr>
<tr>
<th>ArgentStar</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>David Aspell</th>
<td>Ported release 0.7 of Stella to Java</td>
</tr>
<tr>
<th>Atari 2600 Game by Game Podcast<br>(<a href="http://2600gamebygamepodcast.blogspot.com">http://2600gamebygamepodcast.blogspot.com</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Jason Avrett</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Rob Bairos</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Christopher Bennett</th>
<td>Helped discover a Superchanger emulation bug in release 1.0 of Stella</td>
</tr>
<tr>
<th>Alexander Bilstein</th>
<td>Provided "A Brief History of the Atari 2600" for this manual</td>
</tr>
<tr>
<th><a href="http://www.blackumbrelladesign.com">Black Umbrella Design</a></th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Dan Boris</th>
<td>Provided technical information on the Supercharger</td>
</tr>
<tr>
<th>Pat Brady</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Jared Breland</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th><a href="http://robertbuchanan.info">Robert Buchanan</a></th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>"Uncle" Carmine<br>
(<a href="http://www.carmine.com">http://www.carmine.com</a>)</th>
<td>Donated several 2600 games and manuals to help with development</td>
</tr>
<tr>
<th>Piero Cavina</th>
<td>Allowed "Oystron" to be included in the Stella distribution</td>
</tr>
<tr>
<th>James (ZeroPage Homebrew)<br>
(<a href="http://www.zeropagehomebrew.com">http://www.zeropagehomebrew.com</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>John W. Champeau, Champ Games</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Dan Coker</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Bob Colbert</th>
<td>Allowed "Okie Dokie" to be included in the Stella distribution</td>
</tr>
<tr>
<th>Joe D'Andrea</th>
<td>Author of the IRIX port of Stella until release 1.2</td>
</tr>
<tr>
<th>Daniel Delorme</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>T. Drobot</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Joe Durnavich</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th><a href="http://electronicsentimentalities.com">Electronic Sentimentalities</a></th>
<td>Donated a "7800 AV Mod Board"</td>
</tr>
<tr>
<th>Sascha Eversmann</th>
<td>Donated several monetary contributions</td>
</tr>
<tr>
<th>Renato Ferreira</th>
<td>Provided code to support private colormaps under Unix</td>
</tr>
<tr>
<th>Joe Fournell</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Stephan Freudenreich<br>
(<a href="http://www.console-corner.de">http://www.console-corner.de</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Ron Fries</th>
<td>Author of the awesome TIA Sound library</td>
</tr>
<tr>
<th>Óscar Toledo G<br>
(<a href="http://nanochess.org">http://nanochess.org</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Aaron Giles</th>
<td>Author of the Power Macintosh version of Stella until release 1.1</td>
</tr>
<tr>
<th>Goldenegg (on AtariAge)</th>
<td>Donated a monetary contribution, and provided feedback/testing
for OSX versions</td>
</tr>
<tr>
<th>David Gratt</th>
<td>Donated a generous monetary contribution</td>
</tr>
<tr>
<th>Mark Grebe<br>
(<a href="http://www.atarimac.com">http://www.atarimac.com</a>)</th>
<td>Author of the Macintosh OSX version of Stella from releases
1.4 to 2.4; helped with Stelladaptor support</td>
</tr>
<tr>
<th>Sean Green (Bliss-Box)<br>
(<a href="http://bliss-box.net">http://bliss-box.net</a>)</th>
<td>Donated a Bliss-Box adaptor to help with development</td>
</tr>
<tr>
<th>Darryl Guenther<br>
(<a href="http://arcadehighscores.com/20thstarcade">20th St Arcade</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Mark Hahn</th>
<td>Allowed "Elk Attack" to be included in the Stella distribution and
provided help with the TIA HMOVE blank bug</td>
</tr>
<tr>
<th>Ulrik Hansen</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Pitfall Harry</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Alex Herbert</th>
<td>Provided much information on AtariVox and SaveKey functionality</td>
</tr>
<tr>
<th>Michael Hewitt</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Kevin Horton</th>
<td>Author of the definitive Atari 2600 bank-switching document</td>
</tr>
<tr>
<th>jgkspsx</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Michael Jo</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Ryan M. Johnson</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Erik Kovach</th>
<td>Author of the property file for release 0.7, 1.0, 1.1, and 1.2 of Stella; donated a generous contribution</td>
</tr>
<tr>
<th>Lance Linimon</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Matthew Logue (Matalog)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Ashley Rose Love</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Austin Mackert</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Sandro de Oliveira Maia</th>
<td>Donated several monetary contributions, and provided words of support</td>
</tr>
<tr>
<th>Donald Maley</th>
<td>Donated a monetary contribution to help with CompuMate development</td>
</tr>
<tr>
<th>Craig Maloney<br>(<a href="https://decafbad.net">https://decafbad.net</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Daniel Marks</th>
<td>Provided improved keyboard joystick support for Stella release 0.1</td>
</tr>
<tr>
<th>Ralf Matz</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>James Mcclain</th>
<td>Provided patches for the 1.2 release to get Stella to compile with GCC 3.0</td>
</tr>
<tr>
<th>Cam McCormack</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>David McEwen</th>
<td>Author of the Acorn version of Stella</td>
</tr>
<tr>
<th>John Mikula<br>
(<a href="https://heavyhorsegames.com">Heavy Horse Games</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Jeff Miller</th>
<td>Author of the Windows version of Stella until release 1.2</td>
</tr>
<tr>
<th>Nick Montfort and Ian Bogost<br>
(<a href="https://mitpress.mit.edu/books/racing-beam">Racing the Beam</a>)</th>
<td>Specifically mentioned Stella in their book</td>
</tr>
<tr>
<th>Dan Mowczan</th>
<td>Provided a Supercharger to help with Stella's development</td>
</tr>
<tr>
<th>Kostas Nakos</th>
<td>Author/maintainer of the WinCE version of Stella from releases 2.0
to 2.3.5</td>
</tr>
<tr>
<th>Matt Nicholson</th>
<td>Donated several 2600 CIB games and Atari 800 items</td>
</tr>
<tr>
<th>Eric Nikolaisen</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Jack Nutting</th>
<td>Author of the OpenStep version of Stella</td>
</tr>
<tr>
<th>Omegamatrix</th>
<td>Provided test ROMs which led to more accurate emulation for SWCHx/SWxCNT
and RIOT behaviour, and for 'illegal' TIA reads</td>
</tr>
<tr>
<th>Owen (loltpily21)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Tony P</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Chris Papademetrious</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>John Payson</th>
<td>Provided EEPROM emulation code for AtariVox and SaveKey support</td>
</tr>
<tr>
<th>Wilbert Pol</th>
<td>Provided many ideas and some sample algorithms for greatly improving
'illegal HMOVE' emulation</td>
</tr>
<tr>
<th>Manuel Polik</th>
<td>Author of the Windows version of Stella (Cyberstella) starting with the 1.2
release until its retirement</td>
</tr>
<tr>
<th>Jim Pragit</th>
<td>Author of the "Game Menu" emulator game shell</td>
</tr>
<tr>
<th>David Racette-Campbell </th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Brent Robbins (aka 'Schizophretard')</th>
<td>Donated a <I>very</I> generous monetary contribution :)</td>
</tr>
<tr>
<th>[APG] RoboCop</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Rog3037</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Jasen Rogers</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>RomHunter<br>(<a href="http://www.atarimania.com/rom_collection_archive_atari_2600_roms.html">RomHunter ROMs</a>)</th>
<td>Provides an updated database of ROM information on a regular basis</td>
</tr>
<tr>
<th>John Saeger</th>
<td>Participated in a helpful discussion on understanding the TIA's
RESPx multi-sprite trick</td>
</tr>
<tr>
<th>Chris Salomon</th>
<td>Provided information and code to help implement Supercharger support</td>
</tr>
<tr>
<th>Filippo Santellocco<br>
(<a href="http://www.santellocco.com/atari">http://www.santellocco.com/atari</a>)</th>
<td>Donated a monetary contribution, and mentioned Stella in his homebrew game manual</td>
</tr>
<tr>
<th>Glenn Saunders</th>
<td>Donated a Supercharger to help with Stella's development</td>
</tr>
<tr>
<th>Jason Scott</th>
<td>Organizer of the property file archive for early versions of
Stella</td>
</tr>
<tr>
<th>scottlinux</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Seagtgruff</th>
<td>Provided test ROMs which finally fixed all remaining issues with
ADC/SBC opcode decimal mode emulation</td>
</tr>
<tr>
<th>David Shaw</th>
<td>Provided make targets for the BSDI platform</td>
</tr>
<tr>
<th>Raul Silva</th>
<td>Helped with design and graphics for an early version of the Stella
web site</td>
</tr>
<tr>
<th>James Smith</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Chris Snell</th>
<td>Maintained a mirror of the Stella FTP site</td>
</tr>
<tr>
<th>Spacedueler (on AtariAge)</th>
<td>Donated several homemade 'spinners' to help with testing
the mouse "specific axis" mode</td>
</tr>
<tr>
<th>Bruno STEUX (aka 'bsteux')<br>
(<a href="https://github.com/steux/cc2600">https://github.com/steux/cc2600</a>)</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>John Stiles</th>
<td>Maintained the Macintosh version of Stella until release 1.2</td>
</tr>
<tr>
<th>Matthew Stroup</th>
<td>Author of the Amiga version of Stella</td>
</tr>
<tr>
<th>Nathan Strum</th>
<td>Donated several monetary contributions</td>
</tr>
<tr>
<th>Richard Summers</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Joel Sutton</th>
<td>Author of the FreeBSD version of Stella</td>
</tr>
<tr>
<th>thegoldenband and toiletunes (on AtariAge)</th>
<td>The former for creating a cartridge auction and donating the proceeds,
and the latter for winning the auction</td>
</tr>
<tr>
<th>Greg Troutman</th>
<td>Allowed "This Planet Sucks" to be included in the Stella distribution</td>
</tr>
<tr>
<th>Robert Tuccitto</th>
<td>Provided valuable bugtesting and feedback which finally helped in fixing
a long-standing lockup which occurred after Stella has been running for
71 minutes, and donated a monetary contribution.</td>
</tr>
<tr>
<th>Ultimate Patches</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Andrew V2000</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Curt Vendel</th>
<td>Provided schematics of the TIA which are being used to improve the
TIA emulation.</td>
</tr>
<tr>
<th>David Voswinkel</th>
<td>Maintainer of the PSP version of Stella starting with the 2.0 release
until release 2.2</td>
</tr>
<tr>
<th>Keith Wilkins</th>
<td>Maintained the DOS version of Stella until release 0.7</td>
</tr>
<tr>
<th>Sheldon Williams</th>
<td>Donated several trakball controllers to help improve emulation in this area</td>
</tr>
<tr>
<th>illya Wilson (aka 'Pacmanred')</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Jeff Wisnia</th>
<td>Provided technical data sheet for the 6532 RIOT chip</td>
</tr>
<tr>
<th>Gareth Woodham</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Mauricio XV</th>
<td>Donated a monetary contribution</td>
</tr>
<tr>
<th>Alex Zaballa</th>
<td>Maintainer of the GP2X version of Stella from releases 2.1 to 2.3.5</td>
</tr>
</table></p>
</div>
<div class="footer"><hr><p>Copyright © 1995-2025
<a href="http://www.bradfordmott.com">Bradford W. Mott</a>,
<a href="http://minbar.org">Stephen Anthony</a> and
<a href="theteam.html">The Stella Team</a>
<br/> Site Updated January 3, 2025</p>
</div>
</div>
<div class="leftcolumn"><img src="menu-title.gif" width="125" height="125">
<div class="menuheader">General</div>
<ul>
<li><a href="index.html" id="about" >About Stella</a>
<li><a href="donations.html" id="donations" >DonationWare</a>
<li><a href="changelog.html" id="news" >ChangeLog</a>
<li><a href="screenshots.html" id="screenshots" >Screen Shots</a>
<li><a href="theteam.html" id="team" >The Team</a>
<li><a href="credits.html" id="credits" >Credits List</a>
<li><a href="todo.html" id="todo" >Todo List</a>
</ul>
<div class="menuheader">Documentation</div>
<ul>
<li><a href="docs/index.html" id="guide">User's Guide</a>
<li><a href="faq.html" id="faq">FAQ (Frequently Asked Questions)</a>
</ul>
<div class="menuheader">Downloads</div>
<ul>
<li><a href="downloads.html" id="stable" >Stable Releases</a>
<li><a href="development.html" id="development" >Development</a>
</ul>
<div class="menuheader">Important Links</div>
<ul>
<li><a href="atari2600links.html" id="atarilinks" >Atari 2600 Links</a>
<li><a href="homebrew.html" id="homebrew" >Homebrew Development</a>
</ul>
<div> </div>
<a href="http://www.2600-daptor.com"><img src="2600-daptor_logo.png" alt="2600-daptor" /></a>
<br/><br/>
<a href="http://www.grandideastudio.com/portfolio/stelladaptor-2600"><img src="stelladaptor_logo.png" alt="Stelladaptor" /></a>
<br/><br/>
<a href="http://bliss-box.net"><img src="blissbox_logo.png" alt="Bliss-Box" /></a>
<br/><br/>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="HFYGAYVAY9GT6" />
<input type="image" src="images/ppdonate.png" width="120" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</body>
</html>