Skip to content

Commit ba1cd49

Browse files
committed
1.4 release
release
1 parent bdcd606 commit ba1cd49

File tree

204 files changed

+113
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+113
-84
lines changed
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

editor/mdteditor/mdteditor/mdtEditorForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace mdteditor
1111
{
1212
public partial class mdtEditor : Form
1313
{
14-
private int ROM_SAMPLE_BANK = 0x0002E600; // symbol.txt sample_bank_1; check when md.tracker code is changed
14+
private int ROM_SAMPLE_BANK = 0x00030800; // symbol.txt sample_bank_1; check when md.tracker code is changed
1515
private const int ROM_SAMPLE_NAMES_SIZE = NOTES_TOTAL * ROM_SAMPLE_NAME_SIZE; // 96 * 4 * 14 bytes
1616
private const int ROM_SAMPLE_BANK_SIZE = 3399000 - ROM_SAMPLE_NAMES_SIZE;
1717
private const int ROM_SAMPLE_NAME_SIZE = 14;
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)