zeta0134 / rusticnes-core

I decided to teach myself Rust by writing an NES emulator. Things quickly got out of hand.
MIT License
34 stars 4 forks source link

Add BNROM mapper (34) #7

Closed pinobatch closed 3 years ago

pinobatch commented 3 years ago

BNROM is a discrete board used for the games Deadly Towers, Lizard, and Haunted: Halloween '85. It is the same as AMROM (mapper 7) with conventional fixed H/V mirroring instead of switchable 1-screen mirroring. The BNTest ROM in little things produces "Unsupported iNES mapper: 34" unless the mapper 7 version is run.

zeta0134 commented 3 years ago

This is addressed by https://github.com/zeta0134/rusticnes-core/commit/f9a587274b093013b24d3284e4fe467c74b8ee2c