justin3009 / MMX3-ZeroProject

Mega Man X3 - Base Mod (Zero Project)
57 stars 4 forks source link

Add bml file for new BSNES support #9

Closed Morilli closed 2 years ago

Morilli commented 2 years ago

This wouldn't be required if it weren't for the fact that new bsnes does not know the HITACHI-LOROM-RAM board by default, which means it'll fail to load this rom. This bml file adds the definition for this board, while the entire game node is basically just a copy of what bsnes heuristically determines itself (needs to be included though because specifying just the board alone is not possible).

justin3009 commented 2 years ago

Got it working! I'll add this in as a separate .bml and note it's specifically for v115 of BSNES.

Morilli commented 2 years ago

Mind closing the related issue then? Now that it's fixed.

Awakened0 commented 2 years ago

Just saw this and tested it working with bsnes 115. So I'll close my issue.

Thanks @Morilli !