Home
last modified time | relevance | path

Searched refs:LOCUTUS_PERM_WRITE (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/src/locutus/
H A Dloc_to_bin.cpp276 perm[ LOCUTUS_PERM_WRITE ] || in scan_and_classify_locutus()
343 if ( perm[ LOCUTUS_PERM_WRITE ] ) in scan_and_classify_locutus()
464 !perm[LOCUTUS_PERM_WRITE] ) in scan_and_classify_locutus()
467 const int width = perm[LOCUTUS_PERM_WRITE ] && in scan_and_classify_locutus()
471 perm[LOCUTUS_PERM_READ] && perm[LOCUTUS_PERM_WRITE] ? MEMATTR_RAM in scan_and_classify_locutus()
472 : perm[LOCUTUS_PERM_READ] && !perm[LOCUTUS_PERM_WRITE] ? MEMATTR_ROM in scan_and_classify_locutus()
473 : !perm[LOCUTUS_PERM_READ] && perm[LOCUTUS_PERM_WRITE] ? MEMATTR_WOM in scan_and_classify_locutus()
H A Dbin_to_loc.cpp296 if ( span->flags & BC_SPAN_W ) perm.set( LOCUTUS_PERM_WRITE ); in process()
313 if ( span->flags & BC_SPAN_W ) perm.set( LOCUTUS_PERM_WRITE ); in process()
H A Dlocutus.cpp242 (our_perm[LOCUTUS_PERM_READ] || our_perm[LOCUTUS_PERM_WRITE]) ) in intv_write()
279 if ( feature_flag[32] && !our_perm[LOCUTUS_PERM_WRITE] ) in intv_write()
328 if ( our_perm[LOCUTUS_PERM_WRITE] ) in intv_write()
H A Drom_to_loc.cpp142 perm[ LOCUTUS_PERM_WRITE ] = is_writable; in process_romimg()
H A Dlocutus_types.hpp18 static const int LOCUTUS_PERM_WRITE = 1; variable