Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Commit 4374889

Browse files
committed
Update sys.
1 parent f51b7fd commit 4374889

File tree

6 files changed

+2820
-2771
lines changed

6 files changed

+2820
-2771
lines changed

Genesis.sv

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ module emu
5353
output VGA_F1,
5454
output [1:0] VGA_SL,
5555
output VGA_SCALER, // Force VGA scaler
56+
output VGA_DISABLE, // analog out is off
5657

5758
input [11:0] HDMI_WIDTH,
5859
input [11:0] HDMI_HEIGHT,
5960
output HDMI_FREEZE,
6061

6162
`ifdef MISTER_FB
62-
// Use framebuffer in DDRAM (USE_FB=1 in qsf)
63+
// Use framebuffer in DDRAM
6364
// FB_FORMAT:
6465
// [2:0] : 011=8bpp(palette) 100=16bpp 101=24bpp 110=32bpp
6566
// [3] : 0=16bits 565 1=16bits 1555
@@ -186,6 +187,7 @@ assign LED_POWER = 0;
186187
assign LED_USER = cart_download | sav_pending;
187188

188189
assign VGA_SCALER= 0;
190+
assign VGA_DISABLE = 0;
189191

190192
assign AUDIO_S = 1;
191193
assign AUDIO_MIX = 0;

0 commit comments

Comments
 (0)