changeset 1661:c3c3b65f17aa

Updated special thanks
author Mike Pavone <pavone@retrodev.com>
date Sun, 30 Dec 2018 22:12:34 -0800
parents c6cc2dae262f
children 35c308355bfb
files README menu.s68 nuklear_ui/blastem_nuklear.c
diffstat 3 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Dec 30 21:36:53 2018 -0800
+++ b/README	Sun Dec 30 22:12:34 2018 -0800
@@ -500,7 +500,15 @@
                      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.					 
+                     to run properly in BlastEm.
+					 
+flamewing          - flamewing created a very handy exhaustive test ROM for 68K
+                     BCD instructions and documented the proper behavior for
+                     certain BCD edge cases
+
+r57shell           - r57shell created a test ROM for 68K instruction sizes that
+                     was invaluable in fixing the remaining bugs in my 68K instruction
+                     decoder
 
 I'd also like to thank the following people who have performed compatibility
 testing or submitted helpful bug reports
--- a/menu.s68	Sun Dec 30 21:36:53 2018 -0800
+++ b/menu.s68	Sun Dec 30 22:12:34 2018 -0800
@@ -1269,6 +1269,8 @@
 	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 "flamewing: BCD info and test ROM", 0
+	dc.b "r57shell: Opcode size test ROM", 0
 	dc.b "micky: Testing", 0
 	dc.b "Sasha: Testing", 0
 	dc.b "lol-frank: Testing", 0
--- a/nuklear_ui/blastem_nuklear.c	Sun Dec 30 21:36:53 2018 -0800
+++ b/nuklear_ui/blastem_nuklear.c	Sun Dec 30 22:12:34 2018 -0800
@@ -168,12 +168,14 @@
 	};
 	const uint32_t NUM_LINES = sizeof(lines)/sizeof(*lines);
 	const char *thanks[] = {
-		"Nemesis: Documentatino and test ROMs",
+		"Nemesis: Documentation and test ROMs",
 		"Charles MacDonald: Documentation",
 		"Eke-Eke: Documentation",
 		"Bart Trzynadlowski: Documentation",
 		"KanedaFR: Hosting the best Sega forum",
 		"Titan: Awesome demos and documentation",
+		"flamewing: BCD info and test ROM",
+		"r57shell: Opcode size test ROM",
 		"micky: Testing",
 		"Sasha: Testing",
 		"lol-frank: Testing",