git.y1.nz

SameBoy

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

commit 6337e3e43affa55d830f36767494f20736ec8ee0
parent ac29b4391eea0872fc4336a7d55e66fbbc2e0934
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat,  7 May 2022 20:24:28 +0300

Remove unused

Diffstat:
MCore/gb.h2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/Core/gb.h b/Core/gb.h @@ -581,7 +581,6 @@ struct GB_gameboy_internal_s { uint8_t object_palettes_data[0x40]; uint8_t position_in_line; bool stat_interrupt_line; - uint8_t effective_scx; uint8_t window_y; /* The LCDC will skip the first frame it renders after turning it on. On the CGB, a frame is not skipped if the previous frame was skipped as well. @@ -599,7 +598,6 @@ struct GB_gameboy_internal_s { bool vram_read_blocked; bool oam_write_blocked; bool vram_write_blocked; - bool fifo_insertion_glitch; uint8_t current_line; uint16_t ly_for_comparison; GB_fifo_t bg_fifo, oam_fifo;

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