===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.h-116-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.h:117:      void CheckIRQAddr(uint32_t addr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.h-118-      void WriteSPURAM(uint32_t addr, uint16_t value);
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/gte.h-13-uint32_t GTE_ReadCR(unsigned int which);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/gte.h:14:uint32_t GTE_ReadDR(unsigned int which);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/gte.h-15-
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/gte.cpp-567-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/gte.cpp:568:uint32_t GTE_ReadDR(unsigned int which)
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/gte.cpp-569-{
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/cpu.cpp-1067-            LDWhich = rt;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/cpu.cpp:1068:            LDValue = GTE_ReadDR(rd);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/cpu.cpp-1069-         }
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/cpu.cpp-1222-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/cpu.cpp:1223:	 WriteMemory<uint32>(timestamp, address, GTE_ReadDR(rt));
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/cpu.cpp-1224-	}
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-545-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:546:INLINE void PS_SPU::CheckIRQAddr(uint32 addr)
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-547-{
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-560-{
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:561:   CheckIRQAddr(addr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-562-
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-567-{
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:568:   CheckIRQAddr(addr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-569-   return(SPURAM[addr]);
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1063-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1064:   CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1065-}
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1074-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1075:   CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1076-
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1214-                    IRQAddr = (V << 2) & 0x3FFFF;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1215:                    CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1216-                    //SPUIRQ_DBG("Set IRQAddr=0x%06x", IRQAddr);
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1220-                    RWAddr = (V << 2) & 0x3FFFF;	      
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1221:                    CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1222-                    //SPUIRQ_DBG("Set RWAddr=0x%06x", RWAddr);
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1226-                    RWAddr = (RWAddr + 1) & 0x3FFFF;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1227:                    CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1228-                    break;
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1240-                    }
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1241:                    CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1242-                    break;
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1319-               RWAddr = (RWAddr + 1) & 0x3FFFF;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp:1320:               CheckIRQAddr(RWAddr);
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/psx/spu.cpp-1321-
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-24-  int lo,hi;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h:25:  asm volatile("smull\t%0, %1, %2, %3"
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-26-               : "=&r"(lo),"=&r"(hi)
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-37-  int lo,hi;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h:38:  asm volatile("smull	%0, %1, %2, %3\n\t"
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-39-	       "movs	%0, %0, lsr #15\n\t"
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-46-
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h:47:#define MB() asm volatile ("" : : : "memory")
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-48-
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-109-  int tmp;
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h:110:  asm volatile("subs	%1, %0, #32768\n\t"
libretro-beetle-psx-0.9.38.6+git20151019/mednafen/tremor/asm_arm.h-111-	       "movpl	%0, #0x7f00\n\t"
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/.pc/01_shared_libtrio.patch/Makefile-57-   OSXVER = `sw_vers -productVersion | cut -d. -f 2`
libretro-beetle-psx-0.9.38.6+git20151019/.pc/01_shared_libtrio.patch/Makefile:58:   OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
libretro-beetle-psx-0.9.38.6+git20151019/.pc/01_shared_libtrio.patch/Makefile-59-ifeq ($(OSX_LT_MAVERICKS),"YES")
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/.pc/04_add_CPPFLAGS.patch/Makefile-57-   OSXVER = `sw_vers -productVersion | cut -d. -f 2`
libretro-beetle-psx-0.9.38.6+git20151019/.pc/04_add_CPPFLAGS.patch/Makefile:58:   OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
libretro-beetle-psx-0.9.38.6+git20151019/.pc/04_add_CPPFLAGS.patch/Makefile-59-ifeq ($(OSX_LT_MAVERICKS),"YES")
##############################################
libretro-beetle-psx-0.9.38.6+git20151019/Makefile-57-   OSXVER = `sw_vers -productVersion | cut -d. -f 2`
libretro-beetle-psx-0.9.38.6+git20151019/Makefile:58:   OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
libretro-beetle-psx-0.9.38.6+git20151019/Makefile-59-ifeq ($(OSX_LT_MAVERICKS),"YES")