English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 17 February 2010, 21:41   #41
frank_b
Registered User
 
Join Date: Jun 2008
Location: Boston USA
Posts: 466
Quote:
Originally Posted by athiga View Post
also staying on topic the st had more games in the early days because
it was less complex to code on 'with out all the custom chips .i never coded
on the st but thats the impression i got. as for its looks' ive seen better
paving slabs. and the thought of it sounding like a speccy didnt apeal to me
at all
alot of st ports didnt add any hardware improvements
such as gold runner ect

good for to you if you like them am not anti atari but lean far to amiga
Both fantastic machines and I've coded on both. Different mindset. ST is 68k only.

Pushing the base ST is actually pretty complex as it lacks hw scrolling, blitter etc.

There is some *really* technical stuff out there on the ST. 50 hz overscan, 8 way scrolling mapper with a 4 channel module playing on the Dark side of the spoon demo for instance.

That all requires beam synchronous code, fiddling with the sync mode register at exact places on the screen to open borders and setting the low byte of the screen address.

The Amiga isn't that complex to be honest. Coming from the ST you can pick it up pretty fast but the ST would be easier to learn as a beginner. The Amiga is a lovely machine at the chip and OS level. It's a work of art but a600 and A1k aside I don't rate the aesthetics of the case design. IMHO it lets the machine down. Each to their own.
frank_b is offline  
Old 17 February 2010, 23:12   #42
_ThEcRoW
Amiga NetRunner
 
_ThEcRoW's Avatar
 
Join Date: Apr 2005
Location: Spain
Age: 45
Posts: 941
Amiga 500!!!. By the way, i think that ataris are cool too
_ThEcRoW is offline  
Old 18 February 2010, 01:17   #43
athiga
aka bigfoot catnap
 
athiga's Avatar
 
Join Date: Feb 2010
Location: e port/uk
Posts: 101
Happy

yes i understand atarians getin there machines to do tricks that the hardware lacks part of the chalange
i was refering to very first days of a500 when people were still tryin to figure out how to use custom chips and atari games were 8 bit style as was alot of amiga games
i was in awe of my amiga a500 1.2 and often looked over to the atari
guys to see them the same wachin some smooth scrolling being wowed

i can understand what the big fuss about shodow of the beast on amiga
was as certain titles pushed the hardware and made you look

not a good game just showed off the pre release spread like fire

i still love the old doc demo with the demons

im not that familiar with st but can imagine you also having simlar
memorys of seing somthin push the atari hardware beyond what you
thought posible and thats were the relationship is

like i think the zx81 is cool because it had mazogs and 3d monster maze lol

i think ive waffled long enough now!

cool !

Last edited by athiga; 18 February 2010 at 01:29.
athiga is offline  
Old 02 March 2010, 18:25   #44
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,602
Quote:
Originally Posted by frank_b View Post
Pushing the base ST is actually pretty complex as it lacks hw scrolling, blitter etc.


The Amiga isn't that complex to be honest.
The Amiga pretty much has the most ambitious chipset ever made in a home computer. If you mean that an 8-way 'mapper' and music playing at the same time to boot(!) isn't complex to do on a base Amiga, well I couldn't agree more...?

And certainly you have to write complex code to make the ST do things it wasn't designed to do, like games with stuff moving around.

As a result, many ST coders learned more 68000 tricks and wrote tighter code than most Amiga coders.

But the complexity is then in the software, as you mentioned.

I guess you don't really mean that the Amiga design wasn't complex, certainly not contrasted by the rudimentary 'off-the-shelf' designs of MSX, ST, PC, etc.
Photon is offline  
Old 02 March 2010, 18:38   #45
pmc
gone
 
pmc's Avatar
 
Join Date: Apr 2007
Location: completely gone
Posts: 1,596
Quote:
Originally Posted by frank_b
There is some *really* technical stuff out there on the ST. 50 hz overscan, 8 way scrolling mapper with a 4 channel module playing on the Dark side of the spoon demo for instance.

That all requires beam synchronous code, fiddling with the sync mode register at exact places on the screen to open borders and setting the low byte of the screen address.
When you say this stuff it makes the ST sound like a 16 bit C64 - these are all the types of things required to do certain effects on the C64.

But then I suppose Tramiel did go to Atari after Commodore and from the sounds of it maybe took some engineers with him...
pmc is offline  
Old 03 March 2010, 01:49   #46
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,602
Except the C64 had some extra registers for common game/VDU features, such as scrolling.

I don't know if there's a link, necessarily - most home computers had no raster interrupt or copper to time things. On the MSX, Spectrum, I could go on... any tricks pulled on the VDU was pulled with CPU-cycle-timing calculations or wait loops from HSYNC signal or similar.
Photon is offline  
Old 03 March 2010, 02:57   #47
Djay
95th User
 
Djay's Avatar
 
Join Date: May 2001
Location: Brighton/UK
Age: 48
Posts: 3,120
for me Atari is a T-Shirt an old man wears to try to be cool, but he actually owned a NES ointsfinger

seriously, Atari computer were ok, well the ST was. alright
Djay is offline  
Old 03 March 2010, 08:25   #48
frank_b
Registered User
 
Join Date: Jun 2008
Location: Boston USA
Posts: 466
Quote:
Originally Posted by Photon View Post
The Amiga pretty much has the most ambitious chipset ever made in a home computer. If you mean that an 8-way 'mapper' and music playing at the same time to boot(!) isn't complex to do on a base Amiga, well I couldn't agree more...?

And certainly you have to write complex code to make the ST do things it wasn't designed to do, like games with stuff moving around.

As a result, many ST coders learned more 68000 tricks and wrote tighter code than most Amiga coders.

But the complexity is then in the software, as you mentioned.

I guess you don't really mean that the Amiga design wasn't complex, certainly not contrasted by the rudimentary 'off-the-shelf' designs of MSX, ST, PC, etc.
I'm saying that given the good documentation available (HRM etc) it isn't a hard machine to learn to use. I learned on the ST first then did some coding on the Amiga. An 8 way mapper on the Amiga isn't hard to do.

Something like Enchanted Lands at 50fps on an ST is more impressive given the limitations of the shifter in a standard ST.

The ST has timers which can be used to trigger beam synchronous interrupts, palette split etc. Opening the top/bottom and left borders using timers isn't that tricky. Opening the right hand side involves writing beam sync code. Opening all four borders, playing a four channel mod whilst having a full screen 50fps 8 way mapped scroller... That's impressive for an ST. It's pretty good code.
frank_b is offline  
Old 03 March 2010, 10:57   #49
CameFromDesert
 
Posts: n/a
I compare the ST to Betamax videos - they were probably better but just never caught on. I played on one when I was a nipper and remember thinking that it looked and sounded nice... but the games were pants
 
Old 03 March 2010, 11:35   #50
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by CameFromDesert View Post
I played on one when I was a nipper and remember thinking that it looked and sounded nice... but the games were pants
Show me an ST that sounds "nice" o____O (sorry, could not resist )
StingRay is offline  
Old 03 March 2010, 14:02   #51
Paul_s
Registered User
 
Paul_s's Avatar
 
Join Date: Nov 2006
Location: Amigaville
Age: 46
Posts: 3,334
Even today the Amiga rules
Fack off Core2Duo and Windows 7 you are not needed
The Atari could not come close it was mearly a games console
Amiga fights in the playground flew
Atari boys eating tarmac and heads flushed down the loo
For the Amiga was champion and everybody knew
The Curriculum was taught, Amiga inspired
The war was won, Amiga stands victorious
Paul_s is offline  
Old 03 March 2010, 14:06   #52
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by CameFromDesert View Post
I compare the ST to Betamax videos - they were probably better but just never caught on.
What? Betamax was the (technically) better system, so I take it you say that the ST was the better system too? That blatant ripoff? Bwahahaha! You made my day
TCD is offline  
Old 03 March 2010, 15:42   #53
Photon
Moderator
 
Photon's Avatar
 
Join Date: Nov 2004
Location: Eksjö / Sweden
Posts: 5,602
Hehe, blinked a bit at that simily too. For it to work, the ST would have to have been better than something and still sell way worse. But both Amiga and ST sold in huge numbers, so...
Photon is offline  
Old 03 March 2010, 21:53   #54
frank_b
Registered User
 
Join Date: Jun 2008
Location: Boston USA
Posts: 466
Quote:
Originally Posted by StingRay View Post
Show me an ST that sounds "nice" o____O (sorry, could not resist )
http://moobunny.dreamhosters.com/cgi...rist/124.shtml
Have a listen to some modern ST chip music with SID voice. I like it. Another example of getting way more than the spec from a rather weak sound chip

Frank
frank_b is offline  
Old 04 March 2010, 18:03   #55
CameFromDesert
 
Posts: n/a
Well, I was a nipper at the time, I haven't heard an ST for many years!
 
Old 04 March 2010, 18:11   #56
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by frank_b View Post
http://moobunny.dreamhosters.com/cgi...rist/124.shtml
Have a listen to some modern ST chip music with SID voice. I like it. Another example of getting way more than the spec from a rather weak sound chip

Frank
Well... I think I just shut it as everybody can hear the music
TCD is offline  
Old 05 March 2010, 03:51   #57
ImmortalA1000
Registered User
 
Join Date: Feb 2009
Location: london/england
Posts: 1,347
Quote:
Originally Posted by seuden View Post
Actually, being honest, no, the A***** S* looks shit compared to the Amiga 500/600/1200.
You need glasses, the A500 was the worst looking C= machine ever let alone just Amiga. It looked like a C128 made of ice cream left in the sun...and sprayed a shitty beige brown colour LOL Next you will be saying Amy Winehouse is beautiful and Charlize Theron is a dog Let's face it design was the original ST (not STE/STFM) casing pissed on the A500 casing design from a great height...no...from orbit The only problem the original ST had was the circuit board inside it!

The most stunning Amigas were A1000 and A3000, A600 and A1200 were OK too, A4000 and A2000 bland beyond belief but at least they were well built and had great keyboards.

Last edited by ImmortalA1000; 05 March 2010 at 03:52. Reason: typo correction
ImmortalA1000 is offline  
Old 05 March 2010, 12:28   #58
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 31,518
Quote:
Originally Posted by ImmortalA1000 View Post
You need glasses, the A500 was the worst looking C= machine ever let alone just Amiga. It looked like a C128 made of ice cream left in the sun...and sprayed a shitty beige brown colour LOL Next you will be saying Amy Winehouse is beautiful and Charlize Theron is a dog Let's face it design was the original ST (not STE/STFM) casing pissed on the A500 casing design from a great height...no...from orbit
Right... because it was grey and had angular F keys... seriously, the question who needs glasses here is quite obviously answered
TCD is offline  
Old 05 March 2010, 12:31   #59
killergorilla
Lesser Talent
 
killergorilla's Avatar
 
Join Date: Jan 2003
Location: UK
Age: 42
Posts: 7,957
Slanted F keys are bloody hideous. A500 looks a dated now but nowhere near as bad as the ST
killergorilla is offline  
Old 05 March 2010, 12:38   #60
seuden
uber cool demi god
 
seuden's Avatar
 
Join Date: Jun 2006
Location: Kent/England
Posts: 2,073
Quote:
Originally Posted by ImmortalA1000 View Post
You need glasses, the A500 was the worst looking C= machine ever let alone just Amiga. It looked like a C128 made of ice cream left in the sun...and sprayed a shitty beige brown colour LOL Next you will be saying Amy Winehouse is beautiful and Charlize Theron is a dog Let's face it design was the original ST (not STE/STFM) casing pissed on the A500 casing design from a great height...no...from orbit The only problem the original ST had was the circuit board inside it!

The most stunning Amigas were A1000 and A3000, A600 and A1200 were OK too, A4000 and A2000 bland beyond belief but at least they were well built and had great keyboards.
I can't possibly reply to that post, I'm laughing too much.
seuden is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why do you hate Cloanto so much? AmigaBoingBall Amiga scene 108 30 March 2010 19:01
Why do I hate everything? Freakyweakywoo Nostalgia & memories 104 24 September 2009 13:19
I think I hate IDEfix97 Dave_wb support.Hardware 9 17 July 2009 19:10
Atari Legend. Finally an Atari ST database similar to HOL! Fred the Fop Retrogaming General Discussion 23 04 December 2004 06:46
EBAY Amiga / Atari ST / Atari 2600 stuff Eggsplosion MarketPlace 0 09 October 2004 21:01

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:07.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09933 seconds with 13 queries