git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 832c7463bc7ab3713b8b71088ed8872aff272a54
parent 51510b53fd95b8170a2e94811cd8d904f2fdd7e8
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Tue,  4 Oct 2022 15:06:39 +0300

Add comment to pb12

Diffstat:
MBootROMs/pb12.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BootROMs/pb12.c b/BootROMs/pb12.c @@ -87,7 +87,7 @@ int main() prev[1] = byte; if (bits >= 8) { uint8_t outctl = control >> (bits - 8); - assert(outctl != 1); + assert(outctl != 1); // 1 is reserved as the end byte write_all(STDOUT_FILENO, &outctl, 1); write_all(STDOUT_FILENO, literals, literals_size); bits -= 8;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.