1
0
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:
UzixLS
2021-06-23 21:06:43 +03:00
parent c3fbd323c8
commit 2e4ad38ba8
2 changed files with 4 additions and 1 deletions

View File

@ -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;