By disassembling the PS2 version binary of SNESticle using IDA Pro, we obtained the following function:
```c
const char *__fastcall sub_140AD8(int a1)
{
const char *v1; // $v1
int v2; // $v0
v1 = "MMC5";
if ( a1 != 5 )
{
if ( a1 >= 6 )
{
v1 = "ColorDreams";
if (...