File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ Directions:
37
37
38
38
NSF Requirements:
39
39
40
- * No expansion sound.
40
+ * No expansion sound
41
41
* Standard engine rate only (60/50 Hz)
42
42
* NSF may not bankswitch F000
43
43
* NSF may not use RAM (or clear it during init) in the range $600-7FF
44
44
* NSF may not use zero page (or clear it) in the range $FC-FF
45
45
* NSF may not depend on WRAM present at $6000-7FFF
46
+ * DPCM samples at F000-FFFF will not play correctly with mapper 31 (see NROM below)
46
47
47
48
This program was primarily intended for use with Famitracker, which
48
49
should normally obey all of these requirements since at least 0.4.5 if not earlier.
@@ -64,6 +65,12 @@ Notes:
64
65
Simply create a line that says "NROM = 1" in your album.txt file.
65
66
The NROM version will require about 3kb of empty space, so the build may fail if not
66
67
enough room can be found. An example is included as "album_nrom.txt".
68
+
69
+ If using mapper 31, DPCM samples can't be played correctly out of the F000-FFFF
70
+ memory region, as EZNSF will bankswitch this area for its own needs. If the NSF does not
71
+ need bankswitching, try NROM instead, but otherwise you might try the more advanced
72
+ ZENSF tool:
73
+ * ZENSF: https://github.com/bbbradsmith/zensf
67
74
68
75
This tool also uses the track times and names to produce an NSFe file in the output
69
76
directory. An NSFe is like an NSF but with playlist features like individual track
You can’t perform that action at this time.
0 commit comments