Changeset 15807 in vbox
- Timestamp:
- Jan 5, 2009 3:41:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r15680 r15807 1186 1186 ret = s->vram_ptr[addr]; 1187 1187 #else /* VBOX */ 1188 # if def IN_RING01188 # ifndef IN_RC 1189 1189 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1190 1190 if ( (s->sr[2] & 3) == 3 … … 1197 1197 s->fRemappedVGA = true; 1198 1198 } 1199 # endif /* IN_R ING0*/1199 # endif /* IN_RC */ 1200 1200 VERIFY_VRAM_READ_OFF_RETURN(s, addr, *prc); 1201 1201 ret = s->CTX_SUFF(vram_ptr)[addr];
Note:
See TracChangeset
for help on using the changeset viewer.