awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesEmulation Session Control

Management of the lifecycle and execution state of an emulated hardware session.

Distinct from Session Management: Controls the emulated machine's state (start/pause/stop) rather than desktop graphical sessions.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Emulation Session Control. Refine with filters or upvote what's useful.

Awesome Emulation Session Control GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mamedev/mameالصورة الرمزية لـ mamedev

    mamedev/mame

    9,929عرض على GitHub↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Manages the lifecycle and execution state of the emulated hardware, including starting, pausing, resetting, and stopping.

    C++
    عرض على GitHub↗9,929
  • lmeszinc/azurlaneautoscriptالصورة الرمزية لـ LmeSzinc

    LmeSzinc/AzurLaneAutoScript

    9,292عرض على GitHub↗

    AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It functions as a screenshot-driven bot that controls Android devices, emulators, and cloud phones via ADB and uiautomator2, using computer vision to make interaction decisions instead of fixed timers. The project distinguishes itself through an advanced computer vision suite that includes local optical character recognition and perspective-aware grid detection. These tools allow the bot to parse 3D game maps, compute vanishing points, and normalize grid-centered objects for precise

    Manages the starting and restarting of emulators to maintain automation stability.

    Pythonalasazur-laneazurlane
    عرض على GitHub↗9,292
  • bfirsh/jsnesالصورة الرمزية لـ bfirsh

    bfirsh/jsnes

    6,397عرض على GitHub↗

    jsnes is a JavaScript-based NES emulator that runs classic NES games in the browser or in Node.js. It provides cycle-accurate CPU emulation, frame-buffer-based video rendering, and sample-buffer audio synthesis, along with a ROM cartridge mapper abstraction for broad game compatibility. The emulator exposes a programmable core with a simple API for controlling emulation state, capturing screenshots, and managing save data. It supports keyboard control remapping at runtime, with settings persisted to localStorage, and offers state serialization for save and restore operations. Battery-backed S

    Provides a simple interface for pausing, resuming, resetting, and reloading emulator state.

    JavaScript6502emulationemulator
    عرض على GitHub↗6,397
  1. Home
  2. Operating Systems & Systems Programming
  3. Emulation Session Control