Skip to content

Commit

Permalink
Merge pull request 86Box#4537 from 86Box/tc1995
Browse files Browse the repository at this point in the history
Fix warning.
  • Loading branch information
OBattler authored Jun 12, 2024
2 parents a369bc2 + df8830c commit 7664ca1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/vid_paradise.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ paradise_in(uint16_t addr, void *priv)
{
paradise_t *paradise = (paradise_t *) priv;
svga_t *svga = &paradise->svga;
uint8_t temp = 0;

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

0 comments on commit 7664ca1

Please sign in to comment.