# HG changeset patch # User Mike Pavone # Date 1546236754 28800 # Node ID c3c3b65f17aad9310c7469b893328400b85e10b4 # Parent c6cc2dae262f9e67a047bd44cf1b56505647607a Updated special thanks diff -r c6cc2dae262f -r c3c3b65f17aa README --- 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 diff -r c6cc2dae262f -r c3c3b65f17aa menu.s68 --- 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 diff -r c6cc2dae262f -r c3c3b65f17aa nuklear_ui/blastem_nuklear.c --- 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",