summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-05-10 19:32:13 -0700
committerMichael Pavone <pavone@retrodev.com>2017-05-10 19:32:13 -0700
commitf2eaab22349332249187dac8ab25932209e7f608 (patch)
treeedb85b007d54b69cd4eabdb9be1ddd03ae371bbf
parent65544aaf36f560b91f6ec3ac7e56f304b1b43411 (diff)
Updated special thanks and version number listed in menu ROM
-rw-r--r--README8
-rw-r--r--menu.s687
2 files changed, 12 insertions, 3 deletions
diff --git a/README b/README
index 1183d9b..8133a2d 100644
--- a/README
+++ b/README
@@ -470,11 +470,17 @@ Bart Trzynadlowski - His documents on the Genecyst save-state format and the
KanedaFR - Kaneda's SpritesMind forum is a great resource for the
Sega development community.
+
+Titan - Titan has created what are without a doubt the most
+ impressive demos on the Megadrive. Additionally, I am very
+ grateful for the documentation provided by Kabuto and the
+ assistance of Kabuto, Sik and Jorge in getting Overdrive 2
+ to run properly in BlastEm.
I'd also like to thank the following people who have performed compatibility
testing or submitted helpful bug reports
-micky, Sik, Tim Lawrence, ComradeOj, Vladikcomper
+micky, Sasha, lol-frank, Sik, Tim Lawrence, ComradeOj, Vladikcomper
License
-------
diff --git a/menu.s68 b/menu.s68
index 98a3b57..8dcc084 100644
--- a/menu.s68
+++ b/menu.s68
@@ -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