English Amiga Board


Go Back   English Amiga Board > Main > Nostalgia & memories

 
 
Thread Tools
Old 18 August 2018, 20:00   #1881
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Quote:
Originally Posted by Marle View Post
I have a question, AGA sprites.

I understand OCS/ECS sprites well enough but not very clear on some of the AGA stuff.

So I know you can have 16x16, 32x32 and 64x64 sprites with AGA, but does that mean all 8 of them have to be the same size, can you mix and match, or is it two sizes on screen at a time e.g. like the SNES which can have 16x16 and 32x32 on screen, but not 16x16, 32x32 and 8x8?

Do the larger sprites occupy 1 or more sprite channels?

Colour wise, do they work like OCS/ECS sprites, 4 colours by default, 16 if attached? Or can they have more colours? I am aware you can shift the colour register offset where sprites take their colours away from col reg 16.
Sprites (all chipsets) don't have any height limits, they can be from 1 pixel to as tall as screen.

All sprites use same size (global size select bits in FMODE) horizontally. Nothing prevents you to change size with the copper but you won't gain anything useful because sprite width does not affect DMA usage.

16 pixel wide = uses normal 16-bit DMA cycles (1x bandwidth). 32 pixel = AGA-only 32-bit wide bus cycles (2x bandwidth). 64 pixel = double 32-bit bus cycles (4x bandwidth). (Annoyingly only bitplanes and sprites support 2x/4x bandwidth)

Attachment works identically. Odd and even sprites have separate color "bank" selection (0=colors 0 to 15, 1 = colors 16 to 31, 2 = colors 32 to 47 and so on.. OCS/ECS is hardwired to "bank" 1)

AGA sprites also have global resolution setting, independent of bitplane resolution.
Toni Wilen is offline  
Old 18 August 2018, 21:52   #1882
NorthWay
Registered User
 
Join Date: May 2013
Location: Grimstad / Norway
Posts: 839
Quote:
Originally Posted by Marle View Post
I have a question, AGA sprites.
They are exactly like OCS sprites apart from being 16, 32 or 64 pixels wide. The setting is for _all_ the sprites at the same time.

What changed with AGA was that you could select fetch mode to be 16 or 32 bits wide, and do one or two back-to-back fetches in the old 280ns timeslot that OCS dictates.

This reflects itself in sprites being 16, 32 or 64 pixels wide. You attach them like with OCS, and they have exactly as many colours as with OCS. Just wider.
There is an oddity in that the control words will now also have to be the same size, so you need to pad out with zeros - I don't know if anyone has checked to see if the pad data has any effect.

What is not so nice is that the display fetch hw was not made as flexible with AGA so if you are sideways scrolling it can eat 4(?) of your hw sprites when using the new fetchmodes for the display itself.
There are also no new SPRxDAT registers so you can only manually display them as the old 16 pixels wide.

Last edited by NorthWay; 18 August 2018 at 21:53. Reason: space
NorthWay is offline  
Old 18 August 2018, 22:08   #1883
Marle
Pixel Vixen
 
Join Date: Feb 2018
Location: Mie, Japan
Posts: 219
Thanks Guys this is super helpful or rather really interesting. Yes sorry forgot Amiga sprites can be any height, had my NES/SNES head on.

It does seem AGA in terms of sprites was really quite hamstrung but sadly I always felt the Amiga's sprite capability was a weak point. Especially once the PC Engine (ok that's borderline once you reuse sprites on the Amiga), Mega Drive and heaven forbid the X68000 and NeoGeo rocked up.
Marle is offline  
Old 18 August 2018, 23:19   #1884
mcgeezer
Registered User
 
Join Date: Oct 2017
Location: Sunderland, England
Posts: 2,702
Quote:
Originally Posted by Marle View Post
Thanks Guys this is super helpful or rather really interesting. Yes sorry forgot Amiga sprites can be any height, had my NES/SNES head on.

It does seem AGA in terms of sprites was really quite hamstrung but sadly I always felt the Amiga's sprite capability was a weak point. Especially once the PC Engine (ok that's borderline once you reuse sprites on the Amiga), Mega Drive and heaven forbid the X68000 and NeoGeo rocked up.
Believe me, they're a pain in the arse!
mcgeezer is offline  
Old 19 August 2018, 00:46   #1885
Leffmann
 
Join Date: Jul 2008
Location: Sweden
Posts: 2,269
Quote:
Originally Posted by NorthWay View Post
What is not so nice is that the display fetch hw was not made as flexible with AGA so if you are sideways scrolling it can eat 4(?) of your hw sprites when using the new fetchmodes for the display itself.
I wish! If you use 64-bit bitplane fetch and want HW scrolling for a standard 320 pixel wide screen then you lose all but sprite 0.

AGA was rushed, and a missed opportunity.
Leffmann is offline  
Old 19 August 2018, 01:05   #1886
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
Quote:
Originally Posted by NorthWay View Post
They are exactly like OCS sprites apart from being 16, 32 or 64 pixels wide. The setting is for _all_ the sprites at the same time.
There are a couple of other changes too, as Toni pointed out. The palettes can be altered to point at different banks of 16 colours for odd and even channels, meaning that all 8 sprites can use different colours if you wanted, instead of all being stuck using pens 17-31. There's also subpixel positioning to go with the subpixel scrolling of the display.

As for setting different widths, there's no need as pointed out. You can simply use 16 pixel wide data in a 32- or 64-pixel-wide sprite channel with no performance penalty, leaving the rest of the sprite blank (colour 0). Once the handle is set appropriately, it will behave no differently from an ECS sprite.
Daedalus is offline  
Old 19 August 2018, 02:23   #1887
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Quote:
Originally Posted by Leffmann View Post
I wish! If you use 64-bit bitplane fetch and want HW scrolling for a standard 320 pixel wide screen then you lose all but sprite 0.
Both horizontal and vertical scrolling?
idrougge is offline  
Old 19 August 2018, 03:57   #1888
turrican3
Moon 1969 = amiga 1985
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 48
Posts: 3,913
Quote:
Originally Posted by Daedalus View Post
Yeah, if you're using a CD32 emulator, CDDA should just work provided the standard CD32 access methods are followed. Streaming CDDA from hard drive is doable, but it would surprise you to know just how much of the computer's time that takes up on, say, a standard A1200. One minute of music takes around 10MB, so preloading will be tricky too unless you've a lot of RAM, and transferring that much data could take 10 seconds every minute. So it's not really an option except on much more powerful machines.
Yes it can't be done on a vanilla amiga 1200 but perhaps with a 030/50 mhz, what i mean : it's even if the 1st step isn't perfect it could lead to a better solution if coders see people using it and enjoy it. But the best way is surely to use whdload with interrupts to lauch a cdda between each stages.It could be set by a list in the drawer and perhaps with all indications needed to know the exact audio device to use and if not present , don't do anything.Making interupts to launch a cdda command shouldn't be so long and don't foget it will happen more of the time during stages switch a little interrrupt during this time is not so disturbing, you won't be in the middle of the satge. I know they are working on it and surely in the most clean way possible but it's too bad that they didn't discuss about there progress about it. But i can understand why they don't speak about it... some times peoples posts can be imprevisible and discouraging, i really hope they will succeed, i can just cross my fingers.
ps whdload team if you need help to test cdda functions, ask me if i can help... It will be a pleasure.
turrican3 is offline  
Old 19 August 2018, 21:21   #1889
Vot
Registered User
 
Join Date: Aug 2012
Location: Australia
Posts: 651
Amiga questions you've always been too embarrassed to ask

Quote:
Originally Posted by turrican3 View Post
Yes it can't be done on a vanilla amiga 1200 but perhaps with a 030/50 mhz, what i mean : it's even if the 1st step isn't perfect it could lead to a better solution if coders see people using it and enjoy it. But the best way is surely to use whdload with interrupts to lauch a cdda between each stages.It could be set by a list in the drawer and perhaps with all indications needed to know the exact audio device to use and if not present , don't do anything.Making interupts to launch a cdda command shouldn't be so long and don't foget it will happen more of the time during stages switch a little interrrupt during this time is not so disturbing, you won't be in the middle of the satge. I know they are working on it and surely in the most clean way possible but it's too bad that they didn't discuss about there progress about it. But i can understand why they don't speak about it... some times peoples posts can be imprevisible and discouraging, i really hope they will succeed, i can just cross my fingers.
ps whdload team if you need help to test cdda functions, ask me if i can help... It will be a pleasure.


Oh lord you again with the same question. Playing cd and game sound On a 1200 isn’t trivial.

Cd32 games send commands to AIKIKO to play the cd audio.
The cd player plays it and mixes it via analog after paula for the final audio output.

There is no easy way to intercept these commands because every game doesn’t necessarily use the proper cd.device (which is where you could easily intercept the calls if they all used the system device) some bang akiko directly. You would need to modify, patch each cd32 whdload game.


Just say you were able to intercept the calls.. the next problem is you need enough dma,cpu time etc to read the data from the hdd for the cd audio... just say that is even possible (which for a number of games it may not be) then how do you play it..

The games expect to use all the audio channels. The only way to mix the audio would be to rewrite the hardware audio routines to a software mixer that then played it via paula or ahi. Do you understand that requires a lot of cpu time and completely rewriting the audio engine of each individual game?

In short its just not feasible...




Sent from my iPad using Tapatalk

Last edited by Vot; 20 August 2018 at 00:55.
Vot is offline  
Old 19 August 2018, 21:55   #1890
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,161
what is doable (with some work!) is to add CD music on games with music OR sfx on a real CD32. On standard amiga, no way.

You cannot compare Amiga to a modern PC which is a CPU beast. Try to run Pacman on MAME on a 68060 you'll see how it crawls. On a PC it takes a few % CPU, it takes a few CPU to mix a lot of channels & resample them too. Not the same approach.

BTW it's AKIKO not AIKIKO
jotd is offline  
Old 19 August 2018, 22:40   #1891
Vot
Registered User
 
Join Date: Aug 2012
Location: Australia
Posts: 651
Amiga questions you've always been too embarrassed to ask

Quote:
Originally Posted by jotd View Post
BTW it's AKIKO not AIKIKO


Ah #$&% thats what i get for writing replies at 5am..


Sent from my iPad using Tapatalk
Vot is offline  
Old 20 August 2018, 12:29   #1892
roondar
Registered User
 
Join Date: Jul 2015
Location: The Netherlands
Posts: 3,408
Quote:
Originally Posted by idrougge View Post
Both horizontal and vertical scrolling?
If you don't use horizontal scrolling, a 320x<any> screen should support all sprite channels on AGA, just like on OCS.
roondar is offline  
Old 20 August 2018, 13:00   #1893
seko
Registered User
 
seko's Avatar
 
Join Date: Jun 2018
Location: istanbul * turkey
Posts: 93
Hi

i tested virtual sprite structure. coded ansi c language. i use vbcc for compiler.Result was trouble. i change arrow colors. Other spriters sometimes changed color.Maybe could code more optimise .Or i can use assembly language.




This video


[ Show youtube player ]
seko is offline  
Old 20 August 2018, 20:54   #1894
idrougge
Registered User
 
Join Date: Sep 2007
Location: Stockholm
Posts: 4,332
Quote:
Originally Posted by roondar View Post
If you don't use horizontal scrolling, a 320x<any> screen should support all sprite channels on AGA, just like on OCS.
I was wondering re: Banshee.
idrougge is offline  
Old 21 August 2018, 06:20   #1895
turrican3
Moon 1969 = amiga 1985
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 48
Posts: 3,913
Quote:
Originally Posted by jotd View Post
what is doable (with some work!) is to add CD music on games with music OR sfx on a real CD32. On standard amiga, no way.

You cannot compare Amiga to a modern PC which is a CPU beast. Try to run Pacman on MAME on a 68060 you'll see how it crawls. On a PC it takes a few % CPU, it takes a few CPU to mix a lot of channels & resample them too. Not the same approach.

BTW it's AKIKO not AIKIKO
This what i thought about about add cdda to games for making cd32 enhanced versions. "vot" , thank you for the answer, didn't know that they used akiko for cd player too, i thought it was just used for C2P. A 1200 patch would be cpu hungry for sure. Thanks a lot for your answers.
turrican3 is offline  
Old 24 August 2018, 09:41   #1896
drHirudo
Amiga user
 
drHirudo's Avatar
 
Join Date: Nov 2008
Location: Sofia / Bulgaria
Posts: 455
How does Oxyron Patcher managed to get faster speeds on 68040/68060 Amigas, than the official AmigaOS 68040.library?

If Oxyron Patcher is rewritten with today's assemblers and the better knowledge of 68040/68060 undocumented features/instructions, will it make the old machines perform faster?

Can I lend some bitcoin miner's rack to search for the best optimised 68K code for Oxyron Patcher or 68040.library, so we get the best case scenario for the slow patched instructions or even patch all the previous Amiga 68K software code to perform faster?
drHirudo is offline  
Old 24 August 2018, 13:45   #1897
zipper
Registered User
 
Join Date: Mar 2004
Location: finland
Posts: 1,837
I think MMULib system + MuRedox by Thor is the best patcher. http://aminet.net/util/libs/MMULib.lha http://aminet.net/util/boot/MuRedox.lha .
zipper is offline  
Old 24 August 2018, 19:26   #1898
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Quote:
Originally Posted by zipper View Post
I think MMULib system + MuRedox by Thor is the best patcher. http://aminet.net/util/libs/MMULib.lha http://aminet.net/util/boot/MuRedox.lha .

This is more advanced v46.4 (same library)

http://aminet.net/package/util/libs/MMULib
AMIGASYSTEM is offline  
Old 25 August 2018, 12:55   #1899
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
How does Oxyron Patcher managed to get faster speeds on 68040/68060 Amigas, than the official AmigaOS 68040.library?
Because it uses optimised code for each unsupported instruction that needs to be emulated instead of the "lazy" approach 68040 library uses.

Quote:
If Oxyron Patcher is rewritten with today's assemblers and the better knowledge of 68040/68060 undocumented features/instructions, will it make the old machines perform faster?
Not really, the code is pretty optmised already.
StingRay is offline  
Old 25 August 2018, 22:44   #1900
van_dammesque
Registered User
 
Join Date: Aug 2014
Location: England
Posts: 228
Quote:
Originally Posted by drHirudo View Post
How does Oxyron Patcher managed to get faster speeds on 68040/68060 Amigas, than the official AmigaOS 68040.library?

If Oxyron Patcher is rewritten with today's assemblers and the better knowledge of 68040/68060 undocumented features/instructions, will it make the old machines perform faster?

Can I lend some bitcoin miner's rack to search for the best optimised 68K code for Oxyron Patcher or 68040.library, so we get the best case scenario for the slow patched instructions or even patch all the previous Amiga 68K software code to perform faster?
OK my first question in this thread! I bought this for £6ish? With my Apollo 040 25Mhz in my A1200, my question is what programs/tests showed the patcher working? I ran with and without but didn't notice ANY difference (including running Doom etc...)!
van_dammesque 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
Gamebase Amiga - 2 Questions Fiery Phoenix New to Emulation or Amiga scene 8 13 August 2012 12:31
Amiga CD32 questions pubzombie New to Emulation or Amiga scene 26 24 January 2010 16:27
A few general Amiga questions. Hougham support.Hardware 6 30 April 2008 22:13
Amiga A4000 Questions mfletcher support.Hardware 8 29 April 2008 10:51
Amiga 600 Questions JDunlap support.Hardware 14 20 January 2008 19:13

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 16:09.

Top

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