repo.or.cz
/
dpadhero2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add tools/ and manual/, move sources to src/
[dpadhero2.git]
/
src
/
common
/
inesheader.asm
blob
3a3742b3cbf9218e86f662af43d0d1049c7d1ea7
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
16
K_PRG_COUNT
10
.
db
8
K_CHR_COUNT
11
.
db
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
12
.
end