Skip to content

Commit

Permalink
Fixes a warning in the TVP3026 RAM DAC code.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Dec 29, 2023
1 parent 7a63363 commit bfee63d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/vid_tvp3026_ramdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ tvp3026_recalctimings(void *priv, svga_t *svga)
uint32_t
tvp3026_conv_16to32(svga_t* svga, uint16_t color, uint8_t bpp)
{
tvp3026_ramdac_t *ramdac = (tvp3026_ramdac_t*)svga->ramdac;
uint32_t ret = 0x00000000;

if (svga->lut_map) {
Expand Down

0 comments on commit bfee63d

Please sign in to comment.