mirror of
https://github.com/UzixLS/zx-sizif-xxs.git
synced 2025-07-19 07:11:28 +03:00
handle +3 mode with 48K ram
This commit is contained in:
@ -75,7 +75,7 @@ always @(posedge clk28 or negedge rst_n) begin
|
||||
mix_acb <= 0;
|
||||
mix_mono <= 0;
|
||||
ram_mode <= RAM_512;
|
||||
rom_plus3 <= 0;
|
||||
rom_plus3 <= 1'b1;
|
||||
rom_alt48 <= 0;
|
||||
joy_sinclair <= 0;
|
||||
divmmc_en <= 1'b1;
|
||||
|
Reference in New Issue
Block a user