Skip to content

Commit d11d2fd

Browse files
committed
adjust mapper comment
1 parent e211677 commit d11d2fd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Invisible mode preserves original piece colors
77
* Famicom Keyboard support
88
* Fixed Floor-0 disabled burns
9+
* MMC3 Support
910

1011
## [v5 tournament]
1112
* Linecap Menu (from CTM Masters September 2022)
@@ -61,6 +62,7 @@
6162
* Transition from Legal to Title screen after 512 frames
6263
* Hide next box between Curtain and Rocket
6364
* Persist Qual Mode (and menu config) between reset button presses
65+
* CNROM support
6466

6567
### rev01
6668

@@ -83,9 +85,6 @@
8385
* Added input log to Speed Test
8486
* Fixed a bug where Rocket wouldn't show with a score between 1.0 and 1.03
8587

86-
## [CNROM]
87-
* CNROM support
88-
8988
## [v4 classic]
9089
- Standard Pause in Qual Mode
9190
- No Next Box allowed in Qual Mode

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 := 1 ; supports 1 and 3 (MMC1 / CNROM)
2+
INES_MAPPER := 1 ; supports 1, 3 and 4 (MMC1 / CNROM / MMC3)
33
.endif
44

55
HAS_MMC = INES_MAPPER = 1 || INES_MAPPER = 4

0 commit comments

Comments
 (0)