Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1 feat: initial meen-hw sources #4

Merged
merged 3 commits into from
Jul 1, 2024

Conversation

nbeddows
Copy link
Owner

@nbeddows nbeddows commented Jul 1, 2024

This first pull request specifies the source file layout with an initial i8080 arcade hardware implementation which has been lifted from the space-invaders repo and refactored.

  • All files prefixed with MH_.
  • Root namespace is meen_hw.
  • All hardware implementations under their own namespaces (i8080_arcade for this implementation).
  • Includes a basic resource pool which may be useful at some point.

nbeddows added 3 commits July 1, 2024 14:52
this was lifted from the memory controller component of the space-invaders repo
can be compiled with/without i8080-arcade support via ENABLE_I8080ARCADE define
this has been lifted from the space-invaders repo and refactored
@nbeddows nbeddows added enhancement New feature or request chore Housekeeping (misc tasks) labels Jul 1, 2024
@nbeddows nbeddows self-assigned this Jul 1, 2024
@nbeddows nbeddows merged commit 514f53c into development Jul 1, 2024
@nbeddows nbeddows deleted the nb/#1/i8080-arcade-hardware branch July 1, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Housekeeping (misc tasks) enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant