Skip to content

Commit 32c7b91

Browse files
authored
Update GEMINIFM.SRC
Swapped two alternate voices
1 parent 2e90c0f commit 32c7b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GEMINIFM.SRC

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ BEGIN
10931093
BYTE OPM4_INST;
10941094
BYTE OPM5_INST;
10951095

1096-
DISPLAY "GEMINI FM VERSION 0.5.3 BETA";
1096+
DISPLAY "GEMINI FM VERSION 0.5.4 BETA";
10971097
DISPLAY "CREATED BY _NETNOMAD";
10981098
DISPLAY "";
10991099

@@ -1938,10 +1938,10 @@ BEGIN
19381938
^h12: MOVE #OPM_A1_20 TO OPM_INST_POINTER;
19391939
^h13: MOVE #OPM_A2_20 TO OPM_INST_POINTER;
19401940
^h14: MOVE #OPM_A3_20 TO OPM_INST_POINTER;
1941-
^h15: MOVE #OPM_A4_20 TO OPM_INST_POINTER;
1941+
^h15: MOVE #OPM_A7_20 TO OPM_INST_POINTER;
19421942
^h16: MOVE #OPM_A5_20 TO OPM_INST_POINTER;
19431943
^h17: MOVE #OPM_A6_20 TO OPM_INST_POINTER;
1944-
^h18: MOVE #OPM_A7_20 TO OPM_INST_POINTER;
1944+
^h18: MOVE #OPM_A4_20 TO OPM_INST_POINTER;
19451945
^h19: MOVE #OPM_A8_20 TO OPM_INST_POINTER;
19461946
^h1A: MOVE #OPM_A9_20 TO OPM_INST_POINTER;
19471947
^h1B: MOVE #OPM_AA_20 TO OPM_INST_POINTER;

0 commit comments

Comments
 (0)