- [NEW] Afegida al makefile opció per a profilechar
@@ -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;
The note is not visible to the blocked user.