mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
eh 2nd time i need to merge today
This commit is contained in:
9
doc/old nouveau wiki.txt
Normal file
9
doc/old nouveau wiki.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
old nouveau wiki:
|
||||
real VRAM address = VRAM_size - (ramin_address - (ramin_address % reversal_unit_size)) - reversal_unit_size + (ramin_address % reversal_unit_size)
|
||||
|
||||
nv3=16 bytes
|
||||
|
||||
0x400000 - ((0x100000) - (0x100000 % 16)) - 16 + (0x100000 % 16) = 2ffff0
|
||||
|
||||
|
||||
|
||||
@@ -86,7 +86,8 @@ nv_register_t pgraph_registers[] = {
|
||||
{ NV3_PGRAPH_TRAPPED_ADDRESS, "PGRAPH Trapped Address", NULL, NULL },
|
||||
{ NV3_PGRAPH_TRAPPED_DATA, "PGRAPH Trapped Data", NULL, NULL },
|
||||
{ NV3_PGRAPH_TRAPPED_INSTANCE, "PGRAPH Trapped Object Instance", NULL, NULL },
|
||||
|
||||
{ NV3_PGRAPH_DMA_INTR_0, "PGRAPH DMA Interrupt Status (unimplemented)", NULL, NULL },
|
||||
{ NV3_PGRAPH_DMA_INTR_EN_0, "PGRAPH DMA Interrupt Enable (unimplemented)", NULL, NULL },
|
||||
{ NV_REG_LIST_END, NULL, NULL, NULL}, // sentinel value
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user