mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Removed an excess log line from the SDAC code.
This commit is contained in:
parent
8fa2d256df
commit
4d676678e7
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ void sdac_ramdac_out(uint16_t addr, uint8_t val, sdac_ramdac_t *ramdac, svga_t *
|
|||
|
||||
case 0: case 1: default: svga->bpp = 8; break;
|
||||
}
|
||||
pclog("SDAC: Set to %02X, %i bpp\n", val >> 4, svga->bpp);
|
||||
svga_recalctimings(svga);
|
||||
}
|
||||
//ramdac->magic_count = 0;
|
||||
|
|
Loading…
Reference in a new issue