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.

Panic

All about ST/STE demos

Moderators: lotek_style, Moderator Team

User avatar
ljbk
Atari Super Hero
Atari Super Hero
Posts: 514
Joined: Thu Feb 19, 2004 4:37 pm
Location: Estoril, Portugal

Panic

Post by ljbk »

Hi !

Here is the promised 1Mb version of the limited unlimited sprites technic.
As promised, it features fullscreen, playfield and digisound as well as some balls.

If you use an emulator to view the demo screen, use SainT >= 1.80: the sound quality is much better.

This should work on any ST at 8MHz and with 1Mb.
As i had to use really almost 1Mb, there is no exit to TOS.

Enjoy and have fun :wink: ,
Paulo.
[ProToS]
Moderator
Moderator
Posts: 2242
Joined: Fri Sep 20, 2002 2:09 am
Location: Lourdes / France

Post by [ProToS] »

nice work :D
SeeU
[ProToS]/Facebook
megar
Atari maniac
Atari maniac
Posts: 85
Joined: Mon Nov 22, 2004 8:33 am
Location: East of France

waw

Post by megar »

Thank you ! Great screen !
User avatar
Brume
Red eyes
Red eyes
Posts: 4276
Joined: Mon Apr 22, 2002 10:16 am
Location: France

Post by Brume »

Very good, Paulo!
Thanks for this screen 8)
Brume.
Looking for a CosmosEx unit for Falcon...
User avatar
tobe
Atari God
Atari God
Posts: 1459
Joined: Sat Jan 24, 2004 10:06 am
Location: Lyon, France

Post by tobe »

I love fullscreen !
step 1: introduce bug, step 2: fix bug, step 3: goto step 1.
User avatar
leonard
Moderator
Moderator
Posts: 683
Joined: Thu May 23, 2002 10:48 pm

Post by leonard »

Hi paulo !

that screen simply *rocks* !!!! I like technical code !

Well, what about your next soundtrack player ? I know you're preparing the *fastest* module player ever made on STF machine !

cheers,
Leonard/OXYGENE.
simonsunnyboy
Forum Administrator
Forum Administrator
Posts: 5836
Joined: Wed Oct 23, 2002 4:36 pm
Location: Friedrichshafen, Germany

Post by simonsunnyboy »

Looks nice - I'm looking forward to check it on my STFM as neither Hatari nor STEEM seem to run it properly.
Esp. the 8 channel digi on plain ST is a cool feature - I like that!
Simon Sunnyboy/Paradize - http://paradize.atari.org/

Stay cool, stay Atari!

1x2600jr, 1x1040STFm, 1x1040STE 4MB+TOS2.06+SatanDisk, 1xF030 14MB+FPU+NetUS-Bee
User avatar
Brume
Red eyes
Red eyes
Posts: 4276
Joined: Mon Apr 22, 2002 10:16 am
Location: France

Post by Brume »

Also isn't Gunstick working on a 8 channel mod demo, too? What kind of screen effects does it contain?
Looking for a CosmosEx unit for Falcon...
User avatar
leonard
Moderator
Moderator
Posts: 683
Joined: Thu May 23, 2002 10:48 pm

Post by leonard »

Hey sunnyboy, are you aware there is an ATARI emulator called SainT wich run perfectly the Paulo demos ? LOL

Add to this SainT actually features the best digi-sound ever seen on any emulators :-)
Leonard/OXYGENE.
User avatar
Mug UK
Administrator
Administrator
Posts: 12310
Joined: Thu Apr 29, 2004 7:16 pm
Location: Stockport (UK)

Post by Mug UK »

But Sunnyboy is a Linux-fiend so he can't use SAINT (at least that's what I'm guessing judging by other posts he's made here).
Main site: www.mug-uk.co.uk - digging up bits from my past: Atari ST, ZX Spectrum, Sega 8-bit (game hacks) and NDS (ripping guides). I host a C64 Radio Show for a mate, Max Hall via www.chipsidshow.co.uk

I develop a free Word (for Windows) add-in for Word 2007 upwards. A toolbox that will allow power Word users to fix document errors. You can find it at: mikestoolbox.co.uk
User avatar
ljbk
Atari Super Hero
Atari Super Hero
Posts: 514
Joined: Thu Feb 19, 2004 4:37 pm
Location: Estoril, Portugal

Post by ljbk »

Thanks for the nice comments :) !

Now, here are some infos for the tech guys:

About the mixer:
- the core digisound mixer was written in 1991/92 and can handle any number of voices up to 16 with independent frequency and volume
- it was part of a larger project called Hextracker that i intend to release someday in the future (may be for the 20 years of the ST :D ) after i update the MOD control with some missing Protracker 2.x commands (not known to me in 1991/92)
- an upgrade of the 40KHz player is currently under work again to add those missing Protracker 2.x commands and to push the mixer strategy to the max for a 100% CPU player

About this screen:
- the mixer is limited to 8 voices and takes 70% of the CPU
- the PSG is updated every 512 cycles (= 1 scan line)
- the "Playfield" takes around 15% of the CPU
- Fullscreen handling takes almost 9% of the CPU
- the sprite(s) take(s) around 6% of the CPU
- I have very very few cycles left :lol: and a very small amount of memory left :lol: !


Don't ask me about dates for the next releases.
ST coding is about fun.
So as long as i have ideas, time and fun, i will do some coding.
Otherwise, i stop.
So there are no deadlines and so no dates for the releases.

Have fun :wink: ,
Paulo.

PS: yesterday i checked the screen under Steem 3.2 and i saw that sometimes the top border flickers :x and then stops from being removed :evil: . This is very strange because the screen was developed using the very nice hard disk feature from Steem (working on an a ST without an ST ! :) ) but with version 3.1 (i did not make the upgrade yet).
So i checked with the other version 2.61, and it also works.
Of course the screen also works on my real ST and with SainT.
So something has changed regarding top border removal timings, clock cycle counting or MFP timers with Steem 3.2 ... :?
Gunstick
Captain Atari
Captain Atari
Posts: 304
Joined: Thu Jun 20, 2002 6:49 pm
Location: Luxembourg

Post by Gunstick »

ljbk wrote: PS: yesterday i checked the screen under Steem 3.2 and i saw that sometimes the top border flickers :x and then stops from being removed :evil: . This is very strange because the screen was developed using the very nice hard disk feature from Steem (working on an a ST without an ST ! :) ) but with version 3.1 (i did not make the upgrade yet).
So i checked with the other version 2.61, and it also works.
Of course the screen also works on my real ST and with SainT.
So something has changed regarding top border removal timings, clock cycle counting or MFP timers with Steem 3.2 ... :?
maybe the patch was included which makes the MFP timer-triggered overscan in the upcoming 8-voice ULM screen work.

Just a guess...
Georges
User avatar
Steem Authors
Steem Developer
Steem Developer
Posts: 540
Joined: Tue Apr 30, 2002 10:34 pm
Location: UK

Post by Steem Authors »

No sorry Georges, we still haven't done that one, I promise we'll get round to it soon-ish! :)

Russ
User avatar
ljbk
Atari Super Hero
Atari Super Hero
Posts: 514
Joined: Thu Feb 19, 2004 4:37 pm
Location: Estoril, Portugal

Post by ljbk »

Hello all,

1 byte changed and it works fine with Steem 3.2 and still works with Steem 3.1 and 2.61 as well as with SainT 1.8x and with my real ST.
I hope that this version works also on other real STs and STEs.

There are problems with the upload, so i can not provide the new file.
When it is possible again, i will upload it.

Have fun,
Paulo.
Nev (Orbital Software)
Obsessive compulsive Atari behavior
Obsessive compulsive Atari behavior
Posts: 128
Joined: Thu Nov 25, 2004 8:50 pm
Location: Basingstoke (ex Birmingham)

Post by Nev (Orbital Software) »

Just tried the screen on my genuine STE (TOS 1.62, 4MB Ram) and it sort of works!!!

The fullscreen comes on, but looks all jumbled up. The track plays okay, then after about 30 seconds the top and bottom borders dissapear, then the screen flickers badly(while still moving the background & sprites) and the music slows down badly!!!

:-(

Runs fine on Steem though, but it's not the same as on a real Atari.

Just thought i'd run the bug report past you. Looks like a brilliant screen though.

:D

Peace...
-=0rB17@l 50f7w@R3=-
User avatar
Brume
Red eyes
Red eyes
Posts: 4276
Joined: Mon Apr 22, 2002 10:16 am
Location: France

Post by Brume »

New version is available on Atari Legend ;)
Thanks to Paulo for the upload.
Take care,
Brume.
Looking for a CosmosEx unit for Falcon...
Nev (Orbital Software)
Obsessive compulsive Atari behavior
Obsessive compulsive Atari behavior
Posts: 128
Joined: Thu Nov 25, 2004 8:50 pm
Location: Basingstoke (ex Birmingham)

Post by Nev (Orbital Software) »

Brume wrote:New version is available on Atari Legend ;)
Thanks to Paulo for the upload.
Take care,
Brume.
Thanks mate, just got it. And thanks to Paulo for one hell of an impressive screen.

:D

Peace...
-=0rB17@l 50f7w@R3=-

Return to “Demos - General”