diff --git a/pkg/gb/Cores/budude2.GB/video.json b/pkg/gb/Cores/budude2.GB/video.json index 834a03c..b3211d7 100644 --- a/pkg/gb/Cores/budude2.GB/video.json +++ b/pkg/gb/Cores/budude2.GB/video.json @@ -20,12 +20,6 @@ } ], "display_modes": [ - { - "id": "0x10" - }, - { - "id": "0x20" - }, { "id": "0x21" }, @@ -36,13 +30,13 @@ "id": "0x23" }, { - "id": "0x30" + "id": "0x10" }, { - "id": "0x31" + "id": "0x20" }, { - "id": "0x32" + "id": "0x30" }, { "id": "0x40" @@ -55,4 +49,4 @@ } ] } -} \ No newline at end of file +} diff --git a/pkg/gbc/Cores/budude2.GBC/video.json b/pkg/gbc/Cores/budude2.GBC/video.json index 1b59a16..38d0bee 100644 --- a/pkg/gbc/Cores/budude2.GBC/video.json +++ b/pkg/gbc/Cores/budude2.GBC/video.json @@ -13,29 +13,20 @@ ], "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" }, @@ -47,4 +38,4 @@ } ] } -} \ No newline at end of file +}