Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
fbalpha
Commits
4004dc66
Commit
4004dc66
authored
Apr 30, 2019
by
C Feldtmann
Browse files
dip switch fixes for digdug
parent
6e154dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/burn/drv/pre90s/d_galaga.cpp
View file @
4004dc66
...
...
@@ -1478,32 +1478,24 @@ static struct BurnDIPInfo DigdugDIPList[]=
// nInput, nFlags, nMask, nSetting, szText
{
0x00
,
0x01
,
0x07
,
0x07
,
"3 Coins 1 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x03
,
"2 Coins 1 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x01
,
"1 Coin 1 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x05
,
"2 Coins 3 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x01
,
"1 Coin 1 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x06
,
"1 Coin 2 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x02
,
"1 Coin 3 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x04
,
"1 Coin 6 Credits"
},
{
0x00
,
0x01
,
0x07
,
0x00
,
"1 Coin 7 Credits"
},
// x, DIP_GRP, x, OptionCnt, szTitle
{
0
,
0xfe
,
0
,
16
,
"Bonus Life"
},
{
0
,
0xfe
,
0
,
8
,
"Bonus Life
(1,2,3) / (5)
"
},
// nInput, nFlags, nMask, nSetting, szText
{
0x00
,
0x01
,
0x38
,
0x20
,
"10K, 40K, Every 40K"
},
{
0x00
,
0x01
,
0x38
,
0x10
,
"10K, 50K, Every 50K"
},
{
0x00
,
0x01
,
0x38
,
0x30
,
"20K, 60K, Every 60K"
},
{
0x00
,
0x01
,
0x38
,
0x08
,
"20K, 70K, Every 70K"
},
{
0x00
,
0x01
,
0x38
,
0x28
,
"10K and 40K Only"
},
{
0x00
,
0x01
,
0x38
,
0x18
,
"20K and 60K Only"
},
{
0x00
,
0x01
,
0x38
,
0x38
,
"10K Only"
},
{
0x00
,
0x01
,
0x38
,
0x00
,
"None"
},
{
0x00
,
0x01
,
0x38
,
0x20
,
"20K, 60K, Every 60K"
},
{
0x00
,
0x01
,
0x38
,
0x10
,
"30K, 80K, Every 80K"
},
{
0x00
,
0x01
,
0x38
,
0x30
,
"20K and 50K Only"
},
{
0x00
,
0x01
,
0x38
,
0x08
,
"20K and 60K Only"
},
{
0x00
,
0x01
,
0x38
,
0x28
,
"30K and 70K Only"
},
{
0x00
,
0x01
,
0x38
,
0x18
,
"20K Only"
},
{
0x00
,
0x01
,
0x38
,
0x38
,
"30K Only"
},
{
0x00
,
0x01
,
0x38
,
0x00
,
"None"
},
{
0x00
,
0x01
,
0x38
,
0x20
,
"10K & Every 40K / 20K & Every 60K"
},
{
0x00
,
0x01
,
0x38
,
0x10
,
"10K & Every 50K / 30K & Every 80K"
},
{
0x00
,
0x01
,
0x38
,
0x30
,
"20K & Every 60K / 20K & 50K Only"
},
{
0x00
,
0x01
,
0x38
,
0x08
,
"20K & Every 70K / 20K & 60K Only"
},
{
0x00
,
0x01
,
0x38
,
0x28
,
"10K & 40K Only / 30K & 70K Only"
},
{
0x00
,
0x01
,
0x38
,
0x18
,
"20K & 60K Only / 20K Only"
},
{
0x00
,
0x01
,
0x38
,
0x38
,
"10K Only / 30K Only"
},
{
0x00
,
0x01
,
0x38
,
0x00
,
"None / None"
},
// x, DIP_GRP, x, OptionCnt, szTitle
{
0
,
0xfe
,
0
,
4
,
"Lives"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment