mirror of
https://github.com/MiSTer-devel/Gameboy_MiSTer.git
synced 2026-04-19 03:04:09 +00:00
remove fast boot option. It's byggy.
This commit is contained in:
@@ -157,8 +157,6 @@ localparam CONF_STR4 = {
|
||||
"O34,Aspect ratio,4:3,10:9,16:9;",
|
||||
"O78,Stereo mix,none,25%,50%,100%;",
|
||||
"-;",
|
||||
"O2,Boot,Normal,Fast;",
|
||||
"-;",
|
||||
"R0,Reset;",
|
||||
"J1,A,B,Select,Start;",
|
||||
"V,v",`BUILD_DATE
|
||||
@@ -521,7 +519,7 @@ gb gb (
|
||||
.clk ( clk_cpu ), // the whole gameboy runs on 4mhnz
|
||||
.clk2x ( clk_cpu2x ), // ~8MHz in dualspeed mode (GBC)
|
||||
|
||||
.fast_boot ( status[2] ),
|
||||
.fast_boot ( 0 ),
|
||||
.joystick ( joystick ),
|
||||
.isGBC ( isGBC ),
|
||||
.isGBC_game ( isGBC_game ),
|
||||
|
||||
Reference in New Issue
Block a user