- [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

View File

@@ -522,8 +522,8 @@ namespace sm83
void processInterrupts()
{
uint8_t *IE = mem::rawPtr(0xffff);
uint8_t *IF = mem::rawPtr(0xff0f);
uint8_t *IE = mem::rawHram(0xffff);
uint8_t *IF = mem::rawHram(0xff0f);
if ( (*IF & *IE) == 0 ) return;
if (halted) {
//exit_from_halt = true;