summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2018-12-30 22:12:34 -0800
committerMike Pavone <pavone@retrodev.com>2018-12-30 22:12:34 -0800
commit86fa12199e9841435e6fa974b10889e012b8c127 (patch)
treead26417163130835a380a2a0a84b0167ac9bbebc
parent1253281417ca19a30d4569dfc2e22adf645e7097 (diff)
Updated special thanks
-rw-r--r--README10
-rw-r--r--menu.s682
-rw-r--r--nuklear_ui/blastem_nuklear.c4
3 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 51a01f9..324acc0 100644
--- a/README
+++ b/README
@@ -500,7 +500,15 @@ 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.
+ 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
diff --git a/menu.s68 b/menu.s68
index 54a725b..1447ef8 100644
--- a/menu.s68
+++ b/menu.s68
@@ -1269,6 +1269,8 @@ about_text:
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
diff --git a/nuklear_ui/blastem_nuklear.c b/nuklear_ui/blastem_nuklear.c
index 2e73a63..29dd79c 100644
--- a/nuklear_ui/blastem_nuklear.c
+++ b/nuklear_ui/blastem_nuklear.c
@@ -168,12 +168,14 @@ void view_about(struct nk_context *context)
};
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",