changeset 1354:34798ad9c570

Updated special thanks and version number listed in menu ROM
author Michael Pavone <pavone@retrodev.com>
date Wed, 10 May 2017 19:32:13 -0700
parents 52d9e3c36b4f
children 03cb4dd2499f
files README menu.s68
diffstat 2 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed May 10 19:23:59 2017 -0700
+++ b/README	Wed May 10 19:32:13 2017 -0700
@@ -470,11 +470,17 @@
                      
 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
 -------
--- a/menu.s68	Wed May 10 19:23:59 2017 -0700
+++ b/menu.s68	Wed May 10 19:32:13 2017 -0700
@@ -1239,8 +1239,8 @@
 	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 @@
 	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