Skip to content

Commit adcbac0

Browse files
authored
Merge pull request #92 from kthod861/scummvm-music
scummvm music emulation section
2 parents 9e1c159 + 40fb9b0 commit adcbac0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/systems/scummvm.md

+23
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,26 @@ Depending on your previous steps and the emulator you chose, you might be led di
8383
### Step 6: Scrape media
8484

8585
By default, each ScummVM game will be named after its `.scummvm` file in your EmulationStation GUI. Since this is not very user-friendly, we recommend scraping for artworks and media. Since the scraper will most likely not be able to identify games based on their sometimes pretty cryptic ScummVM IDs, you may need to do scrape **manually** as explained in the [Scraping](../../play/scraping) section.
86+
87+
### Step 7 : Music emulation
88+
89+
!!! info "MT32"
90+
Music emulation sometime relies on specific MT32 files that need to be provided separately
91+
92+
Once you've sourced the files, put them in the folder`/userdata/bios` like this:
93+
``` bash
94+
/bios
95+
└─ scummvm/
96+
└─ extra/
97+
└─ MT32_CONTROL.ROM
98+
└─ MT32_PCM.ROM
99+
```
100+
101+
From there:
102+
103+
* Lanch any Scummvm game
104+
* Directly press ++"Start"++ then `Return to launcher`
105+
* From there go to `Global options`
106+
* In the `Audio` pane `Preferred device` > select `MT-32 emulator`
107+
* Quit Scummvm and relaunch the game
108+
* Enjoy the music

0 commit comments

Comments
 (0)