English Amiga Board


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

 
 
Thread Tools
Old 02 December 2018, 17:36   #1
Warty
Registered User
 
Join Date: Aug 2018
Location: Minneapolis, USA
Posts: 301
Detecting non-EHB 8362R5 Denise chip via software?

I'm working on a game for OCS Amigas. Mostly as a learning exercise for me, getting familiar with developing in C on the Amiga. My splash screen I did in EHB mode, 320x400. Looks great in UAE, and on a A2000, but on my own A1000, it looks awful. Some googling revealed that quite a few of the US A1000s shipped with an older version of the Denise (because Commode-door had a stock of old chips it wanted to use up OF COURSE). The 8362R5 Denise doesn't have EHB mode.

Reference:
http://eab.abime.net/showthread.php?t=34767&styleid=4
https://groups.google.com/forum/#!ms...Q/5qnZJg7ts5cJ

Dale Luck made a little app back in 1985 (see 2nd post above) that helps a user VISUALLY test whether they have EHB mode. Looking at the code, it's just displaying all 64 color registers in EHB mode, and if user doesn't see dimmer versions, well, they know they have a non-EHB Denise. I'd like to be able to test in software, and then do something different for A1000s with no EHB.

Has anyone seen anything, or have ideas on, how to detect lack of EHB? Intuition knows about EHB, so I think anything I do in intuition will probably just happily continue without any errors. Is there maybe a hardware register I could check, something like that?
Warty is offline  
Old 02 December 2018, 18:30   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Perhaps bitplane (plane 6) to bitplane or bitplane to sprite collisions work differently in this situation.

But most likely it isn't possible.
Toni Wilen is offline  
Old 04 December 2018, 02:08   #3
Warty
Registered User
 
Join Date: Aug 2018
Location: Minneapolis, USA
Posts: 301
Thanks for answering. I'm going to go ahead and surrender for now.
Warty is offline  
Old 04 December 2018, 07:29   #4
frank_b
Registered User
 
Join Date: Jun 2008
Location: Boston USA
Posts: 466
I have a yankee a1k which doesn't support EHB too. It's from 1985 according to the sticker on the back. My PAL 1k supports EHB.
frank_b is offline  
Old 04 December 2018, 13:16   #5
NorthWay
Registered User
 
Join Date: May 2013
Location: Grimstad / Norway
Posts: 839
Shouldn't the sprite-bitplane collision check be good enough to test it?
Do you need someone to code up a test for you?

It would be good to know if such a difference can be detected.
NorthWay is offline  
Old 04 December 2018, 18:53   #6
coder76
Registered User
 
Join Date: Dec 2016
Location: Finland
Posts: 168
Well, does the 3+3 bitplane dual playfield mode work? If it does, then the 6th bitplane should also work.
coder76 is offline  
Old 04 December 2018, 19:00   #7
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
Dual playfield and HAM should work normally. Only EHB mode is missing, plane 6 is ignored in color palette selection (which most likely means collisions are not affected)
Toni Wilen is offline  
Old 08 December 2018, 16:26   #8
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,502
I made very simple sprite to plane 6 in EHB mode collision test program: http://www.winuae.net/files/b/ehbtest.zip Run without startup-sequence! There is no proper startup-code etc..

Screen has bars (red background, bars should be dark red if EHB supported, black if not, please confirm) and tiny sprite is moving horizontally. Screen flashes when sprite to bitplane collision is detected. Planes 1 to 5 are blank (zero data only), only plane 6 has non-zero data.

Untested, I don't have non-EHB Denise.
Toni Wilen 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
ECS EHB Vs AGA 6 bitplanes redblade Coders. Asm / Hardware 1 08 November 2018 00:41
How does the Denise chip (and Lisa) generate the display? TroyWilkins support.Hardware 6 17 November 2016 10:12
Ggc 2015 ehb obiwanken support.Apps 0 20 May 2015 19:47
EHB problems Galahad/FLT Coders. Asm / Hardware 27 25 April 2014 14:39
EHB sprites with AGA chipset ? FrenchShark Coders. General 4 17 September 2009 06:37

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 11:51.

Top

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