English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 18 June 2021, 16:06   #81
AF2013
Registered User
 
Join Date: Apr 2013
Location: .
Posts: 261
Is Amiga Hard to Program? I have to say yes but it depend what you making.
AF2013 is offline  
Old 18 June 2021, 17:06   #82
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,537
Quote:
Originally Posted by mcgeezer View Post
Let's say you want to do a full screen horizontal scrolling game on the Amiga and on the ST at 50hz.... (a pretty standard thing for games to do).

Which platform do you think that can be achieved on the easiest?
Ok, I see what you mean. Is calculating pre-shifted tiles more difficult than writing to hardware registers? Don't know. I'm no ST expert.
Is it even possible to reach 50fps on the ST? Maybe there are really complex tricks to achieve that...?

I guess you can always find a specific example to prove one or the other. For example you can imagine something which the Amiga can do easily, but requires a lot of effort on the C64. Then the C64 is harder to program?
phx is offline  
Old 18 June 2021, 17:25   #83
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,588
I miss a 'programming amiga for dummies' book where basics of Assembly and C programming are explained - yup am one of those that still read paper books
saimon69 is offline  
Old 18 June 2021, 17:37   #84
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Quote:
Originally Posted by phx View Post
Ok, I see what you mean. Is calculating pre-shifted tiles more difficult than writing to hardware registers? Don't know. I'm no ST expert.
Come on buddy, are you being serious? One is a hell of alot more involved than the other.... writing to hardware registers is usually one instruction.


Quote:
Originally Posted by phx View Post
Is it even possible to reach 50fps on the ST? Maybe there are really complex tricks to achieve that...?
A few games did it, Steve Bak was pretty good at doing it but the techniques usually all involved pre-shifting. Enchanted Land is different as in the history of the ST demo scene a technique called Sync scrolling was found which enables the machine to scroll horizontally in steps of 4 pixels (it may be 2).... the coders of The Care Bears group used this in Enchanted Land.


Quote:
Originally Posted by phx View Post
I guess you can always find a specific example to prove one or the other. For example you can imagine something which the Amiga can do easily, but requires a lot of effort on the C64. Then the C64 is harder to program?
On the subject of the ST I don't think specific examples can be used, the Amiga beats it in every department. Cookie cutting on the Amiga is simple because you can use the Blitter to do it, on the ST you need to use the CPU to do all of that. Say you want to change colour regs on the vertical beam positions? Amiga has the COPPER, on the ST it's a pain in the neck and you gotta use what can be akin to a CIA timer to do it (MFP I think the chip was called).

The only thing the ST has going for it over an Amiga is the slightly faster CPU and maybe... the sound chip, and I say that only because you can make tunes in much less memory.
mcgeezer is offline  
Old 27 June 2021, 09:23   #85
AmigaHope
Registered User
 
Join Date: Sep 2006
Location: New Sandusky
Posts: 944
Quote:
Originally Posted by mcgeezer View Post
The only thing the ST has going for it over an Amiga is the slightly faster CPU and maybe... the sound chip, and I say that only because you can make tunes in much less memory.
I know I'm stretching but... high res monochrome games that don't flicker (at least not until ECS). Not much used it but some stuff like a good Asteroids port, and of course it was great for text adventures. Potentially could have been great for ports of native monochrome Mac games but that didn't happen much.

Roland MT-32 support in games. While you could easily add MIDI to the Amiga with a simple adapter made with a few bucks worth of passive components, having it built into the ST meant there were a few extra games that supported it. (On Amiga it was pretty much just the Sierra ports)
AmigaHope is offline  
Old 27 June 2021, 10:06   #86
Bruce Abbott
Registered User
 
Bruce Abbott's Avatar
 
Join Date: Mar 2018
Location: Hastings, New Zealand
Posts: 2,708
Quote:
Originally Posted by AmigaHope View Post
I know I'm stretching but... high res monochrome games that don't flicker...

Roland MT-32 support in games.
Two things that need expensive extra hardware. OK if you already have it, but otherwise...

On the down side - no multitasking. We are so used to it now that we may have forgotten how frustrating it was creating and debugging code in a non-multitasking environment. The Amiga does it even better because you can open a custom screen and flip between it and your editor and debugger etc., or drag it down to see a bit of each. And unlike a modern PC you can get away with hitting the hardware direct for a lot of stuff while the OS is still up.
Bruce Abbott is offline  
Old 27 June 2021, 19:50   #87
coder76
Registered User
 
Join Date: Dec 2016
Location: Finland
Posts: 168
Using most of the Amiga features is not that hard, as there are a lot of examples around. And you can program the Amiga like it was an Atari ST (no blitter, no copper, no sprites, no hardware scroll, no dual playfield usage), but then you get your slow and poor looking games, like on Atari ST. This was actually done by some programmers, who made some cheap game ports from Atari ST to Amiga. The Amiga hardware is surely not meant to make the programming harder, but to give more performance.

The C64 is a simple machine, but its 8-bit CPU is really awkward and slow to make more complicated programs with. Since the CPU of the C64 is so slow and it doesnt have a blitter, you can mostly only use sprites, or use sequences of prerendered tile graphics to get animation and movement on screen at 50 FPS.
coder76 is offline  
Old 28 June 2021, 16:21   #88
gimbal
cheeky scoundrel
 
gimbal's Avatar
 
Join Date: Nov 2004
Location: Spijkenisse/Netherlands
Age: 42
Posts: 6,962
Quote:
Originally Posted by AF2013 View Post
Is Amiga Hard to Program? I have to say yes but it depend what you making.
And also who does the making, I certainly wouldn't get much of anywhere I like min/maxing in games but in programming I very much enjoy having oodles of resources available to me, all wrapped in a nice tidy pile of abstraction layers.

Respect to the people who did it back in the day, even more respect to the people who still do it today.
gimbal 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
External windows program communicating with program running inside WinUAE xxxxx support.WinUAE 10 19 February 2013 09:27
For a beginner what Program and Program language would you recommend? amigang New to Emulation or Amiga scene 5 27 March 2012 13:06
Label Program for Amiga moxavius support.Apps 2 18 February 2012 13:59
program to reboot the amiga jotd request.Apps 11 30 November 2006 12:47
Calling another program from a compiled Amos program...? andyr support.Apps 3 24 October 2004 23:47

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 19:01.

Top

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