Skip to content

Commit 11734e7

Browse files
committed
release: 0.4.1
1 parent bd8c8a8 commit 11734e7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
-13.8 KB
Binary file not shown.

dist/Cores/ericlewis.Genesis/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"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.",
88
"author": "ericlewis",
99
"url": "https://github.com/ericlewis/openfpga-genesis",
10-
"version": "0.4.0",
10+
"version": "0.4.1",
1111
"date_release": "2022-10-06"
1212
},
1313
"framework": {

src/fpga/core/core_top.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ assign joystick_0 = {
10191019
cs_m30_map_enable ? cont1_key_s[7] : cont1_key_s[6], // Y
10201020
cs_m30_map_enable ? cont1_key_s[6] : cont1_key_s[8], // X
10211021
cont1_key_s[14], // mode
1022-
lightgun_enabled ? cont1_key_s[16] : cont1_key_s[15], // start
1022+
lightgun_enabled ? 1'b0 : cont1_key_s[15], // start
10231023
cs_m30_map_enable ? cont1_key_s[11] : cont1_key_s[4], // B
10241024
cs_m30_map_enable ? cont1_key_s[5] : cont1_key_s[5], // C
10251025
cs_m30_map_enable ? cont1_key_s[4] : cont1_key_s[7], // A
-13.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)