diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-05-10 19:32:13 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-05-10 19:32:13 -0700 |
commit | f2eaab22349332249187dac8ab25932209e7f608 (patch) | |
tree | edb85b007d54b69cd4eabdb9be1ddd03ae371bbf /menu.s68 | |
parent | 65544aaf36f560b91f6ec3ac7e56f304b1b43411 (diff) |
Updated special thanks and version number listed in menu ROM
Diffstat (limited to 'menu.s68')
-rw-r--r-- | menu.s68 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1239,8 +1239,8 @@ prev_str: dc.b "Prev", 0 about_text: - dc.b "BlastEm v0.4.1", 0 - dc.b "Copyright 2011-2016 Michael Pavone", 0 + dc.b "BlastEm v0.5.0", 0 + dc.b "Copyright 2011-2017 Michael Pavone", 0 dc.b " ", 0 dc.b "BlastEm is a high performance, open", 0 dc.b "source (GPLv3) Genesis/Megadrive", 0 @@ -1256,7 +1256,10 @@ about_text: dc.b "Eke-Eke: Documentation", 0 dc.b "Bart Trzynadlowski: Documentation", 0 dc.b "KanedaFR: Hosting the best Sega forum", 0 + dc.b "Titan: Awesome demos and documentation", 0 dc.b "micky: Testing", 0 + dc.b "Sasha: Testing", 0 + dc.b "lol-frank: Testing", 0 dc.b "Sik: Testing", 0 dc.b "Tim Lawrence : Testing", 0 dc.b "ComradeOj: Testing", 0 |