SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Cocoa/GBHexStatusBarRepresenter.h
1 #import <Core/gb.h>
2 #import <HexFiend/HFRepresenter.h>
3
4
5 @interface GBHexStatusBarRepresenter : HFRepresenter
6 @property GB_gameboy_t *gb;
7 @property (nonatomic) bool useDecimalLength;
8 @property (nonatomic) uint16_t bankForDescription;
9 @property (nonatomic) uint16_t baseAddress;
10 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.