diff options
-rw-r--r-- | banks.ini | 2 | ||||
-rw-r--r-- | src/adldata.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -484,7 +484,7 @@ prefix = "b66" ; May be listened from the setup utiltiy while testing music, ; or in the Duke Nukem 3D Beta. [bank-67] -name = "TMB (Default bank of Apgee Sound System)" +name = "TMB (Default bank of Apogee Sound System)" format = TMB file = "fm_banks/tmb_files/default.tmb" prefix = "3drm67" diff --git a/src/adldata.cpp b/src/adldata.cpp index 0e5b43f..b7fd3a1 100644 --- a/src/adldata.cpp +++ b/src/adldata.cpp @@ -9450,7 +9450,7 @@ const char* const banknames[76] = "DMX (Raptor)", "OP3 (Modded GMOPL by Wohlstand)", "SB (Jamie O'Connell's bank)", - "TMB (Default bank of Apgee Sound System)", + "TMB (Default bank of Apogee Sound System)", "WOPL (4op bank by James Alan Nguyen and Wohlstand)", "TMB (Blood)", "TMB (Lee)", @@ -10883,7 +10883,7 @@ const AdlBankSetup adlbanksetup[75] = {2, 0, 0, 0, 0}, //Bank 64, DMX (Raptor) {3, 0, 0, 0, 0}, //Bank 65, OP3 (Modded GMOPL by Wohlstand) {3, 0, 0, 0, 0}, //Bank 66, SB (Jamie O'Connell's bank) - {3, 0, 0, 0, 0}, //Bank 67, TMB (Default bank of Apgee Sound System) + {3, 0, 0, 0, 0}, //Bank 67, TMB (Default bank of Apogee Sound System) {0, 1, 1, 0, 0}, //Bank 68, WOPL (4op bank by James Alan Nguyen and Wohlstand) {3, 0, 0, 0, 0}, //Bank 69, TMB (Blood) {3, 0, 0, 0, 0}, //Bank 70, TMB (Lee) |