SCUMMVM

User avatar
jurkevicz
Posts: 34
Joined: Mon Jan 31, 2022 2:49 am
Has thanked: 27 times
Been thanked: 12 times

Re: SCUMMVM

Unread post by jurkevicz »

Looking forward to this.
User avatar
RealLarry
Top Contributor
Posts: 767
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: SCUMMVM

Unread post by RealLarry »

bbond007 wrote: Fri Mar 18, 2022 12:28 am
RealLarry wrote: Thu Mar 17, 2022 10:08 am Remark: If I ran MrTTYMIDI at MiSTer's console/ssh, I can use "aplaymidi -p 128:1 <midifile>" and "see" the file playing in mt32-pi's display. No audio via User I/O port, obviously, but things are working fine so far. I'm just wondering why this isn't working with ScummVM.
Looks like the ttymidi driver is segfaulting...

I'm actually going to do a completely new driver rather than invest any more time into ttymidi.

Initially it will probably be one-directional when I release something.
Something new on this: I used menu_unstable from today and am able to play MIDI files by using aplaymidi on an ssh console (while in menu or in ScummVM)!
All tested games in ScummVM are still using internal sound - except Beneath a Steel Sky which starts und uses MT32 music together with MrTTYMIDI. Weird.

EDIT: For the record: One has to set "MiSTer mt32pi (ttymidi) (ALSA)" in Options/Audio first, before Options/MIDI take into account. And thats the point where MrTTYMIDI segfaults when starting a game.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

RealLarry wrote: Mon Mar 21, 2022 10:21 am Something new on this: I used menu_unstable from today and am able to play MIDI files by using aplaymidi on an ssh console (while in menu or in ScummVM)!
All tested games in ScummVM are still using internal sound - except Beneath a Steel Sky which starts und uses MT32 music together with MrTTYMIDI. Weird.
EDIT: For the record: One has to set "MiSTer mt32pi (ttymidi) (ALSA)" in Options/Audio first, before Options/MIDI take into account. And thats the point where MrTTYMIDI segfaults when starting a game.
I found ttymidi to crash at different points depending on what game I was running.

Anyway, there are a number of issues that I found with the ttymidi code I was using. Like using a deprecated ALSA API call, having unused and unnecessary variables, using more threads than necessary, overly complicated sysex stuff, and I'm still not entirely sure what causes the segfaults.

The new Driver is called "MIDIMeister" and replaces ttymidi. I have not seen it segfault yet in my testing.

Right now it only provides an output port, however, I can easily add an input port and thread when/if there is a use case for it.

I have provided two versions of the driver, one with debugging output enabled and (smaller one) with debugging compiled out.

Thanks for testing and please report back how this driver works.

EDIT: file removed
User avatar
jurkevicz
Posts: 34
Joined: Mon Jan 31, 2022 2:49 am
Has thanked: 27 times
Been thanked: 12 times

Re: SCUMMVM

Unread post by jurkevicz »

and MIDIMeister goes in the Lunux Folder Correct?
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

jurkevicz wrote: Mon Mar 21, 2022 5:53 pm and MIDIMeister goes in the Lunux Folder Correct?
Sorry, yes I forgot to mention that...

Install instructions:
  • copy menu.rbf to /media/fat
  • copy MIDIMeister to /media/fat/linux
  • copy ScummVM_2_5_1.sh to wherever your current script resides. (usally /media/fat/Scripts)
I added a README.TXT and the "unstable nightlies" menu.rbf to the zip..

That is about all I can do for now until I get my new IO board...
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

bbond007 wrote: Mon Mar 21, 2022 6:12 pm
jurkevicz wrote: Mon Mar 21, 2022 5:53 pm and MIDIMeister goes in the Lunux Folder Correct?
Sorry, yes I forgot to mention that...

Install instructions:
  • copy menu.rbf to /media/fat
  • copy MIDIMeister to /media/fat/linux
  • copy ScummVM_2_5_1.sh to wherever your current script resides. (usally /media/fat/Scripts)
I added a README.TXT and the "unstable nightlies" menu.rbf to the zip..

That is about all I can do for now until I get my new IO board...
I tested it out and it's working! the mt32-pi is running great with the few games that I have.
Attachments
20220322_031812.jpg
20220322_031812.jpg (194.05 KiB) Viewed 6095 times
User avatar
RealLarry
Top Contributor
Posts: 767
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: SCUMMVM

Unread post by RealLarry »

Can confirm this working! Just tested ScummVM (Longbow, LL6) with great success, also aplaymidi is still working. Great job!
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
flynnsbit
Top Contributor
Posts: 550
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 179 times
Been thanked: 307 times
Contact:

Re: SCUMMVM

Unread post by flynnsbit »

Any audio hiccups or missing notes? Try Monkey Islands title sequence.
User avatar
RealLarry
Top Contributor
Posts: 767
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: SCUMMVM

Unread post by RealLarry »

Tried MI2 also and yes, there were some hiccups, but my mt32-pi has a bad day today (jumping display) and I thought this as the cause. Will try again later.

EDIT: MI2 intro song has some hickups, also some complexier MIDI files I'm playing by aplaymidi. But that's okay for now, the essential thing is that it IS working.
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
flynnsbit
Top Contributor
Posts: 550
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 179 times
Been thanked: 307 times
Contact:

Re: SCUMMVM

Unread post by flynnsbit »

RealLarry wrote: Tue Mar 22, 2022 10:44 am Tried MI2 also and yes, there were some hiccups, but my mt32-pi has a bad day today (jumping display) and I thought this as the cause. Will try again later.

EDIT: MI2 intro song has some hickups, also some complexier MIDI files I'm playing by aplaymidi. But that's okay for now, the essential thing is that it IS working.
Totally, I just wanted to make sure someone else had confirmed to rule out any config or hardware issues on my side. bbond already knows about it.
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

flynnsbit wrote: Tue Mar 22, 2022 10:39 am Any audio hiccups or missing notes? Try Monkey Islands title sequence.
I have not noticed any hiccups or missing notes. I'll test with Monkey Islands. I have King Quest IV running for hours and it's has not experienced any audio problems.

Also the CPU usage on the Mister is very low while play King Quest. Man it's so much better than running on AO486.
Attachments
scumm.png
scumm.png (3.16 KiB) Viewed 5972 times
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

RealLarry wrote: Tue Mar 22, 2022 10:44 am Tried MI2 also and yes, there were some hiccups, but my mt32-pi has a bad day today (jumping display) and I thought this as the cause. Will try again later.

EDIT: MI2 intro song has some hickups, also some complexier MIDI files I'm playing by aplaymidi. But that's okay for now, the essential thing is that it IS working.
I played the intros for Monkey Island 1 & 2 (Ultimate Talkie Edition - DOS). I did not experience any hiccups or audio problems. The midi audio played without any issue.
flynnsbit
Top Contributor
Posts: 550
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 179 times
Been thanked: 307 times
Contact:

Re: SCUMMVM

Unread post by flynnsbit »

blacklistedcard wrote: Tue Mar 22, 2022 7:25 pm
RealLarry wrote: Tue Mar 22, 2022 10:44 am Tried MI2 also and yes, there were some hiccups, but my mt32-pi has a bad day today (jumping display) and I thought this as the cause. Will try again later.

EDIT: MI2 intro song has some hickups, also some complexier MIDI files I'm playing by aplaymidi. But that's okay for now, the essential thing is that it IS working.
I played the intros for Monkey Island 1 & 2 (Ultimate Talkie Edition - DOS). I did not experience any hiccups or audio problems. The midi audio played without any issue.
What Pi version are you using?
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

Raspberry PI 4
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

blacklistedcard wrote: Tue Mar 22, 2022 8:06 pm Raspberry PI 4
I also have the CPU limit turned off, so its running full speed.
flynnsbit
Top Contributor
Posts: 550
Joined: Sun May 24, 2020 8:07 pm
Has thanked: 179 times
Been thanked: 307 times
Contact:

Re: SCUMMVM

Unread post by flynnsbit »

blacklistedcard wrote: Tue Mar 22, 2022 8:08 pm
blacklistedcard wrote: Tue Mar 22, 2022 8:06 pm Raspberry PI 4
I also have the CPU limit turned off, so its running full speed.
I'll flip flop mine to a pi 4 and see if it changes. Could also be my 90 degree cable but everything is fine in the ao486 core. Will be an interesting test. Thanks for the confirmation.
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

flynnsbit wrote: Tue Mar 22, 2022 8:12 pm
blacklistedcard wrote: Tue Mar 22, 2022 8:08 pm
blacklistedcard wrote: Tue Mar 22, 2022 8:06 pm Raspberry PI 4
I also have the CPU limit turned off, so its running full speed.
I'll flip flop mine to a pi 4 and see if it changes. Could also be my 90 degree cable but everything is fine in the ao486 core. Will be an interesting test. Thanks for the confirmation.
I get hiccups when using ScummVM under AO486. That's why I was looking forward to this version getting MT32-PI support.
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

Good news, I think we have eliminated the hiccups/tempo issues...

Install instructions:

copy menu.rbf to /media/fat
copy MIDIMeister to /media/fat/linux
copy ScummVM_2_5_1.sh to wherever your current script resides. (usally /media/fat/Scripts)

Optionally now the MIDIMeister driver can now work with mt32-pi over WiFi!

However, You must have latest test build of mt32-pi released by d0pefish just today...

Connected USER-IO --> MIDIMeister QUIET &

UDP by host name --> MIDIMeister QUIET UDP mt32-pi &

Or by IP address --> MIDIMeister QUIET UDP 192.168.1.110 &

Good luck and thanks for testing!
Attachments
MIDIMeister.zip
(669.4 KiB) Downloaded 175 times
User avatar
RealLarry
Top Contributor
Posts: 767
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: SCUMMVM

Unread post by RealLarry »

bbond007 wrote: Thu Mar 24, 2022 12:50 amGood news, I think we have eliminated the hiccups/tempo issues...
Can confirm this working at least for non-udp mode. Seems to work stable. Intro music of MI2, LL6 and Longbow without any missed or misplaced note. Great work!

I did some smalll modifications to the shell scripts (all: clamped variables for better readabeility and setting CORENAME for users of tty2oled/i2c2oled, 2.5.1: fixed wrong remark in line 34 and 35).
Attachments
ScummVM-Scripts.zip
(1.95 KiB) Downloaded 159 times
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

RealLarry wrote: Thu Mar 24, 2022 7:55 am to the shell scripts (all: clamped variables for better readabeility and setting CORENAME for users of tty2oled/i2c2oled, 2.5.1: fixed wrong remark in line 34 and 35).
Updated zip...

Thanks, I was pretty tired last night when altered those scripts.
User avatar
terplo
Posts: 1
Joined: Thu Mar 24, 2022 5:28 pm

Re: SCUMMVM

Unread post by terplo »

NML32 wrote: Thu Aug 27, 2020 8:32 pm
OriginalXOR wrote: Wed Aug 26, 2020 8:31 am A quick compatibility question for people using this if I may...

Has anybody had any luck getting Broken Sword 2.5: The Return of the Templars (Fanmade game) running on MiSTer? As when I try and launch it I am just presented with a black screen and no obvious activity.

From what I've seen it is supposed to work but as it's resolution is 800x600 I feel like I'm missing something. Any setting adjustments that I should be using would be greatly appreciated to get this working.

As this is fanmade and freeware I don't think I'm breaking any rules by posting links if people want to check it out, they even provide download links on ScummVMs own website.

https://wiki.scummvm.org/index.php?titl ... _Sword_2.5
https://www.scummvm.org/frs/extras/Brok ... 5-v1.0.zip
http://www.brokensword25.com
I get a blank screen with Broken Sword 2.5 and Full Pipe.
same problem here. Still looking for a solution.
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

terplo wrote: Thu Mar 24, 2022 5:40 pm same problem here. Still looking for a solution.
I have run it in the past, but the issue is it needs to run in 800x600 resolution...

you'll need to change the ScummVM script

echo "Setting Video mode..."
#vmode -r 640 480 rgb16
vmode -r 800 600 rgb16

You also may need to edit MiSTer.INI
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

terplo wrote: Thu Mar 24, 2022 5:40 pm
NML32 wrote: Thu Aug 27, 2020 8:32 pm
OriginalXOR wrote: Wed Aug 26, 2020 8:31 am A quick compatibility question for people using this if I may...

Has anybody had any luck getting Broken Sword 2.5: The Return of the Templars (Fanmade game) running on MiSTer? As when I try and launch it I am just presented with a black screen and no obvious activity.

From what I've seen it is supposed to work but as it's resolution is 800x600 I feel like I'm missing something. Any setting adjustments that I should be using would be greatly appreciated to get this working.

As this is fanmade and freeware I don't think I'm breaking any rules by posting links if people want to check it out, they even provide download links on ScummVMs own website.

https://wiki.scummvm.org/index.php?titl ... _Sword_2.5
https://www.scummvm.org/frs/extras/Brok ... 5-v1.0.zip
http://www.brokensword25.com
I get a blank screen with Broken Sword 2.5 and Full Pipe.
same problem here. Still looking for a solution.
What is all this drama?


A dreadful thing happened. Flap and Guido broke into our office at the beginning of the week. They left an enormous chaos and stole all of the hard-drives including our project data. After arriving at the place on Tuesday morning, we only found a note from the scoundrels.
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

Is it just me. When I use the newest version of Install_ScummVM.sh it only downloads 2.3 and skips the 2.5.1 download? I checked and the script looks good.

The sh script finds the ini file and it also looks ok?

INSTALL_DIR="/media/fat/ScummVM"
SCRIPTS_DIR="/media/fat/Scripts"
DEB_SCUMMVM17="FALSE"
BBOND007_SCUMMVM20="FALSE"
BBOND007_SCUMMVM21="FALSE"
BBOND007_SCUMMVM21_UNSTABLE="FALSE"
BBOND007_SCUMMVM22="FALSE"
BBOND007_SCUMMVM22_UNSTABLE="FALSE"
BBOND007_SCUMMVM23="TRUE"
BBOND007_SCUMMVM23_UNSTABLE="FALSE"
BBOND007_SCUMMVM25="FALSE"
BBOND007_SCUMMVM25_UNSTABLE="FALSE"
BBOND007_SCUMMVM250="FALSE"
BBOND007_SCUMMVM250_UNSTABLE="FALSE"
BBOND007_SCUMMVM251="TRUE"
BBOND007_SCUMMVM251_UNSTABLE="TRUE"
ENGINE_DATA="TRUE"
CREATE_DIRS="TRUE"
DEFAULT_THEME="FALSE"
INTERNET_CHECK="https://github.com"
VERBOSE_MODE="FALSE"
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

blacklistedcard wrote: Fri Mar 25, 2022 2:15 am Is it just me. When I use the newest version of Install_ScummVM.sh it only downloads 2.3 and skips the 2.5.1 download? I checked and the script looks good.

The sh script finds the ini file and it also looks ok?

INSTALL_DIR="/media/fat/ScummVM"
SCRIPTS_DIR="/media/fat/Scripts"
DEB_SCUMMVM17="FALSE"
BBOND007_SCUMMVM20="FALSE"
BBOND007_SCUMMVM21="FALSE"
BBOND007_SCUMMVM21_UNSTABLE="FALSE"
BBOND007_SCUMMVM22="FALSE"
BBOND007_SCUMMVM22_UNSTABLE="FALSE"
BBOND007_SCUMMVM23="TRUE"
BBOND007_SCUMMVM23_UNSTABLE="FALSE"
BBOND007_SCUMMVM25="FALSE"
BBOND007_SCUMMVM25_UNSTABLE="FALSE"
BBOND007_SCUMMVM250="FALSE"
BBOND007_SCUMMVM250_UNSTABLE="FALSE"
BBOND007_SCUMMVM251="TRUE"
BBOND007_SCUMMVM251_UNSTABLE="TRUE"
ENGINE_DATA="TRUE"
CREATE_DIRS="TRUE"
DEFAULT_THEME="FALSE"
INTERNET_CHECK="https://github.com"
VERBOSE_MODE="FALSE"
Here is the output from running the install script.

Code: Select all

/media/fat/Scripts# ./Install_ScummVM.sh
Downloading and executing --> ScummVM_Installer.sh

Install_ScummVM.ini found :)
Beginning Install...
ScummVM install directory found :)
Scripts directory found :)
Downloading --> BBond007_ScummVM_2_3...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   140  100   140    0     0    284      0 --:--:-- --:--:-- --:--:--   285
100 34.3M  100 34.3M    0     0  2090k      0  0:00:16  0:00:16 --:--:-- 2220k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   145  100   145    0     0    288      0 --:--:-- --:--:-- --:--:--   289
100  1256  100  1256    0     0   1915      0 --:--:-- --:--:-- --:--:-- 1226k
Downloading --> libasyncns0_0.8-6_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   163  100   163    0     0    327      0 --:--:-- --:--:-- --:--:--   327
100 11432  100 11432    0     0  17105      0 --:--:-- --:--:-- --:--:-- 17105
Extracting lib*
Downloading --> libbsd0_0.7.0-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   161  100   161    0     0    344      0 --:--:-- --:--:-- --:--:--   345
100 63910  100 63910    0     0  99445      0 --:--:-- --:--:-- --:--:-- 99445
Extracting lib*
Downloading --> libcaca0_0.99.beta19-2.1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   170  100   170    0     0    349      0 --:--:-- --:--:-- --:--:--   349
100  327k  100  327k    0     0   420k      0 --:--:-- --:--:-- --:--:--  420k
Extracting lib*
Downloading --> libdb5.3_5.3.28-12+deb9u1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   173  100   173    0     0    294      0 --:--:-- --:--:-- --:--:--   294
100  581k  100  581k    0     0   668k      0 --:--:-- --:--:-- --:--:--  668k
Extracting lib*
Downloading --> libdirectfb-1.2-9_1.2.10.0-8+deb9u1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   183  100   183    0     0    357      0 --:--:-- --:--:-- --:--:--   358
100  523k  100  523k    0     0   659k      0 --:--:-- --:--:-- --:--:--  659k
Extracting lib*
Downloading --> libfaad2_2.8.8-3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    331      0 --:--:-- --:--:-- --:--:--   331
100  140k  100  140k    0     0   210k      0 --:--:-- --:--:-- --:--:--  210k
Extracting lib*
Downloading --> libflac8_1.3.2-3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    335      0 --:--:-- --:--:-- --:--:--   335
100  149k  100  149k    0     0   213k      0 --:--:-- --:--:-- --:--:--  213k
Extracting lib*
Downloading --> libfluidsynth1_1.1.6-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   168  100   168    0     0    362      0 --:--:-- --:--:-- --:--:--   362
100  178k  100  178k    0     0   267k      0 --:--:-- --:--:-- --:--:--  267k
Extracting lib*
Downloading --> libice6_1.0.9-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   161  100   161    0     0    339      0 --:--:-- --:--:-- --:--:--   339
100 51708  100 51708    0     0  78880      0 --:--:-- --:--:-- --:--:-- 78880
Extracting lib*
Downloading --> libjpeg62_6b2-3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   161  100   161    0     0    351      0 --:--:-- --:--:-- --:--:--   351
100 71606  100 71606    0     0   108k      0 --:--:-- --:--:-- --:--:--  108k
Extracting lib*
Downloading --> liblz4-1_1.9.1-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    349      0 --:--:-- --:--:-- --:--:--   349
100 52496  100 52496    0     0  80267      0 --:--:-- --:--:-- --:--:-- 4660k
Extracting lib*
Downloading --> libmad0_0.15.1b-8+deb9u1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   172  100   172    0     0    359      0 --:--:-- --:--:-- --:--:--   359
100 66460  100 66460    0     0  99313      0 --:--:-- --:--:-- --:--:-- 99313
Extracting lib*
Downloading --> libmpeg2-4_0.5.1-8_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   164  100   164    0     0    346      0 --:--:-- --:--:-- --:--:--   346
100 57124  100 57124    0     0  87286      0 --:--:-- --:--:-- --:--:-- 87286
Extracting lib*
Downloading --> libogg0_1.3.2-1+b1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   166  100   166    0     0    299      0 --:--:-- --:--:-- --:--:--   300
100 17582  100 17582    0     0  24821      0 --:--:-- --:--:-- --:--:-- 24821
Extracting lib*
Downloading --> libpng12-0_1.2.50-2+deb8u3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   174  100   174    0     0    366      0 --:--:-- --:--:-- --:--:--   366
100  158k  100  158k    0     0   232k      0 --:--:-- --:--:-- --:--:--  232k
Extracting lib*
Downloading --> libpulse0_10.0-1+deb9u1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   171  100   171    0     0    346      0 --:--:-- --:--:-- --:--:--   346
100  244k  100  244k    0     0   343k      0 --:--:-- --:--:-- --:--:--  343k
Extracting lib*
Downloading --> libreadline6_6.3-8+b3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   169  100   169    0     0    355      0 --:--:-- --:--:-- --:--:--   355
100  121k  100  121k    0     0   178k      0 --:--:-- --:--:-- --:--:--  178k
Extracting lib*
Downloading --> libsdl1.2debian_1.2.15-10+b1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   176  100   176    0     0    375      0 --:--:-- --:--:-- --:--:--   376
100  161k  100  161k    0     0   239k      0 --:--:-- --:--:-- --:--:--  239k
Extracting lib*
Downloading --> libsm6_1.2.3-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   160  100   160    0     0    327      0 --:--:-- --:--:-- --:--:--   327
100 33036  100 33036    0     0  45089      0 --:--:-- --:--:-- --:--:--  181k
Extracting lib*
Downloading --> libsndfile1_1.0.28-6_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   166  100   166    0     0    351      0 --:--:-- --:--:-- --:--:--   352
100  237k  100  237k    0     0   340k      0 --:--:-- --:--:-- --:--:-- 4750k
Extracting lib*
Downloading --> libsndio6.1_1.1.0-3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   165  100   165    0     0    337      0 --:--:-- --:--:-- --:--:--   338
100 21760  100 21760    0     0  33457      0 --:--:-- --:--:-- --:--:-- 1416k
Extracting lib*
Downloading --> libsndio7.0_1.5.0-3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   165    0   165    0     0    344      0 --:--:-- --:--:-- --:--:--   345
100 22196  100 22196    0     0  33985      0 --:--:-- --:--:-- --:--:-- 33985
Extracting lib*
Downloading --> libsystemd0_215-17+deb8u7_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   173  100   173    0     0    351      0 --:--:-- --:--:-- --:--:--   352
100 83054  100 83054    0     0   114k      0 --:--:-- --:--:-- --:--:--  114k
Extracting lib*
Downloading --> libtheora0_1.1.1+dfsg.1-6_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   173  100   173    0     0    263      0 --:--:-- --:--:-- --:--:--   263
100  146k  100  146k    0     0   170k      0 --:--:-- --:--:-- --:--:--  170k
Extracting lib*
Downloading --> libtinfo5_6.1+20181013-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   172  100   172    0     0    364      0 --:--:-- --:--:-- --:--:--   365
100  301k  100  301k    0     0   400k      0 --:--:-- --:--:-- --:--:-- 4303k
Extracting lib*
Downloading --> libtinfo6_6.1+20181013-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   172  100   172    0     0    364      0 --:--:-- --:--:-- --:--:--   365
100  304k  100  304k    0     0   443k      0 --:--:-- --:--:-- --:--:-- 1514k
Extracting lib*
Downloading --> libvorbis0a_1.3.6-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   165  100   165    0     0    334      0 --:--:-- --:--:-- --:--:--   334
100 83056  100 83056    0     0   120k      0 --:--:-- --:--:-- --:--:--  120k
Extracting lib*
Downloading --> libvorbisenc2_1.3.6-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   167  100   167    0     0    345      0 --:--:-- --:--:-- --:--:--   346
100 74040  100 74040    0     0   106k      0 --:--:-- --:--:-- --:--:--  399k
Extracting lib*
Downloading --> libvorbisfile3_1.3.6-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   168  100   168    0     0    328      0 --:--:-- --:--:-- --:--:--   328
100 24612  100 24612    0     0  35744      0 --:--:-- --:--:-- --:--:-- 35744
Extracting lib*
Downloading --> libwayland-egl1_1.16.0-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   170  100   170    0     0    359      0 --:--:-- --:--:-- --:--:--   359
100  7980  100  7980    0     0  12851      0 --:--:-- --:--:-- --:--:-- 12851
Extracting lib*
Downloading --> libwrap0_7.6.q-28_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   163  100   163    0     0    333      0 --:--:-- --:--:-- --:--:--   334
100 55948  100 55948    0     0  82110      0 --:--:-- --:--:-- --:--:--  390k
Extracting lib*
Downloading --> libx11-6_1.6.7-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    303      0 --:--:-- --:--:-- --:--:--   304
100  681k  100  681k    0     0   843k      0 --:--:-- --:--:-- --:--:-- 6955k
Extracting lib*
Downloading --> libx11-xcb1_1.6.7-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   165  100   165    0     0    336      0 --:--:-- --:--:-- --:--:--   336
100  185k  100  185k    0     0   267k      0 --:--:-- --:--:-- --:--:--  267k
Extracting lib*
Downloading --> libxau6_1.0.8-1+b2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   166  100   166    0     0    346      0 --:--:-- --:--:-- --:--:--   347
100 19096  100 19096    0     0  29659      0 --:--:-- --:--:-- --:--:-- 29659
Extracting lib*
Downloading --> libxcb1_1.12-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   160  100   160    0     0    337      0 --:--:-- --:--:-- --:--:--   338
100  125k  100  125k    0     0   177k      0 --:--:-- --:--:-- --:--:--  177k
Extracting lib*
Downloading --> libxcursor1_1.2.0-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   165  100   165    0     0    338      0 --:--:-- --:--:-- --:--:--   338
100 34148  100 34148    0     0  53208      0 --:--:-- --:--:-- --:--:-- 53208
Extracting lib*
Downloading --> libxdmcp6_1.1.2-3_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   163  100   163    0     0    332      0 --:--:-- --:--:-- --:--:--   333
100 24872  100 24872    0     0  37333      0 --:--:-- --:--:-- --:--:-- 37333
Extracting lib*
Downloading --> libxext6_1.3.3-1+b2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   167    0   167    0     0    340      0 --:--:-- --:--:-- --:--:--   340
100 48150  100 48150    0     0  73442      0 --:--:-- --:--:-- --:--:-- 73442
Extracting lib*
Downloading --> libxfixes3_5.0.3-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   164  100   164    0     0    346      0 --:--:-- --:--:-- --:--:--   347
100 20556  100 20556    0     0  33403      0 --:--:-- --:--:-- --:--:-- 5018k
Extracting lib*
Downloading --> libxi6_1.7.9-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   160  100   160    0     0    159      0  0:00:01  0:00:01 --:--:--   159
100 78404  100 78404    0     0  65776      0  0:00:01  0:00:01 --:--:-- 65776
Extracting lib*
Downloading --> libxinerama1_1.1.4-2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   166  100   166    0     0    359      0 --:--:-- --:--:-- --:--:--   360
100 17260  100 17260    0     0  25523      0 --:--:-- --:--:-- --:--:-- 25523
Extracting lib*
Downloading --> libxrandr2_1.5.1-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   164  100   164    0     0    348      0 --:--:-- --:--:-- --:--:--   349
100 34858  100 34858    0     0  53016      0 --:--:-- --:--:-- --:--:--  194k
Extracting lib*
Downloading --> libxrender1_0.9.10-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   166  100   166    0     0    351      0 --:--:-- --:--:-- --:--:--   352
100 29886  100 29886    0     0  48001      0 --:--:-- --:--:-- --:--:-- 48001
Extracting lib*
Downloading --> libxss1_1.2.3-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   161  100   161    0     0    332      0 --:--:-- --:--:-- --:--:--   332
100 17164  100 17164    0     0  25720      0 --:--:-- --:--:-- --:--:-- 25720
Extracting lib*
Downloading --> libxtst6_1.2.3-1_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   162  100   162    0     0    149      0  0:00:01  0:00:01 --:--:--   149
100 26286  100 26286    0     0  20919      0  0:00:01  0:00:01 --:--:-- 20919
Extracting lib*
Downloading --> libxxf86vm1_1.1.4-1+b2_armhf.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   170  100   170    0     0    352      0 --:--:-- --:--:-- --:--:--   353
100 20190  100 20190    0     0  30953      0 --:--:-- --:--:-- --:--:-- 4929k
Extracting lib*
Deleting junk...
Downloading engine data --> access.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   156  100   156    0     0    324      0 --:--:-- --:--:-- --:--:--   325
100  508k  100  508k    0     0   508k      0 --:--:-- --:--:-- --:--:-- 1682k
Downloading engine data --> cryo.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    304      0 --:--:-- --:--:-- --:--:--   304
100 12499  100 12499    0     0  17713      0 --:--:-- --:--:-- --:--:--  381k
Downloading engine data --> cryomni3d.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   159  100   159    0     0    346      0 --:--:-- --:--:-- --:--:--   347
100 70416  100 70416    0     0    99k      0 --:--:-- --:--:-- --:--:--   99k
Downloading engine data --> drascula.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   158  100   158    0     0    299      0 --:--:-- --:--:-- --:--:--   299
100  253k  100  253k    0     0   235k      0  0:00:01  0:00:01 --:--:--     0
Downloading engine data --> fonts.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   155  100   155    0     0    325      0 --:--:-- --:--:-- --:--:--   326
100 26.0M  100 26.0M    0     0  2113k      0  0:00:12  0:00:12 --:--:-- 2276k
Downloading engine data --> hugo.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    313      0 --:--:-- --:--:-- --:--:--   313
100  185k  100  185k    0     0   248k      0 --:--:-- --:--:-- --:--:--  248k
Downloading engine data --> kyra.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    208      0 --:--:-- --:--:-- --:--:--   208
100 1812k  100 1812k    0     0   934k      0  0:00:01  0:00:01 --:--:-- 1915k
Downloading engine data --> lure.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    303      0 --:--:-- --:--:-- --:--:--   303
100  751k  100  751k    0     0   670k      0  0:00:01  0:00:01 --:--:--  670k
Downloading engine data --> macventure.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   160  100   160    0     0    337      0 --:--:-- --:--:-- --:--:--   337
100  4167  100  4167    0     0   6348      0 --:--:-- --:--:-- --:--:--  6348
Downloading engine data --> mort.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    315      0 --:--:-- --:--:-- --:--:--   316
100 76302  100 76302    0     0   105k      0 --:--:-- --:--:-- --:--:-- 1182k
Downloading engine data --> prince_translation.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   168  100   168    0     0    312      0 --:--:-- --:--:-- --:--:--   312
100  164k  100  164k    0     0   211k      0 --:--:-- --:--:-- --:--:--  211k
Downloading engine data --> supernova.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   159  100   159    0     0    293      0 --:--:-- --:--:-- --:--:--   293
100  510k  100  510k    0     0   510k      0  0:00:01  0:00:01 --:--:--     0
Downloading engine data --> teenagent.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   159  100   159    0     0    334      0 --:--:-- --:--:-- --:--:--   335
100  137k  100  137k    0     0   186k      0 --:--:-- --:--:-- --:--:--  186k
Downloading engine data --> titanic.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   157  100   157    0     0    179      0 --:--:-- --:--:-- --:--:--   179
100 3123k  100 3123k    0     0   977k      0  0:00:03  0:00:03 --:--:-- 1466k
Downloading engine data --> tony.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    309      0 --:--:-- --:--:-- --:--:--   310
100 24584  100 24584    0     0  34351      0 --:--:-- --:--:-- --:--:-- 34351
Downloading engine data --> toon.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    172      0 --:--:-- --:--:-- --:--:--   172
100 17986  100 17986    0     0  16682      0  0:00:01  0:00:01 --:--:-- 16682
Downloading engine data --> ultima.dat
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   156  100   156    0     0    333      0 --:--:-- --:--:-- --:--:--   334
100 15.4M  100 15.4M    0     0  2269k      0  0:00:06  0:00:06 --:--:-- 2592k
Creating additional directories...
/media/fat/ScummVM/GAMES directory found :)
Done in:
3
2
1
/media/fat/Scripts#
User avatar
RealLarry
Top Contributor
Posts: 767
Joined: Mon May 25, 2020 4:04 am
Location: San Junipero/DE/Earth
Has thanked: 85 times
Been thanked: 328 times

Re: SCUMMVM

Unread post by RealLarry »

bbond007 wrote: Thu Mar 24, 2022 12:32 pm
RealLarry wrote: Thu Mar 24, 2022 7:55 am to the shell scripts (all: clamped variables for better readabeility and setting CORENAME for users of tty2oled/i2c2oled, 2.5.1: fixed wrong remark in line 34 and 35).
Updated zip...

Thanks, I was pretty tired last night when altered those scripts.
You're welcome! Do you plan to integrate my improved scripts to your guthub repo? Shall I open an issue or pull request for that?
Contributor of tty2oled, author of tty2tft, tty2rpi and update_tty2xxx
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

blacklistedcard wrote: Fri Mar 25, 2022 2:15 am Is it just me. When I use the newest version of Install_ScummVM.sh it only downloads 2.3 and skips the 2.5.1 download?
Fixed...

https://github.com/bbond007/MiSTer_Scum ... 32620d2359
akeley
Top Contributor
Posts: 1303
Joined: Mon May 25, 2020 7:54 pm
Has thanked: 416 times
Been thanked: 399 times

Re: SCUMMVM

Unread post by akeley »

Is it possible to display SCUMM on a 15Khz CRT TV? Has anybody tried?
bbond007
Top Contributor
Posts: 519
Joined: Tue May 26, 2020 5:06 am
Has thanked: 85 times
Been thanked: 198 times

Re: SCUMMVM

Unread post by bbond007 »

akeley wrote: Fri Mar 25, 2022 2:48 pm Is it possible to display SCUMM on a 15Khz CRT TV? Has anybody tried?

I have not tried on a 15khz I know some have gotten it to work but because the framebuffer does not support interlace mode, you'll be limited to 320x200 resolution games, so its not ideal...
blacklistedcard
Posts: 77
Joined: Mon Jun 08, 2020 1:54 am
Has thanked: 3 times
Been thanked: 9 times

Re: SCUMMVM

Unread post by blacklistedcard »

bbond007 wrote: Fri Mar 25, 2022 12:54 pm
blacklistedcard wrote: Fri Mar 25, 2022 2:15 am Is it just me. When I use the newest version of Install_ScummVM.sh it only downloads 2.3 and skips the 2.5.1 download?
Fixed...

https://github.com/bbond007/MiSTer_Scum ... 32620d2359
Confirming its fixed...
Post Reply