- [NEW] gbscreen ara accedeix a la hram i vram directament

- [NEW] Afegida al makefile opció per a profilechar
This commit is contained in:
2025-01-30 12:20:58 +01:00
parent 1b343e4dcc
commit dc6b3b6a78
6 changed files with 90 additions and 75 deletions

3
mem.h
View File

@@ -36,7 +36,8 @@ namespace mem
void saveState(FILE* f);
void loadState(FILE* f);
uint8_t *rawPtr(uint16_t address);
uint8_t *rawVram();
uint8_t *rawHram(uint16_t address);
void init_dma_transfer(uint8_t source);
void update_mapped(const uint32_t dt);