Skip to content

Commit

Permalink
reorganise project into Cargo workspace and redesign memory/bus system
Browse files Browse the repository at this point in the history
commit bdc1b1e
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 22:47:15 2023 +0000

    add gbdoctor README.md

commit 994563c
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 22:40:57 2023 +0000

    add binary for creating Game Boy Doctor logs

commit bb8fb42
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 22:22:07 2023 +0000

    restructure memory mapping

commit 2f72778
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 14:52:12 2023 +0000

    reorganise project into Cargo workspace

commit 138da72
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 10:16:09 2023 +0000

    divider test

commit b7081da
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 01:20:24 2023 +0000

    add logging for use with game boy doctor

commit 1333fc7
Author: bmoxb <[email protected]>
Date:   Sun Feb 19 00:39:33 2023 +0000

    create general Game Boy structure and initial timer implementation
  • Loading branch information
bmoxb committed Feb 19, 2023
1 parent fe69ffc commit f21874e
Show file tree
Hide file tree
Showing 76 changed files with 787 additions and 3,970 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: CI
on: [push, pull_request]

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "gb-test-roms"]
path = gb-test-roms
url = https://github.com/retrio/gb-test-roms.git
Loading

0 comments on commit f21874e

Please sign in to comment.