=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== osmose-emulator-1.6/src/OsmoseCore.cpp-87- iom->attachDebugEventListener(dbg); osmose-emulator-1.6/src/OsmoseCore.cpp:88: dasm = new Z80Dasm(*env); osmose-emulator-1.6/src/OsmoseCore.cpp-89- dbg->setMemoryMapper(mem); ############################################## osmose-emulator-1.6/src/OsmoseCore.h-113- unsigned int old_cycles; // Used for cycle count. osmose-emulator-1.6/src/OsmoseCore.h:114: Z80Dasm *dasm; // Z80 disasembler object. osmose-emulator-1.6/src/OsmoseCore.h-115- SmsDebugger *dbg; // Sms Debugger. ############################################## osmose-emulator-1.6/src/VDP.cpp-263-/*------------------------------------------------------------*/ osmose-emulator-1.6/src/VDP.cpp:264:unsigned short VDP::getVRAMAddr() osmose-emulator-1.6/src/VDP.cpp-265-{ ############################################## osmose-emulator-1.6/src/VDP.h-105- void update(unsigned int *s, bool drawline); // Update VDP. osmose-emulator-1.6/src/VDP.h:106: unsigned short getVRAMAddr(); // Get VDP pointer. osmose-emulator-1.6/src/VDP.h-107- bool getIrqLinePending() {return irq_line_pending;}