Add tools/ and manual/, move sources to src/
[dpadhero2.git] / src / common / inesheader.asm
blob3a3742b3cbf9218e86f662af43d0d1049c7d1ea7
1 .codeseg
2 .ifndef PRG_BANK_COUNT
3 .error "Please define number of 16K PRG banks (PRG_BANK_COUNT)"
4 .endif
5 .ifndef CHR_BANK_COUNT
6 .error "Please define number of 8K CHR banks (CHR_BANK_COUNT)"
7 .endif
8 .db 'N','E','S',$1A
9 .db 16K_PRG_COUNT
10 .db 8K_CHR_COUNT
11 .db 0,0,0,0,0,0,0,0,0,0
12 .end