SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 939817df734f04c216de7b7debecb0f02282e17f parent e8158be454e24c6ef2cf9caf4dee6e39645829f6 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 17 Apr 2021 16:59:22 +0300 Update version, finalize BESS 1.0 Diffstat:
| M | BESS.md | 4 | +--- |
| M | version.mk | 3 | ++- |
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/BESS.md b/BESS.md @@ -1,4 +1,4 @@ -# BESS – Best Effort Save State +# BESS – Best Effort Save State 1.0 ## Motivation @@ -6,8 +6,6 @@ BESS is a save state format specification designed to allow different emulators, ## Specification -**Note: This specification is currently under development and will potentially change in the near future** - Every integer used in the BESS specification is stored in Little Endian encoding. ### BESS footer diff --git a/version.mk b/version.mk @@ -1 +1 @@ -VERSION := 0.14.2 +VERSION := 0.14.3 +
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.