Home
last modified time | relevance | path

Searched refs:new_PA (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/cpu/hphybrid/
H A Dhphybrid.cpp1331 uint8_t new_PA; in check_for_interrupts() local
1336 new_PA = 7; in check_for_interrupts()
1338 for (new_PA = 7; new_PA && !BIT(vector , 7); new_PA--, vector <<= 1) { in check_for_interrupts()
1342 BIT_SET(new_PA , 3); in check_for_interrupts()
1348 CURRENT_PA = new_PA; in check_for_interrupts()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/hphybrid/
H A Dhphybrid.cpp1331 uint8_t new_PA; in check_for_interrupts() local
1336 new_PA = 7; in check_for_interrupts()
1338 for (new_PA = 7; new_PA && !BIT(vector , 7); new_PA--, vector <<= 1) { in check_for_interrupts()
1342 BIT_SET(new_PA , 3); in check_for_interrupts()
1348 CURRENT_PA = new_PA; in check_for_interrupts()