Skip to content

Commit

Permalink
Fixed a warning in video/vid_ati18800.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Dec 19, 2023
1 parent 6e2d7f5 commit 7495c25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/vid_ati18800.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ ati18800_out(uint16_t addr, uint8_t val, void *priv)
{
ati18800_t *ati18800 = (ati18800_t *) priv;
svga_t *svga = &ati18800->svga;
uint8_t o;
uint8_t old;

if (((addr & 0xfff0) == 0x3d0 || (addr & 0xfff0) == 0x3b0) && !(svga->miscout & 1))
Expand Down

0 comments on commit 7495c25

Please sign in to comment.