Skip to content

Commit

Permalink
Merge pull request #69 from davewongillies/display_modes
Browse files Browse the repository at this point in the history
Update display modes
  • Loading branch information
budude2 authored Sep 21, 2024
2 parents 8e4b815 + 077cf08 commit 35b0655
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 24 deletions.
17 changes: 7 additions & 10 deletions pkg/gb/Cores/budude2.GB/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
}
],
"display_modes": [
{
"id": "0x10"
},
{
"id": "0x20"
},
{
"id": "0x21"
},
Expand All @@ -36,20 +30,23 @@
"id": "0x23"
},
{
"id": "0x30"
"id": "0x10"
},
{
"id": "0x31"
"id": "0x20"
},
{
"id": "0x32"
"id": "0x30"
},
{
"id": "0x40"
},
{
"id": "0xE0"
},
{
"id": "0xE1"
}
]
}
}
}
22 changes: 8 additions & 14 deletions pkg/gbc/Cores/budude2.GBC/video.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,29 @@
],
"display_modes": [
{
"id": "0x10"
},
{
"id": "0x20"
"id": "0x31"
},
{
"id": "0x21"
"id": "0x32"
},
{
"id": "0x22"
"id": "0x10"
},
{
"id": "0x23"
"id": "0x20"
},
{
"id": "0x30"
},
{
"id": "0x31"
},
{
"id": "0x32"
},
{
"id": "0x40"
},
{
"id": "0xE0"
},
{
"id": "0xE1"
}
]
}
}
}

0 comments on commit 35b0655

Please sign in to comment.