English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 13 February 2016, 23:56   #201
chaos
Registered User
 
chaos's Avatar
 
Join Date: Mar 2013
Location: Slovenia
Posts: 138
I'm debugging an ECS demo (SushiBoyz by Ghostown) on minimig.

In the part with the face and '3D' light, the demo sets no. of bitplanes = 7, and the HAM bit is enabled in BPLCON0 (BPLCON0 = $7A00).

From what I gathered, this should mean the following:
- Agnus 'thinks' this is a four-bitplane mode
- Denise 'thinks' this is a 6-bitplane mode (EHB)
- since HAM bit is enabled, this overrides EHB mode

So this is a HAM mode with 6 bitplanes, but Agnus only does fetches for 4, is my thinking correct?
chaos is offline  
Old 14 February 2016, 09:11   #202
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Quote:
Originally Posted by chaos View Post
I'm debugging an ECS demo (SushiBoyz by Ghostown) on minimig.

In the part with the face and '3D' light, the demo sets no. of bitplanes = 7, and the HAM bit is enabled in BPLCON0 (BPLCON0 = $7A00).

From what I gathered, this should mean the following:
- Agnus 'thinks' this is a four-bitplane mode
- Denise 'thinks' this is a 6-bitplane mode (EHB)
- since HAM bit is enabled, this overrides EHB mode

So this is a HAM mode with 6 bitplanes, but Agnus only does fetches for 4, is my thinking correct?
Yes. From Denise point of view it is normal HAM6 but because Agnus does not update BPLDAT5 and 6, they can be modified with CPU or copper, without Agnus overwriting it.

Annoyingly Denise ignores any BPLDATx registers that are disabled in BPLCON0. This trick makes it sort of possible. (Same works without HAM bit and is also used in few demos)
Toni Wilen is online now  
Old 14 February 2016, 12:13   #203
chaos
Registered User
 
chaos's Avatar
 
Join Date: Mar 2013
Location: Slovenia
Posts: 138
Great, thanks!

Seems to fix at least the SushiBoyz and Sliced&Diced demos.

(BTW: the SushiBoyz demo only works correctly with ECS chipset - with OCS, the logo in the dancefloor part is offset to the left, and with AGA, the 'dancers' on the dancefloor have an interesting color cycling, instead of real colors (because of the PF2OF offset). It actually looks kinda good )
chaos is offline  
Old 14 February 2016, 16:23   #204
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Does it make any difference if the number of bitplanes is set to 6 instead of 7 in this case?
hooverphonique is offline  
Old 14 February 2016, 16:31   #205
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Quote:
Originally Posted by chaos View Post
Great, thanks!

Seems to fix at least the SushiBoyz and Sliced&Diced demos.

(BTW: the SushiBoyz demo only works correctly with ECS chipset - with OCS, the logo in the dancefloor part is offset to the left, and with AGA, the 'dancers' on the dancefloor have an interesting color cycling, instead of real colors (because of the PF2OF offset). It actually looks kinda good )
Similar OCS/ECS differences are not that rare (lots of listed in WinUAE demo test thread).

I have never bothered to try OCS/ECS demos in AGA mode, they rarely work anyway.

Quote:
Originally Posted by hooverphonique View Post
Does it make any difference if the number of bitplanes is set to 6 instead of 7 in this case?
6 planes vs 4 planes makes a quite big DMA bandwidth difference if you only need (semi) static BPLDAT5/6 contents.

Having separate bitplane mask value (not count) for both Agnus and Denise would allowed lots of interesting effects vs current single bitplane count value.
Toni Wilen is online now  
Old 14 February 2016, 19:42   #206
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
AGA BPLCON0 BYPASS bit:

As documented, it bypasses palette selection but it also ignores "special" bits.

- if HAM: HAM control bits (planes 5 and 6 if HAM6, planes 0 and 1 if HAM 8) do not appear in output. In other words, HAM6: value range is 0 to 15. HAM8: low 2 bits are always zero.
- if EHB: EHB plane 5 does not appear in output. (Range is 0 to 31)
- Output is grayscale, output value is copied to all color component bits, not just red.
- Sprites seem to work exactly like bitplanes, palette is bypassed and sprite's palette index value appears in output.
Toni Wilen is online now  
Old 15 February 2016, 11:19   #207
hooverphonique
ex. demoscener "Bigmama"
 
Join Date: Jun 2012
Location: Fyn / Denmark
Posts: 1,624
Quote:
Originally Posted by Toni Wilen View Post
6 planes vs 4 planes makes a quite big DMA bandwidth difference if you only need (semi) static BPLDAT5/6 contents.
Ahh.. I missed the bit where 7 causes agnus to do dma for 4 planes, whereas 6 causes it to do dma for all 6 planes.
hooverphonique is offline  
Old 17 March 2016, 13:26   #208
DanScott
Lemon. / Core Design
 
DanScott's Avatar
 
Join Date: Mar 2016
Location: Tier 5
Posts: 1,211
Quote:
Originally Posted by Toni Wilen View Post
Weird bitplane effect used in SWIV's scoreboard.

PF2P > 5 (BPLCON2) and BITPLANES == 5 and NOT AGA

- pixel in bitplane 5 = zero: planes 1-4 work normally (any color from 0-15 is possible)

- pixel in bitplane 5 = one: planes 1-4 are disabled, only pixel from plane 5 is shown (color 16 is visible)

Just to confirm... I can't tell so easily from the youbue video ,but are the hardware sprites going behind the score? or does swiv actually not use hardware sprites for the player "bullets" (i read that it was some funky multiplexing routine for HW sprites, but as the game is running at 25fps, it seems pointless to use sprites )
DanScott is offline  
Old 17 March 2016, 13:38   #209
DanScott
Lemon. / Core Design
 
DanScott's Avatar
 
Join Date: Mar 2016
Location: Tier 5
Posts: 1,211
Ok, the bullets are HW sprites, and they go in front of the panel... but for the life of me, I don't know why they used HW sprites for these
DanScott is offline  
Old 23 April 2016, 17:17   #210
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Some CD32 undocumented features after few days of poking around with mon and asmone . Was already posted in cd32load thread.

- It seems unmapped addresses don't "float", all invalid reads seem to always return zeros.
- CIA chip select, address bits 12 and 13 are CIA selects. Gary: 0=none,1=A,2=B,3=A+B, Gayle: 0=none,1=A,2=B,3=none, Akiko: 0=A,1=A,2=B,3=B
- CIA address space: Gary: $A00000-$BFFFFF, Gayle: $BFDxxx and $BFExxx, Akiko: $BFE000-$BFFFFF.
- Custom register mirror at $B90000-$B9FFFF! (This is really weird..)
- Akiko addresses are mapped from $B80000 to $B87FFF and has 64 byte mirroring.
- Full Akiko ID at $B80000.l is $C0CACAFE (KS only checks for $CAFE)
- All write-only registers seem to read same data as nearby read-only register. (not random data/bus noise like other write-only registers)
- Interrupt registers only have bits 24 to 31 writable, other bits always read as zeros.
- Config ($B80024) register has bits 23 to 31 writable, other bits always read as zeros.
- Subchannel arrived interrupt bit is set at boot for some unknown reason, subchannel index register ($B80018) works strangely and has unexpected value at boot ($C2).
- Akiko internal CIAs don't have external TOD input pins. CIA-A TOD which normally counts vsyncs or power supply ticks count rate is selected with $B80020 bit 23 (0=50Hz, 1=60Hz). CIA-B (hsync) timing logic is not known yet but it is also internally generated.
Toni Wilen is online now  
Old 15 June 2016, 00:48   #211
NorthWay
Registered User
 
Join Date: May 2013
Location: Grimstad / Norway
Posts: 839
Does this old news posting touch upon something undocumented? https://groups.google.com/forum/#!to...er/dG6E_95Hq9U

Last edited by NorthWay; 15 June 2016 at 00:50. Reason: Proper link
NorthWay is offline  
Old 15 June 2016, 10:21   #212
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Quote:
Originally Posted by NorthWay View Post
Does this old news posting touch upon something undocumented? https://groups.google.com/forum/#!to...er/dG6E_95Hq9U
No. COPJMP blitter bug is known and is really annoying in some situations (listed in this thread). Of course everyone who replied didn't get it..

ERSY stuff (and others) in that post was just OP's misunderstanding.
Toni Wilen is online now  
Old 27 August 2016, 16:24   #213
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Glitch free AGA bitplane overrun

Enough testing done, time to post here too.. (from http://eab.abime.net/showthread.php?t=83771 and http://eab.abime.net/showthread.php?t=83704)

Normally when bitplane DMA overruns to next scanline, it will always conflict with refresh DMA slots causing corruption and/or even system crash/hang in some situations.

But if mode is AGA 64-bit lores and DDFSTRT/STOP pair "aligns" it nicely (maybe also possible in 32-bit fetch mode), only idle cycles will "conflict" with refresh slots (=nothing happens) and final bitplane fetch block starts after refresh cycles, only conflicting with disk DMA (which does nothing if disk DMA is not active) and first audio channel (which causes conflict and corrupted graphics if first channel is active). I guess game coder never noticed it because at this point of development game didn't have any sound..

Most interesting visible side-effect in this "mode" is that part of bitplane graphics will be visible in left overscan, without killing any sprites. (if horizontal diwstrt is wide enough)

Surprising chipset bug (Which yet again proves that AGA was just hacked on top of ECS). Also quite useless bug, unfortunately.
Toni Wilen is online now  
Old 16 September 2016, 21:12   #214
NorthWay
Registered User
 
Join Date: May 2013
Location: Grimstad / Norway
Posts: 839
Quote:
Originally Posted by Toni Wilen View Post
No. COPJMP blitter bug is known and is really annoying in some situations (listed in this thread).
Came back to this now.

Does the copper use one bus cycle that it hasn't allocated? That was kinda how I vaguely understood this thread.
Are there any programs that need this to work correctly?
NorthWay is offline  
Old 17 September 2016, 19:05   #215
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Quote:
Originally Posted by NorthWay View Post
Came back to this now.

Does the copper use one bus cycle that it hasn't allocated? That was kinda how I vaguely understood this thread.
Are there any programs that need this to work correctly?
http://eab.abime.net/showpost.php?p=...&postcount=122

None known but thats not the point. This condition is too easy to trigger and can be extremely annoying and time consuming to debug using real hardware.
Toni Wilen is online now  
Old 28 September 2016, 14:20   #216
chb
Registered User
 
Join Date: Dec 2014
Location: germany
Posts: 439
I ran across an old usenet post that claims that it is possible to reload the line pattern (BLTBDAT) in blitter line mode (without cpu or copper), albeit in a very limited fashion (BLTBMOD has to equal 2, restricts angle to multiples of 45°). Source B has to be enabled in BLTCON0.
https://groups.google.com/forum/#!ms...8/eti4ztDD87kJ (Post by Morten Leikvoll)

I do not have a real amiga here, can anyone comfirm or disprove this claim? And what happens if BPLBMOD doesn't equal 2? Does it stop working at all, or is it fetching the pattern with the respective modulo?

EDIT: and while I'm at it, what happens in line mode if BLTADAT has a different value than 0x8000? I guess the line is drawn with that horizontal "pattern" (per word), right-shifted and truncated at 16 bit?

Last edited by chb; 28 September 2016 at 14:30. Reason: adding question about BLTADAT
chb is offline  
Old 12 October 2016, 00:55   #217
NorthWay
Registered User
 
Join Date: May 2013
Location: Grimstad / Norway
Posts: 839
(A rotten memory and not enough search-fu withstanding
Is it documented the relation between bitplane memory fetch and how much later the pixels are shown on screen?

When testing in UAE it seems to me that in 8bpl 64-bit lores mode the first pixel will display 5 pixels offset from end of last fetch:
I simply made a long copperlist that ping-pongs between two colours and looked at how many pixels I could see between the delay the fetch imposed and where the bitplane pixels started showing.
I found a comment that copper writes happen later than expected - is that what I'm seeing?

(I'm trying to see if I can make a vertical split fit in between the fetches; reseting bplcon1 values plus pointer changes.)

--

Do bitplane modulos update all bitplane pointers or only those that are in use according to bplcon0?
NorthWay is offline  
Old 12 October 2016, 15:40   #218
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,504
Quote:
Originally Posted by chb View Post
I ran across an old usenet post that claims that it is possible to reload the line pattern (BLTBDAT) in blitter line mode (without cpu or copper), albeit in a very limited fashion (BLTBMOD has to equal 2, restricts angle to multiples of 45°). Source B has to be enabled in BLTCON0.
https://groups.google.com/forum/#!ms...8/eti4ztDD87kJ (Post by Morten Leikvoll)

I do not have a real amiga here, can anyone comfirm or disprove this claim? And what happens if BPLBMOD doesn't equal 2? Does it stop working at all, or is it fetching the pattern with the respective modulo?
I guess it can do. I did some linemode tests with B enabled but results didn't make any sense. I don't think this can be solved without some internal low level blitter diagrams.

Quote:
EDIT: and while I'm at it, what happens in line mode if BLTADAT has a different value than 0x8000? I guess the line is drawn with that horizontal "pattern" (per word), right-shifted and truncated at 16 bit?
I think so. I don't remember if I ever tested it..

(Not very useful answers..)

Quote:
Originally Posted by NorthWay View Post
(A rotten memory and not enough search-fu withstanding
Is it documented the relation between bitplane memory fetch and how much later the pixels are shown on screen?
There should be 1 lores pixel delay between BPLDAT1 write and pixel appearing on screen (assuming no bitplane delay)

Quote:
When testing in UAE it seems to me that in 8bpl 64-bit lores mode the first pixel will display 5 pixels offset from end of last fetch:
I simply made a long copperlist that ping-pongs between two colours and looked at how many pixels I could see between the delay the fetch imposed and where the bitplane pixels started showing.
I found a comment that copper writes happen later than expected - is that what I'm seeing?
I am not sure if I understood. CPU write using cycle x vs copper using same cycle x: copper write happens later (I think it was 1 cycle later)

Quote:
(I'm trying to see if I can make a vertical split fit in between the fetches; reseting bplcon1 values plus pointer changes.)
Did you mean horizontal? There should not be any problems doing the split in AGA 64-bit lores, lots of idle cycles. Just make sure you don't accidentally hit the chipset feature of updating any DMA pointer when next cycle is used by same DMA channel. Your write goes nowhere in this situation (this annoyingly limits OCS split to 3 planes)


Quote:
Do bitplane modulos update all bitplane pointers or only those that are in use according to bplcon0?
Only active planes.
Toni Wilen is online now  
Old 12 October 2016, 16:40   #219
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
did you ever investigated the Pangolin Lasershow software?
i once made a request in their forum, but never got a reply, 4 yrs ago ...
emufan is offline  
Old 12 October 2016, 16:46   #220
NorthWay
Registered User
 
Join Date: May 2013
Location: Grimstad / Norway
Posts: 839
Thx. (I'm (still/again) trying to do a Gauntlet style split for a right hand side info panel and I think the numbers add up for it being possible.)

When you increase bplcon1 scroll delay values during active display, what is shown in the "gap" that you create? Is it DFF180, last pixel stretch, pixels repeated, or something else?
(Yeah, I can't wait to get my 4000 back so I can test stuff like this...)

Do the Amiga chips have any internal logic that behaves in a similar fashion to the Atari ST chips (see for example the talk here [ Show youtube player ]) so that they can be manipulated to do be "confused" and do things they weren't intended to?
(Basically using strict timing to force unintended internal states from my understanding.)
NorthWay 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
who can provide hardware to create ADFs of some old rare stuff like Nautilus...? Bernd support.Other 3 19 August 2011 23:41
Stuff for sale amiga a1200 plus more retro stuff blast MarketPlace 23 22 June 2010 19:05
Action Replay Undocumented Features deicidal support.Hardware 0 01 March 2010 17:15
I've got some Amiga stuff...I want your SNES stuff! Fingerlickin_B MarketPlace 14 20 February 2009 01:33
Amiga stuff for trade for Atari Stuff 8bitguy1 MarketPlace 0 12 February 2009 05:36

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 20:07.

Top

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