Skip to content

Commit

Permalink
[core] Update README and bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NightShade256 committed Apr 1, 2021
1 parent 64e97e0 commit f2e81a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "argentum-gb"
version = "0.3.0"
version = "0.3.1"
authors = ["Anish Jewalikar <anishjewalikar@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ Argentum is certainly not perfect, but it supports the following features.

- Passing blargg's CPU tests, instruction timing tests and memory timing tests.
- Passing all of mooneye-gb timer (not timing!) tests.
- PPU (scanline-based) which passes the dmg-acid2 PPU test.
- Good CGB Support (there are some glitches in Shantae but it mostly works).
- PPU (scanline-based) which passes the dmg-acid2 and cgb-acid2 PPU tests.
- Great CGB Support.
- MBC1 (no multicarts), MBC3 (no RTC) and MBC5 (no rumble) cartridges are supported.
- Support for sound with all sound channels working as intended.
- Boot ROM support (right now only Bootix by Optix is supported and also only for DMG).
- Battery Saves support (extremely experimental, should not be relied upon!)

## Resources

Expand Down
2 changes: 1 addition & 1 deletion argentum-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argentum-core"
version = "0.3.0"
version = "0.3.1"
authors = ["Anish Jewalikar <anishjewalikar@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit f2e81a7

Please sign in to comment.