Skip to content

Commit

Permalink
fix: remove m30 for p3/4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlewis committed Oct 4, 2022
1 parent 59d8bad commit bdb9e3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion dist/Cores/ericlewis.Genesis/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0",
"version": "0.3.1",
"date_release": "2022-10-04"
},
"framework": {
Expand Down
22 changes: 0 additions & 22 deletions dist/Cores/ericlewis.Genesis/interact.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,28 +138,6 @@
"defaultval": 0,
"value": 1
},
{
"name": "M30 Controller 3",
"id": 501,
"type": "check",
"enabled": true,
"persist": true,
"address": "0x00000100",
"writeonly": true,
"defaultval": 0,
"value": 1
},
{
"name": "M30 Controller 4",
"id": 502,
"type": "check",
"enabled": true,
"persist": true,
"address": "0x00000110",
"writeonly": true,
"defaultval": 0,
"value": 1
},
{
"name": "AUDIO",
"id": 1,
Expand Down

0 comments on commit bdb9e3f

Please sign in to comment.