Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions fbarr/src/burn/drivers/misc_pre90s/d_ddragon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ static struct BurnDIPInfo Drv2DIPList[]=
{0x14, 0x01, 0x80, 0x00, "On" },

// Dip 2
// Note the difficulty settings were pulled from MAME
// Do not use the real Double Dragon 2 Manual as
// reference, because it lists wrong settings!
{0 , 0xfe, 0 , 4 , "Difficulty" },
{0x15, 0x01, 0x03, 0x01, "Easy" },
{0x15, 0x01, 0x03, 0x03, "Medium" },
{0x15, 0x01, 0x03, 0x02, "Hard" },
{0x15, 0x01, 0x03, 0x00, "Hardest" },

{0 , 0xfe, 0 , 2 , "Hurricane Kick" },
{0x15, 0x01, 0x08, 0x00, "Easy" },
{0x15, 0x01, 0x08, 0x08, "Normal" },
Expand Down