Skip to content

Commit

Permalink
Update display modes
Browse files Browse the repository at this point in the history
  • Loading branch information
davewongillies committed Sep 16, 2024
1 parent 8e4b815 commit 077cf08
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 077cf08

Please sign in to comment.