sehugg / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development
http://8bitworkshop.com/
GNU General Public License v3.0
507 stars 83 forks source link

Unable to load assembler sources with the .NAS extension #131

Open ogamespec opened 1 year ago

ogamespec commented 1 year ago

Hello :)

I'm trying to load the repository, but it does not work. Doesn't understand that the sources are in .NAS files

https://github.com/emu-russia/bomberman-nes

sehugg commented 1 year ago

There's a "make.bat" file that assembles the final .NES ROM, but you can do the same thing in DASM. Add this at the beginning:

    org $BFF0
    incbin "NES_Header.bin"

And this before the end:

        incbin "BOMBER.CHR"