mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
nv2a: Don't manually set NV_PFB_CFG0 reg
This commit is contained in:
@@ -27,10 +27,6 @@ uint64_t pfb_read(void *opaque, hwaddr addr, unsigned int size)
|
||||
|
||||
uint64_t r = 0;
|
||||
switch (addr) {
|
||||
case NV_PFB_CFG0:
|
||||
/* 3-4 memory partitions. The debug bios checks this. */
|
||||
r = 3;
|
||||
break;
|
||||
case NV_PFB_CSTATUS:
|
||||
r = memory_region_size(d->vram);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user