mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-08 14:30:55 +00:00
platinum: Implement VRAM_REFRESH read.
This commit is contained in:
parent
99972307dc
commit
a593a4a73e
@ -148,6 +148,9 @@ uint32_t PlatinumCtrl::read(uint32_t rgn_start, uint32_t offset, int size) {
|
||||
case PlatinumReg::FB_TEST:
|
||||
value = this->fb_test;
|
||||
break;
|
||||
case PlatinumReg::VRAM_REFRESH:
|
||||
value = this->vram_refresh;
|
||||
break;
|
||||
case PlatinumReg::SWATCH_CONFIG:
|
||||
value = this->swatch_config;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user