mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-17 00:07:20 +00:00
atirage: Spelling.
This commit is contained in:
parent
55b79c1518
commit
9cefaec49c
@ -468,7 +468,7 @@ void ATIRage::verbose_pixel_format(int crtc_index) {
|
||||
case 2:
|
||||
// check the undocumented DAC_DIRECT bit
|
||||
if (bit_set(this->regs[ATI_DAC_CNTL], ATI_DAC_DIRECT)) {
|
||||
LOG_F(INFO, "%s 8 bpp direct color (RGB322)", what);
|
||||
LOG_F(INFO, "%s 8 bpp direct color (RGB332)", what);
|
||||
} else {
|
||||
LOG_F(INFO, "%s 8 bpp with DAC palette", what);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user