HomeForumsWhat's newResources 
 
 
VDP2 questions
AntiPasta - Apr 3, 2003

 < Prev  1  2  3 

 paul_met Oct 28, 2019
When setting Color Ram Mode = 0, the palette read address for layers NBG1 and NBG3 changes from 0x05F00420 to 0x05F0C20. How do I return the read address 0x05F00420?

 fafling Oct 28, 2019
How did you get those addresses ? I would expect them to change the other way when changing CRAM type from 1 to 0, since there's only 2048 bytes of content in color RAM mode 0, versus 4096 in mode 1. On p. 216 of VDP2 manual : "When the color RAM mode is 0 or 2, the color RAM address MSB is ignored.", so CRAM addresses should become smaller, not bigger.

 paul_met Oct 29, 2019

fafling said:

First, I found a palette for layers NBG1 and NBG3 (it is located at 0x05F00420). When I change CRM = 0, the image for the NBG1 and NBG3 layers deteriorates (see the first image from post #22...). I found out that in this case the reading address of the palette for the above layers changes and the count begins from 0x05F0C20. Why this happens I do not know. Changing parameters at addresses (180032-180036) and 1800E4 does not give the desired result. Since changing the CRM parameter does not affect the display of the NBG0 and NBG2 layers, it seems to me that the whole point is that these layers use different VRAM bank partitions (18000E). Changing the values of 8 and 9 bits at this address affects the display of all layers.

 fafling Oct 29, 2019
What you describe looks like an emulator bug : I would expect references to relative address 0x420 of color RAM to stay the same when mode is switched to 0, and references to relative address 0xC20 to become 0x420.

Bank partitioning corrupts or cancels layers display if you don't set the required cycle patterns for access to the VRAM areas where the layers are located. Emulators tend to be more permissive than the console regarding cycle patterns.
However, partitioning should not impact the color RAM addresses used by a layer, and if it does, that's again an emulator bug.

 Mo Go Dec 7, 2019

TakaIsSilly said:


Was wondering what games show that..

 fafling Dec 9, 2019
The vortex when Nights loops uses NBG3 delimited by a combination of the 2 line windows.

 Mo Go Dec 10, 2019
Off topic question:
Backgrounds like on the sky in Nights, Thunderforce and Astal, etc... they're just pictures they may have uploaded, am I right?
Also, the mountain range their in nights, the background mountains not the ones he hovers around, they look pre-rendered....not sure if that is true...?

 < Prev  1  2  3