mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-03-09 12:05:55 +00:00
Update Gamate_MiST.sv
This commit is contained in:
@@ -235,7 +235,8 @@ reg [21:0] rom_mask = 19'h7FFFF;
|
||||
|
||||
assign ioctl_wait = cart_busy & rom_download;
|
||||
|
||||
logic [127:0] user_palette = 128'hF7BEF7E7_86867733_E72C2C96_2020_2020;
|
||||
//logic [127:0] user_palette = 128'hF7BEF7E7_86867733_E72C2C96_2020_2020;
|
||||
logic [127:0] user_palette = 128'hF7BEF7_E78686_7733E7_2C2C96_2020_2020;
|
||||
wire [127:0] default_palette = 128'h828214_517356_305A5F_1A3B49_0000_0000;
|
||||
|
||||
logic [2:0][7:0] palette[4];
|
||||
|
||||
Reference in New Issue
Block a user