Please be advised that access to Atari Forum this coming Friday will be sporadic whilst the backend operating system and dependency upgrades are carried out.
ScummVM 2.8.0 released
Moderator: Moderator Team
-
- Hardware Guru
- Posts: 4724
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
ScummVM 2.8.0 released
Believe or not but it has been nearly exactly one year when I announced (viewtopic.php?t=42429) my humble ScummVM project here on AF. I expected to spend maybe 2-3 additional weeks on it based on feedback and move on. Heh.
Since then nearly no part of code stayed the same, a lot of both Atari-specific and generic optimisations made it into the main tree and most importantly: the port has been officially accepted upstream.
That means what? Well, that means that if you go to https://www.scummvm.org, you can see Atari mentioned directly on front page and https://www.scummvm.org/downloads/#release proudly offers official download links for each archive. In your face, AmigaOS3 ! ;-) (on a more serious note, I hope someone from the Amiga world will notice and adapt my changes to their OS; that could open door to even further testing and optimisations)
Thanks for everyone who contributed with ideas, testing and profiling.
P.S. At the last minute I have cramped a couple of size-optimisations in so the executables are again a bit smaller.
P.P.S. Don't forget to read readme.txt before asking / testing, a lot of useful information in there.
P.P.P.S. FireBee users are still stuck with the SDL version, mostly due to its non-working video XBIOS. If somebody shows me a working fullscreen 320x240 / 640x480 screen with 8-bit chunky pixels+palette, I'm in.
Well, enjoy, I'm sure I'll do! :)
Since then nearly no part of code stayed the same, a lot of both Atari-specific and generic optimisations made it into the main tree and most importantly: the port has been officially accepted upstream.
That means what? Well, that means that if you go to https://www.scummvm.org, you can see Atari mentioned directly on front page and https://www.scummvm.org/downloads/#release proudly offers official download links for each archive. In your face, AmigaOS3 ! ;-) (on a more serious note, I hope someone from the Amiga world will notice and adapt my changes to their OS; that could open door to even further testing and optimisations)
Thanks for everyone who contributed with ideas, testing and profiling.
P.S. At the last minute I have cramped a couple of size-optimisations in so the executables are again a bit smaller.
P.P.S. Don't forget to read readme.txt before asking / testing, a lot of useful information in there.
P.P.P.S. FireBee users are still stuck with the SDL version, mostly due to its non-working video XBIOS. If somebody shows me a working fullscreen 320x240 / 640x480 screen with 8-bit chunky pixels+palette, I'm in.
Well, enjoy, I'm sure I'll do! :)
-
- Atari God
- Posts: 1006
- Joined: Sat Apr 02, 2011 5:06 am
- Location: France, Paris
Re: ScummVM 2.8.0 released
Whatever all my congratulations and well done!
Thanks also to @Eero Tamminen who made a lot of test on it.
Thanks also to @Eero Tamminen who made a lot of test on it.
Last edited by medmed on Sun Dec 31, 2023 1:41 pm, edited 1 time in total.
M.Medour - 1040STF, Mega STE + Spektrum card, Milan 040 + S3Video + ES1371.
-
- Atari nerd
- Posts: 45
- Joined: Sun Jan 16, 2005 10:00 pm
Re: ScummVM 2.8.0 released
Well done - Congrats 

-
- Atari Super Hero
- Posts: 961
- Joined: Mon Oct 13, 2008 12:50 pm
- Location: west of London, UK
Re: ScummVM 2.8.0 released
Amazing, nice one Miro. I've followed your updates with keeness, excellent work.
-
- Atarian
- Posts: 7
- Joined: Fri Oct 16, 2020 9:28 pm
Re: ScummVM 2.8.0 released
Congratulations, very exciting piece of work
Falcon CT60 + 1040STF + MT32
-
- Atari Super Hero
- Posts: 579
- Joined: Thu Nov 07, 2002 12:29 pm
Re: ScummVM 2.8.0 released
Thanks 

-
- Captain Atari
- Posts: 356
- Joined: Sun May 08, 2022 5:24 pm
- Location: The Midlands
Re: ScummVM 2.8.0 released

Congratulations @mikro. This is a massive win

-
- Atari God
- Posts: 1774
- Joined: Tue Jan 26, 2016 12:39 pm
Re: ScummVM 2.8.0 released
Very well deserved recognition for all the hard work!
-
- Ultimate Atarian
- Posts: 13546
- Joined: Sat May 03, 2008 2:09 pm
- Location: Far East
Re: ScummVM 2.8.0 released
Thank you Mikro for another major contribution to the community !!!
May many more years like these happens again....
wow... that's just in couple of hours time... for you to start ticking off stuff in your todo/enjoyment list.
May many more years like these happens again....
wow... that's just in couple of hours time... for you to start ticking off stuff in your todo/enjoyment list.
My Stuff: FB/Falcon CT63 CTPCI ATI RTL8139 USB 512MB 30GB HDD CF HxC_SD/ TT030 68882 4+32MB 520MB Nova/ 520STFM 4MB Tos206 SCSI
Shared SCSI Bus:ScsiLink ethernet, 9GB HDD,SD-reader @ http://phsw.atari.org
My Atari stuff that are no longer for sale due to them over 30 years old - click here for list
Shared SCSI Bus:ScsiLink ethernet, 9GB HDD,SD-reader @ http://phsw.atari.org
My Atari stuff that are no longer for sale due to them over 30 years old - click here for list
-
- Hardware Guru
- Posts: 4724
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
Re: ScummVM 2.8.0 released
Good news and bad news!
The good news is that with a very little effort I got a rudimentary CTPCI support going. Nothing mind-blowing speed-wise but it's a start. And if everything goes well, I could reuse that code for TT+NOVA, that could *finally* offer some speedup for the poor TT as well.
The bad news is that I have found a bug already (fortunately not mine): Broken Sword 1 (not 2) has broken in-game speech. The author has been notified, he promised to take a look tomorrow. So 2.8.1 is guaranteed to happen. :) (but that will still be without CTPCI/NOVA support)
EDIT: Found another sound-related bug and again not mine: https://bugs.scummvm.org/ticket/14793.
The good news is that with a very little effort I got a rudimentary CTPCI support going. Nothing mind-blowing speed-wise but it's a start. And if everything goes well, I could reuse that code for TT+NOVA, that could *finally* offer some speedup for the poor TT as well.
The bad news is that I have found a bug already (fortunately not mine): Broken Sword 1 (not 2) has broken in-game speech. The author has been notified, he promised to take a look tomorrow. So 2.8.1 is guaranteed to happen. :) (but that will still be without CTPCI/NOVA support)
EDIT: Found another sound-related bug and again not mine: https://bugs.scummvm.org/ticket/14793.
Last edited by mikro on Tue Jan 02, 2024 12:04 am, edited 1 time in total.
-
- Fuji Shaped Bastard
- Posts: 2612
- Joined: Mon Jul 23, 2012 8:57 pm
- Location: Almost Heaven, West Virginia
Re: ScummVM 2.8.0 released
Amazing what you did with it! Congrats!
-
- Fuji Shaped Bastard
- Posts: 3999
- Joined: Sun Jul 31, 2011 1:11 pm
Re: ScummVM 2.8.0 released
Having (almost) all of it in upstream is really great achievement!


-
- Captain Atari
- Posts: 349
- Joined: Mon Nov 23, 2015 2:52 pm
- Location: Spain
Re: ScummVM 2.8.0 released
amazing mikro! and thanks for you work !!!
・Falcon ct60e・Atari MegaSTE ・Atari STe ・
-
- Hardware Guru
- Posts: 4724
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
Re: ScummVM 2.8.0 released
Btw, did anyone download the FireBee version? If so, did sound work for you? KeithS didn't mention any sound problems so if it does work, that will be quite interesting because he used also my / upstream SDL build.
-
- Atari Super Hero
- Posts: 814
- Joined: Mon Jan 31, 2011 7:39 pm
Re: ScummVM 2.8.0 released
I tried SDL FireBee version and it works nicely. Sound also works! Sound worked also in all previous FireBee versionsmikro wrote: Tue Jan 02, 2024 7:13 pm Btw, did anyone download the FireBee version? If so, did sound work for you? KeithS didn't mention any sound problems so if it does work, that will be quite interesting because he used also my / upstream SDL build.

Thank you and KeithS for all the excelent work!!!
-
- Atari Super Hero
- Posts: 513
- Joined: Thu Apr 07, 2011 3:01 pm
Re: ScummVM 2.8.0 released
Guys, you made it into a german news blog! https://stadt-bremerhaven.de/scummvm-2-8-0-erschienen/
• FireBee • Falcon030/040/060 • MiSTer • TT • (Mega)STe • Suska III-B • Suska III-C • (Mega)ST •
-
- Atari Super Hero
- Posts: 513
- Joined: Thu Apr 07, 2011 3:01 pm
Re: ScummVM 2.8.0 released
No i haven't. I have to install SDL firstmikro wrote: Tue Jan 02, 2024 7:13 pm Btw, did anyone download the FireBee version? If so, did sound work for you? KeithS didn't mention any sound problems so if it does work, that will be quite interesting because he used also my / upstream SDL build.
• FireBee • Falcon030/040/060 • MiSTer • TT • (Mega)STe • Suska III-B • Suska III-C • (Mega)ST •
-
- Atari God
- Posts: 1006
- Joined: Sat Apr 02, 2011 5:06 am
- Location: France, Paris
Re: ScummVM 2.8.0 released
Why do you need to install SDL?ragnar76 wrote: Thu Jan 04, 2024 12:11 pmNo i haven't. I have to install SDL firstmikro wrote: Tue Jan 02, 2024 7:13 pm Btw, did anyone download the FireBee version? If so, did sound work for you? KeithS didn't mention any sound problems so if it does work, that will be quite interesting because he used also my / upstream SDL build.
It should work as is.
You just need to set the SDL vars in you mint.cf
M.Medour - 1040STF, Mega STE + Spektrum card, Milan 040 + S3Video + ES1371.
-
- Atari Super Hero
- Posts: 513
- Joined: Thu Apr 07, 2011 3:01 pm
Re: ScummVM 2.8.0 released
that's what I meant

• FireBee • Falcon030/040/060 • MiSTer • TT • (Mega)STe • Suska III-B • Suska III-C • (Mega)ST •
-
- Hardware Guru
- Posts: 4724
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
Re: ScummVM 2.8.0 released
Just in case you've missed it, 2.8.1 has been released: https://www.scummvm.org/news/20240331. It contains two important Atari bugfixes.
Unfortunately, the bug with wrongly pre-selected MIDI output is still there: https://bugs.scummvm.org/ticket/14793 so if you are using the full version and have no MIDI hardware connected, you have to select "MIDI -> GM device: Don't use General MIDI music" to hear some MIDI music.
Oh and if you use EmuTOS, don't forget to update to 1.3: https://emutos.sourceforge.io/download.html as it contains a couple of ScummVM related bugfixes.
Unfortunately, the bug with wrongly pre-selected MIDI output is still there: https://bugs.scummvm.org/ticket/14793 so if you are using the full version and have no MIDI hardware connected, you have to select "MIDI -> GM device: Don't use General MIDI music" to hear some MIDI music.
Oh and if you use EmuTOS, don't forget to update to 1.3: https://emutos.sourceforge.io/download.html as it contains a couple of ScummVM related bugfixes.
-
- Fuji Shaped Bastard
- Posts: 3999
- Joined: Sun Jul 31, 2011 1:11 pm
Re: ScummVM 2.8.0 released
Tried the 2.8.1 full version from ScummVM site...mikro wrote: Tue Apr 02, 2024 8:44 am Just in case you've missed it, 2.8.1 has been released: https://www.scummvm.org/news/20240331. It contains two important Atari bugfixes.
Unfortunately, the bug with wrongly pre-selected MIDI output is still there: https://bugs.scummvm.org/ticket/14793 so if you are using the full version and have no MIDI hardware connected, you have to select "MIDI -> GM device: Don't use General MIDI music" to hear some MIDI music.
MM games are supposed to be enabled by default now: https://downloads.scummvm.org/frs/scumm ... Notes.html
But at least none of the demos are recognized, although they should be 320x200@256? (Zip is also missing symbols file, but that isnearly 1MB compressed, so maybe dropping that is warranted...)
-
- Hardware Guru
- Posts: 4724
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
Re: ScummVM 2.8.0 released
Indeed, I'm not bundling it with the sym files because the question "what's this mysterious huge file" would pop up in 10 seconds. :-)
Does "scummvm.ttp --list-games" shows support for MM games?
Does "scummvm.ttp --list-games" shows support for MM games?
-
- Fuji Shaped Bastard
- Posts: 3999
- Joined: Sun Jul 31, 2011 1:11 pm
Re: ScummVM 2.8.0 released
Yes, it lists all of them now:mikro wrote: Thu Apr 04, 2024 7:02 am Indeed, I'm not bundling it with the sym files because the question "what's this mysterious huge file" would pop up in 10 seconds.
Does "scummvm.ttp --list-games" shows support for MM games?
Code: Select all
mm:mm1 Might and Magic: Book One - Secret of the Inner Sanctum
mm:mm1_enh Might and Magic: Book One - Secret of the Inner Sanctum - Enhanced
mm:cloudsofxeen Might and Magic IV: Clouds of Xeen
mm:darksideofxeen Might and Magic V: Darkside of Xeen
mm:worldofxeen Might and Magic: World of Xeen
mm:swordsofxeen Might and Magic: Swords of Xeen
Or maybe this one of those things that requires long file names, as I'm using just EmuTOS?
-
- Hardware Guru
- Posts: 4724
- Joined: Sat Sep 10, 2005 11:11 am
- Location: Kosice, Slovakia
Re: ScummVM 2.8.0 released
Tried on latest Linux master, it wouldn't recognise the demo as well. So filing under "don't care, not my problem" category. ;)
-
- Atari maniac
- Posts: 86
- Joined: Sun Mar 08, 2009 12:33 pm
Re: ScummVM 2.8.0 released
I just tried Eye of the Beholder in Hatari (Falcon emulation with TT ram enabled) and it worked. Sound is terrible choppy, but without it the game works nicely. The only thing, what's wrong are numpad keys (rotation left and right doesn't work right).