Skip to content

Commit c73f9d0

Browse files
committed
add nrom to constants and update changelog
1 parent b196ef3 commit c73f9d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Block Tool pieces wrap around
1616
* 0001 seeds are ignored
1717
* Famicom Keyboard support
18+
* Autodetect MMC1/CNROM
19+
* NROM Support
1820
* MMC3 Support
1921
* MMC5 Support
2022

src/constants.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ifndef INES_MAPPER ; is set via ca65 flags
2-
INES_MAPPER := 1000 ; 1 (MMC1), 3 (CNROM), 4 (MMC3), 5 (MMC5), and 1000 (autodetect 1/3)
2+
INES_MAPPER := 1000 ; 0 (NROM), 1 (MMC1), 3 (CNROM), 4 (MMC3), 5 (MMC5), and 1000 (autodetect 1/3)
33
.endif
44

55
.ifndef SAVE_HIGHSCORES

0 commit comments

Comments
 (0)