Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
Browse files Browse the repository at this point in the history
dinkc64 committed Jan 13, 2025
2 parents 7a1aa29 + c165880 commit 358db85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/burn/drv/pre90s/d_dkong.cpp
Original file line number Diff line number Diff line change
@@ -374,7 +374,7 @@ static struct BurnDIPInfo Dkong3bDIPList[]=
{0x0e, 0x01, 0x08, 0x00, "Upright" },
{0x0e, 0x01, 0x08, 0x08, "Cocktail" },

{0 , 0xfe, 0 , 3, "Palette" },
{0 , 0xfe, 0 , 2, "Palette" },
{0x0f, 0x01, 0x07, 0x05, "New" },
{0x0f, 0x01, 0x07, 0x06, "Legacy" },
};
@@ -429,7 +429,7 @@ static struct BurnDIPInfo Dkong3DIPList[]=
{0x11, 0x01, 0xc0, 0x80, "(3)" },
{0x11, 0x01, 0xc0, 0xc0, "(4) Hard" },

{0 , 0xfe, 0 , 3, "Palette" },
{0 , 0xfe, 0 , 2, "Palette" },
{0x12, 0x01, 0x07, 0x05, "New" },
{0x12, 0x01, 0x07, 0x06, "Legacy" },
};
@@ -467,7 +467,7 @@ static struct BurnDIPInfo RadarscpDIPList[]=
{0x0a, 0x01, 0x80, 0x80, "Upright" },
{0x0a, 0x01, 0x80, 0x00, "Cocktail" },

{0 , 0xfe, 0 , 3, "Palette" },
{0 , 0xfe, 0 , 2, "Palette" },
{0x0b, 0x01, 0x03, 0x03, "New" },
{0x0b, 0x01, 0x03, 0x02, "Legacy" },
};
@@ -507,7 +507,7 @@ static struct BurnDIPInfo Radarscp1DIPList[]=

#if 0
// note : legacy palette never worked properly for this one
{0 , 0xfe, 0 , 3, "Palette" },
{0 , 0xfe, 0 , 2, "Palette" },
{0x0b, 0x01, 0x07, 0x04, "New" },
{0x0b, 0x01, 0x07, 0x02, "Legacy" },
#endif

0 comments on commit 358db85

Please sign in to comment.