Difference between revisions of "Make Software (code comparisons)"

From Game Developer Research Institute
Jump to: navigation, search
(Created page with "==Sound Code== Capcom staff has verified that Minae Saito (nee Fujii) composed DuckTales 2. However, that, and a few other games share the same sound engine and code as some M...")
 
(Sound Code)
Line 9: Line 9:
 
All of the aforementioned games share this string of note frequency data:
 
All of the aforementioned games share this string of note frequency data:
 
<pre>
 
<pre>
E2 0F FE 0E 26 0E 5C 0D 9A 0C E6 0B 3A 0B 9A 0A 00 0A 72 09 EA 08 6A 08 F0 07 7E 07 12 07 AC 06 4C 06 F2 05 9C 05 4C 05 00 05 B8 04 74 04 34 04 F8 03 BE 03 88 03 56 03 26 03 F8 02 CE 02 A4 02 7E 02 5A 02 38 02 18 02 FA 01 DE 01 C4 01 AA 01 92 01 7A 01 66 01 52 01 3E 01 2C 01 1C 01 0C 01 FC 00 EE 00 E0 00 D4 00 C8 00 BC 00 B2 00 A8 00 9E 00 96 00 8C 00 84 00 7E 00 76 00 70 00 68 00 62 00 5E 00 58 00 52 00 4E 00 4A 00 46 00 42 00 3E 00 3A 00 36 00
+
E2 0F FE 0E 26 0E 5C 0D 9A 0C E6 0B 3A 0B 9A 0A 00 0A 72 09 EA 08 6A 08
 +
F0 07 7E 07 12 07 AC 06 4C 06 F2 05 9C 05 4C 05 00 05 B8 04 74 04 34 04
 +
F8 03 BE 03 88 03 56 03 26 03 F8 02 CE 02 A4 02 7E 02 5A 02 38 02 18 02
 +
FA 01 DE 01 C4 01 AA 01 92 01 7A 01 66 01 52 01 3E 01 2C 01 1C 01 0C 01
 +
FC 00 EE 00 E0 00 D4 00 C8 00 BC 00 B2 00 A8 00 9E 00 96 00 8C 00 84 00
 +
7E 00 76 00 70 00 68 00 62 00 5E 00 58 00 52 00 4E 00 4A 00 46 00 42 00
 +
3E 00 3A 00 36 00
 
</pre>
 
</pre>

Revision as of 05:21, 13 December 2015

Sound Code

Capcom staff has verified that Minae Saito (nee Fujii) composed DuckTales 2. However, that, and a few other games share the same sound engine and code as some Make Software games. Also, none of the Capcom musicians I talked to were able to confirm who did the music for Capcom Gold Medal Challenge or Chip 'N Dale II.

  • Capcom's Gold Medal Challenge
  • Chip 'N Dale Rescue Rangers II
  • F1 Circus
  • Fuzzical Fighter
  • Mahjong Taisen

All of the aforementioned games share this string of note frequency data:

E2 0F FE 0E 26 0E 5C 0D 9A 0C E6 0B 3A 0B 9A 0A 00 0A 72 09 EA 08 6A 08
F0 07 7E 07 12 07 AC 06 4C 06 F2 05 9C 05 4C 05 00 05 B8 04 74 04 34 04
F8 03 BE 03 88 03 56 03 26 03 F8 02 CE 02 A4 02 7E 02 5A 02 38 02 18 02
FA 01 DE 01 C4 01 AA 01 92 01 7A 01 66 01 52 01 3E 01 2C 01 1C 01 0C 01
FC 00 EE 00 E0 00 D4 00 C8 00 BC 00 B2 00 A8 00 9E 00 96 00 8C 00 84 00
7E 00 76 00 70 00 68 00 62 00 5E 00 58 00 52 00 4E 00 4A 00 46 00 42 00
3E 00 3A 00 36 00