diff --git a/dist/Cores/ericlewis.Genesis/bitstream.rbf_r b/dist/Cores/ericlewis.Genesis/bitstream.rbf_r index 958ff7b..c6bf60e 100644 Binary files a/dist/Cores/ericlewis.Genesis/bitstream.rbf_r and b/dist/Cores/ericlewis.Genesis/bitstream.rbf_r differ diff --git a/dist/Cores/ericlewis.Genesis/core.json b/dist/Cores/ericlewis.Genesis/core.json index b4ffd32..8d07def 100644 --- a/dist/Cores/ericlewis.Genesis/core.json +++ b/dist/Cores/ericlewis.Genesis/core.json @@ -7,7 +7,7 @@ "description": "Sega Genesis, known as the Mega Drive outside North America, is a 16-bit fourth-generation home video game console developed and sold by Sega.", "author": "ericlewis", "url": "https://github.com/ericlewis/openfpga-genesis", - "version": "0.0.2", + "version": "0.0.3", "date_release": "2022-09-22" }, "framework": { diff --git a/src/fpga/apf/build_id.mif b/src/fpga/apf/build_id.mif index 82048f1..93ca009 100644 --- a/src/fpga/apf/build_id.mif +++ b/src/fpga/apf/build_id.mif @@ -10,7 +10,7 @@ CONTENT BEGIN 0E0 : 20220925; - 0E1 : 00191619; - 0E2 : 9d78cec6; + 0E1 : 00194811; + 0E2 : 993d2480; END; diff --git a/src/fpga/core/core_top.sv b/src/fpga/core/core_top.sv index 896a003..3a0962d 100644 --- a/src/fpga/core/core_top.sv +++ b/src/fpga/core/core_top.sv @@ -625,6 +625,7 @@ data_loader #( .ADDRESS_MASK_UPPER_4(1), .ADDRESS_SIZE(25), .WRITE_MEM_CLOCK_DELAY(12), + .WRITE_MEM_EN_CYCLE_LENGTH(3), .OUTPUT_WORD_SIZE(2) ) rom_loader ( .clk_74a(clk_74a), diff --git a/src/fpga/output_files/ap_core.rbf b/src/fpga/output_files/ap_core.rbf index 6412dfe..d5a0067 100644 Binary files a/src/fpga/output_files/ap_core.rbf and b/src/fpga/output_files/ap_core.rbf differ diff --git a/src/fpga/output_files/ap_core.sof b/src/fpga/output_files/ap_core.sof index 8f0e75d..13df916 100644 Binary files a/src/fpga/output_files/ap_core.sof and b/src/fpga/output_files/ap_core.sof differ diff --git a/src/fpga/output_files/bitstream.rbf_r b/src/fpga/output_files/bitstream.rbf_r index 958ff7b..c6bf60e 100644 Binary files a/src/fpga/output_files/bitstream.rbf_r and b/src/fpga/output_files/bitstream.rbf_r differ