File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6
6
* Invisible mode preserves original piece colors
7
7
* Famicom Keyboard support
8
8
* Fixed Floor-0 disabled burns
9
+ * MMC3 Support
9
10
10
11
## [ v5 tournament]
11
12
* Linecap Menu (from CTM Masters September 2022)
61
62
* Transition from Legal to Title screen after 512 frames
62
63
* Hide next box between Curtain and Rocket
63
64
* Persist Qual Mode (and menu config) between reset button presses
65
+ * CNROM support
64
66
65
67
### rev01
66
68
83
85
* Added input log to Speed Test
84
86
* Fixed a bug where Rocket wouldn't show with a score between 1.0 and 1.03
85
87
86
- ## [ CNROM]
87
- * CNROM support
88
-
89
88
## [ v4 classic]
90
89
- Standard Pause in Qual Mode
91
90
- No Next Box allowed in Qual Mode
Original file line number Diff line number Diff line change 1
1
.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 )
3
3
.endif
4
4
5
5
HAS_MMC = INES_MAPPER = 1 || INES_MAPPER = 4
You can’t perform that action at this time.
0 commit comments