diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-08-03 23:55:16 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-08-03 23:55:16 -0700 |
commit | d8101bba897c3faeb7cf33ace7d2471b7106c406 (patch) | |
tree | 4dcabfdac25a202a1faa28c4d58e196eff9d8c7b /menu.s68 | |
parent | dd5fbaf3659b26e84c638d0f7450da7079b66725 (diff) |
Add Special Thanks to About menu
Diffstat (limited to 'menu.s68')
-rw-r--r-- | menu.s68 | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1245,6 +1245,22 @@ about_text: dc.b "BlastEm is a high performance, open", 0 dc.b "source (GPLv3) Genesis/Megadrive", 0 dc.b "emulator.",0 + dc.b " ", 0 + dc.b " ", 0 + dc.b " ", 0 + dc.b " ", 0 + dc.b " --- Special Thanks ---", 0 + dc.b " ", 0 + dc.b "Nemesis: Documentatino and test ROMs", 0 + dc.b "Charles MacDonald: Documentation", 0 + dc.b "Eke-Eke: Documentation", 0 + dc.b "Bart Trzynadlowski: Documentation", 0 + dc.b "KanedaFR: Hosting the best Sega forum", 0 + dc.b "Mickael Vaseux: Testing", 0 + dc.b "Sik: Testing", 0 + dc.b "Tim Lawrence : Testing", 0 + dc.b "ComradeOj: Testing", 0 + dc.b "Vladikcomper: Testing", 0 dc.b 0 |