Skip to content

emu-russia/bomberman-nes

Repository files navigation

Source code of NES game Bomberman

JPG

Get sources from Git and run MAKE.BAT to build .NES file.

The excellent DASM assembler, by Matthew Dillon, is used as the toolchain.

Enjoy!

More info

The USA version of the game has been decompiled (NES-BM-USA): https://nescartdb.com/profile/view/834/bomberman

  • PRG CRC32: A913A222
  • CHR CRC32: 1DB14E97

Credits

A more elaborate code can be found here: https://github.com/picosonic/bomberman-nes

Parts of the decompiled source code from there are transferred here as well.