F22.0 for Falcon 060

All about demos on the Falcon, TT & clones

Moderators: Mug UK, moondog/.tSCc., lp, [ProToS], Moderator Team

Post Reply
maciekm
Atarian
Atarian
Posts: 6
Joined: Mon Mar 25, 2013 12:13 pm

F22.0 for Falcon 060

Post by maciekm »

Hi,
Our new demo for Falcon 060 is available here: http://www.pouet.net/prod.php?which=78717

Enjoy:)
Maciej (MKM/Lamers)
MKM/Lamers
marss
Captain Atari
Captain Atari
Posts: 298
Joined: Thu Nov 07, 2002 12:29 pm

Re: F22.0 for Falcon 060

Post by marss »

Excellent demo
User avatar
dhedberg
Atari God
Atari God
Posts: 1363
Joined: Mon Aug 30, 2010 8:36 am
Contact:

Re: F22.0 for Falcon 060

Post by dhedberg »

How fun with more Falcon demos! Even though I don't own a 060 accelerator I sure enjoyed watching the capture of this demo! Impressive work! Polished! Keep it up!
Daniel, New Beat - http://newbeat.atari.org.
Like demos? Have a look at our new Falcon030 demo It's that time of the year again, or click here to feel the JOY.
User avatar
Cyprian
10 GOTO 10
10 GOTO 10
Posts: 2775
Joined: Fri Oct 04, 2002 11:23 am
Location: Warsaw, Poland

Re: F22.0 for Falcon 060

Post by Cyprian »

great job Maciej
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
Hatari / Steem SSE / Aranym / Saint
http://260ste.atari.org
maciekm
Atarian
Atarian
Posts: 6
Joined: Mon Mar 25, 2013 12:13 pm

Own for Falcon 060

Post by maciekm »

Few years later after F22.0 a small demo for 060 released again: http://www.pouet.net/prod.php?which=93012 - this time on my "own"... code, gfx and music (including guitar and bass playing etc). Hope you enjoy it;)

Maciej MKM/Lamers
MKM/Lamers
User avatar
mpattonm
Hardware Guru
Hardware Guru
Posts: 767
Joined: Mon Oct 21, 2002 8:52 am
Location: Czech republic
Contact:

Re: F22.0 for Falcon 060

Post by mpattonm »

Thank you sir. It was pleasure watching it.
User avatar
Eero Tamminen
Fuji Shaped Bastard
Fuji Shaped Bastard
Posts: 3018
Joined: Sun Jul 31, 2011 1:11 pm

Re: F22.0 for Falcon 060

Post by Eero Tamminen »

"Own" works fine with EmuTOS v1.2.1 in Hatari, after adding FPSP060 to AUTO folder, using:

Code: Select all

hatari --memsize 8 --machine falcon --cpulevel 6 --fpu internal  ./demo.prg
With that, it outputs at end:

Code: Select all

Scene [0], FPS=10.361446 
Scene [1], FPS=6.144578 
Scene [2], FPS=4.996669 
Scene [3], FPS=3.840000 
Scene [4], FPS=11.137725
After doubling Falcon CPU clock to 32Mhz, and disabling CPU cache & DSP emulation (music requires DSP) with:

Code: Select all

--cpuclock 32 --cpu-exact off --dsp off
It outputs:

Code: Select all

Scene [0], FPS=41.561562 
Scene [1], FPS=22.965932 
Scene [2], FPS=20.280000 
Scene [3], FPS=15.662651 
Scene [4], FPS=45.628743
(Because demo does not run fast enough in 32Mhz, music sounds pretty bad, so disabling DSP/sound completely for extra fast-forwarding speed is IMHO fine.)
maciekm
Atarian
Atarian
Posts: 6
Joined: Mon Mar 25, 2013 12:13 pm

Re: F22.0 for Falcon 060

Post by maciekm »

Wow Eero, thats good news! Fps numbers seem to be similar to real hardware with trick you provided. It will be helpfull for future developements. Thank you for testing it.
MKM/Lamers
User avatar
Eero Tamminen
Fuji Shaped Bastard
Fuji Shaped Bastard
Posts: 3018
Joined: Sun Jul 31, 2011 1:11 pm

Re: F22.0 for Falcon 060

Post by Eero Tamminen »

maciekm wrote: Fri Dec 16, 2022 1:15 pm Wow Eero, thats good news! Fps numbers seem to be similar to real hardware with trick you provided. It will be helpfull for future developements. Thank you for testing it.
Yes, being able to use Hatari profiler should help demo optimization. :-)

Here's list of all the 060 demos tested with Hatari + their status: https://hatari.tuxfamily.org/doc/compat ... lcon_demos
vicomte
Atari freak
Atari freak
Posts: 53
Joined: Sun Nov 22, 2020 1:06 pm

Re: F22.0 for Falcon 060

Post by vicomte »

Very nice demo, guitar and bass you recorded it how? on Cubase Audio? :D
maciekm
Atarian
Atarian
Posts: 6
Joined: Mon Mar 25, 2013 12:13 pm

Re: F22.0 for Falcon 060

Post by maciekm »

Not cubase, using reaper.fm, audio interface and biasfx2 vst, powerdrumkit for drums programming - fun:)
MKM/Lamers
Rustynutt
Atari God
Atari God
Posts: 1799
Joined: Wed Mar 21, 2012 7:38 am
Location: Oregon

Re: F22.0 for Falcon 060

Post by Rustynutt »

Eero Tamminen wrote: Tue Dec 13, 2022 5:41 pm "Own" works fine with EmuTOS v1.2.1 in Hatari, after adding FPSP060 to AUTO folder,
Looked around for the FPSP060 binary, only saw Thorsten's source.
One available to download?
Thanks!
User avatar
Eero Tamminen
Fuji Shaped Bastard
Fuji Shaped Bastard
Posts: 3018
Joined: Sun Jul 31, 2011 1:11 pm

Re: F22.0 for Falcon 060

Post by Eero Tamminen »

Rustynutt wrote: Mon Mar 06, 2023 11:59 pm Looked around for the FPSP060 binary, only saw Thorsten's source.
One available to download?
I'm pretty sure I got it from: https://tho-otto.de/download/fpsp.zip
Rustynutt
Atari God
Atari God
Posts: 1799
Joined: Wed Mar 21, 2012 7:38 am
Location: Oregon

Re: F22.0 for Falcon 060

Post by Rustynutt »

Eero Tamminen wrote: Tue Mar 07, 2023 1:31 am
Rustynutt wrote: Mon Mar 06, 2023 11:59 pm Looked around for the FPSP060 binary, only saw Thorsten's source.
One available to download?
I'm pretty sure I got it from: https://tho-otto.de/download/fpsp.zip
Ahh, thanks. Was looking on Git :)
Post Reply

Return to “Demos”