Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflamecyclone <70200943+flamecyclone@users.noreply.github.com>2023-08-07 10:34:05 +0300
committerGitHub <noreply@github.com>2023-08-07 10:34:05 +0300
commit3c1e5637be3773692837330333d14e668efa0671 (patch)
treead9ec943b96822e703e227a430a25ebad0b58706
parent6e83825cdd4af7e09ee6beea0f4a26fd13f453bb (diff)
parent937dda9c769d2c418eb49515a8ab853963c04ced (diff)
Merge pull request #1 from flamecyclone/dev_flamecyclone
some modifications
-rw-r--r--source/vars.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/vars.h b/source/vars.h
index c1a68bf..07be861 100644
--- a/source/vars.h
+++ b/source/vars.h
@@ -1,5 +1,5 @@
-unsigned char rom[MAX_BANKS][8192];
-unsigned char map[MAX_BANKS][8192];
+unsigned char rom[MAX_BANKS][BANK_SIZE];
+unsigned char map[MAX_BANKS][BANK_SIZE];
char bank_name[MAX_BANKS][64];
int bank_loccnt[4][256];
int bank_page[4][256];