arcl_windows_x68k

manymids/arcl_windows_x68k
★ 0 stars C Code/Dev Tools Updated 3d ago
Windows frontend for a Sharp X68000 emulator core based on px68k-libretro. Beyond the normal SDL2 GUI, it can run as an MCP (Model Context Protocol) stdio server, letting clients capture the display, send input, use the Human68k console, inspect debug info, and manage save states.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arcl_windows_x68k": {
      "command": "npx",
      "args": [
        "-y",
        "manymids/arcl_windows_x68k"
      ]
    }
  }
}

README Excerpt

本プロジェクトは [px68k-libretro](https://github.com/libretro/px68k-libretro) をベースに、Windows 上で動作する Sharp X68000 エミュレータ用フロントエンドを提供します。 通常の SDL2 GUI による対話操作に加え、[Model Context Protocol (MCP)](https://modelcontextprotocol.io/) の stdio サーバーとして起動できます。MCP 対応クライアントから、画面取得、入力、Human68k コンソール、デバッグ情報およびセーブステートを操作できます。 本リポジトリには、BIOS、CG-ROM、Human68k、ゲームその他のディスクイメージは一切含まれません。利用者自身が適法に取得・保有するファイルを使用してください。

Tools (1)

Esc