Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilchrist committed May 20, 2024
1 parent 0bd8604 commit 77ef200
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
Binary file added .github/images/blarggs-tests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/pokemon-gameplay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/pokemon-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/tetris-gameplay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/tetris-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/zelda-gameplay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/images/zelda-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ The key bindings are: <kbd>&uarr;</kbd>, <kbd>&darr;</kbd>, <kbd>&larr;</kbd>, <

The emulator is tested using [Blargg's tests][blarggs] - these can be ran with `./scripts/run_test_roms`.

<img src="https://jgilchrist.uk/img/emulator/blarggs-tests.png" width="400">

The test it fails is due to the lack of a timer implementation.
<img src="./.github/images/blarggs-tests.png" width="400">

## Missing features

Expand All @@ -46,8 +44,8 @@ Currently, `gbemu` only supports Gameboy games. I'm working on Gameboy Color sup

Menu | Gameplay
:-------------------------:|:-------------------------:
<img src="https://jgilchrist.uk/img/emulator/tetris-menu.png" width="400"> | <img src="https://jgilchrist.uk/img/emulator/tetris-gameplay.png" width="400">
<img src="https://jgilchrist.uk/img/emulator/zelda-menu.png" width="400"> | <img src="https://jgilchrist.uk/img/emulator/zelda-gameplay.png" width="400">
<img src="https://jgilchrist.uk/img/emulator/pokemon-menu.png" width="400"> | <img src="https://jgilchrist.uk/img/emulator/pokemon-gameplay.png" width="400">
<img src="./.github/images/tetris-menu.png" width="400"> | <img src="./.github/images/tetris-gameplay.png" width="400">
<img src="./.github/images/zelda-menu.png" width="400"> | <img src="./.github/images/zelda-gameplay.png" width="400">
<img src="./.github/images/pokemon-menu.png" width="400"> | <img src="./.github/images/pokemon-gameplay.png" width="400">

[blarggs]: http://gbdev.gg8.se/wiki/articles/Test_ROMs

0 comments on commit 77ef200

Please sign in to comment.