From c704e137840bb5fab233a2cd47377c7fed6ce1f1 Mon Sep 17 00:00:00 2001 From: paulb-nl Date: Sun, 28 Mar 2021 13:56:42 +0200 Subject: [PATCH] Add menu pages --- Gameboy.sv | 44 +++++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 19 deletions(-) diff --git a/Gameboy.sv b/Gameboy.sv index b3d75eb..0ebc273 100644 --- a/Gameboy.sv +++ b/Gameboy.sv @@ -206,10 +206,6 @@ localparam CONF_STR = { "C,Cheats;", "h0OH,Cheats enabled,Yes,No;", "-;", - "OC,Inverted color,No,Yes;", - "O12,Custom Palette,Off,Auto,On;", - "h1FC3,GBP,Load Palette;", - "-;", "h2R9,Load Backup RAM;", "h2RA,Save Backup RAM;", "OD,Autosave,Off,On;", @@ -217,21 +213,31 @@ localparam CONF_STR = { "h3RS,Save state (Alt-F1);", "h3RT,Restore state (F1);", "-;", - "O34,Aspect ratio,Original,Full Screen,[ARC1],[ARC2];", - "OIK,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%,CRT 75%;", - "O5,Stabilize video(buffer),Off,On;", - "OG,Frame blend,Off,On;", - "h4OU,Colors,Corrected,Raw;", - "OLM,Scale,Normal,V-Integer,Narrower HV-Integer,Wider HV-Integer;", - "-;", - "O78,Stereo mix,none,25%,50%,100%;", - "-;", - "OB,Boot,Normal,Fast;", - "O6,Link Port,Disabled,Enabled;", - "-;", - "OP,FastForward Sound,On,Off;", - "OQ,Pause when OSD is open,Off,On;", - "OR,Rewind Capture,Off,On;", + + "P1,Audio & Video;", + "P1-;", + "P1OC,Inverted color,No,Yes;", + "P1O12,Custom Palette,Off,Auto,On;", + "h1P1FC3,GBP,Load Palette;", + "P1-;", + "P1O34,Aspect ratio,Original,Full Screen,[ARC1],[ARC2];", + "P1OLM,Scale,Normal,V-Integer,Narrower HV-Integer,Wider HV-Integer;", + "P1OIK,Scandoubler Fx,None,HQ2x,CRT 25%,CRT 50%,CRT 75%;", + "P1O5,Stabilize video(buffer),Off,On;", + "P1OG,Frame blend,Off,On;", + "d4P1OU,GBC Colors,Corrected,Raw;", + "P1-;", + "P1O78,Stereo mix,none,25%,50%,100%;", + + "P2,Misc.;", + "P2-;", + "P2OB,Boot,Normal,Fast;", + "P2O6,Link Port,Disabled,Enabled;", + "P2-;", + "P2OP,FastForward Sound,On,Off;", + "P2OQ,Pause when OSD is open,Off,On;", + "P2OR,Rewind Capture,Off,On;", + "-;", "R0,Reset;", "J1,A,B,Select,Start,FastForward,SaveState,LoadState,Rewind;",