-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit fbda8c0
Showing
141 changed files
with
19,496 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
##################################################################### | ||
# SPDX-License-Identifier: CC0-1.0 | ||
# SPDX-FileType: OTHER | ||
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors | ||
##################################################################### | ||
custom: ["https://www.paypal.com/donate/?hosted_button_id=N7HXKEL8VJ9CN"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
##################################################################### | ||
# SPDX-License-Identifier: CC0-1.0 | ||
# SPDX-FileType: OTHER | ||
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors | ||
##################################################################### | ||
name: "Bug Report" | ||
description: "Let us know about an unexpected error, a crash, or an incorrect behavior." | ||
title: 'Title of your Bug Report' | ||
labels: | ||
- bug | ||
assignees: | ||
- boogermann | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hi there, | ||
Thank you for opening an issue. Please note that we try to keep the issue tracker reserved for bug reports. | ||
Make sure to [search for existing issues](https://github.com/opengateware/arcade-galaga/issues?q=label%3Abug) before filing a new one! | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version (or build number) | ||
placeholder: "1.0.0" | ||
description: | | ||
You can find the version in the about dialog. | ||
If you are not running the latest version, please try upgrading because your issue may have already been fixed. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Please list the full steps required to reproduce the issue | ||
placeholder: | | ||
- Be precise | ||
- Include exact data used during testing for easy reference | ||
- The steps have to be in the exact order | ||
- Mention pre-requisites when applicable | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: expected_behavior | ||
attributes: | ||
label: Expected Behavior | ||
description: If you want to include screenshots, paste them into the markdown editor below or follow up with a separate comment. | ||
placeholder: What were you expecting? | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: actual_behavior | ||
attributes: | ||
label: Actual Behavior | ||
placeholder: What happened instead? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug_context | ||
attributes: | ||
label: Additional Context | ||
description: | | ||
Are there anything atypical about your situation that we should know? | ||
validations: | ||
required: false | ||
|
||
- type: input | ||
id: bug_firmware | ||
attributes: | ||
label: Opened Issues and Pull Requests | ||
placeholder: "#1234" | ||
description: | | ||
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: #1234 | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
##################################################################### | ||
# SPDX-License-Identifier: CC0-1.0 | ||
# SPDX-FileType: OTHER | ||
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors | ||
##################################################################### | ||
name: "Question" | ||
description: "Ask a question about the project." | ||
title: 'Title of your Question' | ||
labels: | ||
- question | ||
assignees: | ||
- boogermann | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hi there, | ||
Please note that we try to keep the issue tracker reserved for bug reports. | ||
Make sure to [search for existing questions](https://github.com/opengateware/arcade-galaga/issues?q=label%3Aquestion) before filing a new one! | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Ask a question about Galaga Compatible Gateware IP Core | ||
placeholder: | | ||
Ask your question here! Please keep the questions related to the FPGA Core only. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!-- SPDX-License-Identifier: CC0-1.0 --> | ||
<!-- SPDX-FileType: TEXT --> | ||
<!-- SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors --> | ||
|
||
<!-- Thank you for your contribution! Please replace {Please write here} with your description --> | ||
|
||
## What does this do / why do we need it? | ||
|
||
<!-- | ||
Please include a summary of the change and which issue is fixed. | ||
Please also include relevant motivation and context. | ||
List any dependencies that are required for this change. | ||
--> | ||
|
||
{Please write here} | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
<!-- | ||
Please delete options that are not relevant. | ||
--> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
- [ ] Coding style (indentation, etc) | ||
- [ ] {Please write custom change here} | ||
|
||
## What should a reviewer look out for in this PR? | ||
|
||
<!-- | ||
Please describe the tests that you ran to verify your changes. | ||
Provide instructions so we can reproduce. | ||
Please also list any relevant details for your test configuration | ||
--> | ||
|
||
{Please write here} | ||
|
||
## Additional Comments (if any) | ||
|
||
{Please write here} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
db | ||
greybox_tmp | ||
hps_isw_handoff | ||
incremental_db | ||
output_files | ||
PLLJ_PLLSPE_INFO.txt | ||
simulation | ||
vip | ||
.qsys_edit | ||
*_netlist | ||
*_sim | ||
*.bak | ||
*.bsf | ||
*.cdf | ||
*.cmp | ||
*.csv | ||
*.done | ||
*.f | ||
*.pin | ||
*.pof | ||
*.ptf.* | ||
*.qar | ||
*.qarlog | ||
*.qdf | ||
*.qws | ||
*.rbf | ||
*.rbf_r | ||
*.rpt | ||
*.sip | ||
*.sld | ||
*.smsg | ||
*.sof | ||
*.sopc_builder | ||
*.sopcinfo | ||
*.spd | ||
*.summary | ||
*.txt | ||
*.xml | ||
*~ | ||
**/.DS_Store | ||
build_id.mif | ||
build_id.v | ||
c5_pin_model_dump.txt | ||
cr_ie_info.json | ||
# Gateman directories and files | ||
!.gateman/* | ||
!gateware.json | ||
!/pkg/* | ||
/pkg/**/*.rom | ||
/pkg/**/*.zip | ||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
# Pocket directories and files | ||
!info.txt | ||
|
||
# ROMS | ||
|
||
|
||
!checklist.sha1 | ||
!info.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
##################################################################### | ||
# SPDX-License-Identifier: CC0-1.0 | ||
# SPDX-FileType: OTHER | ||
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors | ||
##################################################################### | ||
# Names should be added to this file as: | ||
# Name or Organization <email address> | ||
# | ||
# Core Team Members | ||
# Current project authors, maintainers and contributors. | ||
##################################################################### | ||
Marcus Andrade <[email protected]> | ||
|
||
##################################################################### | ||
# Partial list of people who authored and/or contributed code in | ||
# other iterations or versions of the project. | ||
# | ||
# Thanks to all for their valuable | ||
# time/code/hints/fixes/discussions and contributions. | ||
##################################################################### | ||
Alan Steremberg <[email protected]> | ||
Alexey Melnikov <[email protected]> | ||
Dar <[email protected]> | ||
Jim Gregory <[email protected]> | ||
John Scarfone <[email protected]> | ||
Kuba Winnicki <[email protected]> | ||
MiSTer-X <[email protected]> | ||
Peter Wendrich <[email protected]> |
Oops, something went wrong.