当前位置: 首页 > 微软应用 > 模拟器 > 正文
开源免费 GBA 游戏模拟器 mGBA 0.10.2 + x64 中文多语免费版

开源免费 GBA 游戏模拟器 mGBA 0.10.2 + x64 中文多语免费版

作者:大眼仔~旭 日期:1个月前 (04-24) 评论:1 条

摘要:大眼仔旭(www.dayanzai.me)作为一名 90 后已步入奔四的年龄,而 GBA 游戏对于现在很多年轻人可能都没接触过。mGBA 是用于运行 Game Boy Advance 游戏的模拟器。 它的目标是比许多现有的 Game Boy Advance 模拟器更快,更准确,并增加其他模拟器所缺少的功能。 它还支持 …

大眼仔旭(www.dayanzai.me)作为一名 90 后已步入奔四的年龄,而 GBA 游戏对于现在很多年轻人可能都没接触过。mGBA 是用于运行 Game Boy Advance 游戏的模拟器。 它的目标是比许多现有的 Game Boy Advance 模拟器更快,更准确,并增加其他模拟器所缺少的功能。 它还支持 Game Boy 和 Game Boy Color 游戏。

开源免费 GBA 游戏模拟器 mGBA 中文多语免费版

开源免费 GBA 游戏模拟器 mGBA 中文多语免费版

mGBA 功能特色

  • 高精度的 Game Boy Advance 硬件支持。
  • Game Boy/Game Boy Color 硬件支持。
  • 快速仿真。已知即使在低端硬件(例如上网本)上也可以全速运行。
  • Qt 和 SDL 端口用于重量轻巧的前端。
  • 本地(同一台计算机)链接电缆支持。
  • 保存类型检测,甚至对于闪存大小。
  • 支持带有运动传感器和隆隆声的卡带(仅适用于游戏控制器)。
  • 实时时钟支持,甚至无需配置。
  • Boktai 游戏的太阳能传感器支持。
  • Game Boy 相机和 Game Boy 打印机支持。
  • 内置的 BIOS 实现,并具有加载外部 BIOS 文件的功能。
  • 按住Tab即可进行Turbo /快进支持。
  • 按住 Backquote 即可倒带。
  • 跳帧,最多可配置 10 个。
  • 屏幕截图支持。
  • 作弊代码支持。
  • 9 个 savestate 插槽。保存状态也可以作为屏幕截图查看。
  • 视频,GIF,WebP 和 APNG 录制。
  • 电子阅读器支持。
  • 键盘和游戏手柄的可重映射控件。
  • 从 ZIP 和 7z 文件加载。
  • IPS,UPS 和 BPS 补丁程序支持。
  • 通过命令行界面和 GDB 远程支持进行游戏调试,与 IDA Pro 兼容。
  • 可配置的仿真倒带。
  • 支持加载和导出 GameShark 和动作重播快照。
  • 适用于 RetroArch/Libretro 和 OpenEmu 的内核。
  • 通过 Weblate 由社区提供的几种语言的翻译。
  • 更多。

控制键位

可在设置菜单中进行控制键位的配置。许多游戏控制器应该会在默认情况下自动映射。键盘的默认控制键位如下:

  • A:X
  • B:Z
  • L:A
  • R:S
  • Start:回车键
  • Select:退格键

系统需求

系统需求很低。任何可以运行 Windows Vista 或更高版本的计算机都应该能够处理模拟机制,还需要支持 OpenGL 1.1 或更高版本。而对于着色器和高级功能,则需要支持 OpenGL 3.2 或更高版本。

mGBA 是由 endrift 开发的免费开放源代码 Game Boy/Color 和 Game Boy Advance 模拟器。 它是从零开始编写的,旨在提高速度,准确性和可移植性。 到目前为止,这是最完整的 GBA 仿真工作,它通过了较早的项目 VBA 及其分支。 它也可以作为 RetroArch 的 Libretro 核心使用。

mGBA 许可证

mGBA 版权所有 © 2013 – 2021 Jeffrey Pfau。 它在 Mozilla 公共许可证 2.0 版下分发。 分发的 LICENSE 文件中提供了许可证的副本。

mGBA 包含以下第三方库:

inih,版权所有 © 2009 – 2020 Ben Hoyt 并在 BSD 3 条款许可下使用。
blip-buf,版权所有 © 2003 – 2009 Shay Green 并在较小的 GNU 公共许可证下使用。
LZMA SDK,这是公共领域。
MurmurHash3 由 Austin Appleby 实现,这是公共领域。
getopt 用于 MSVC,这是公共领域。
SQLite3,这是公共领域。

如果您是游戏发行商并希望许可 mGBA 用于商业用途,请发送电子邮件至 license@mgba.io 了解更多信息。

官方主页

mGBA 0.10.2
Apr 23, 2023 – written by endrift
A new release of mGBA, version 0.10.2 is available. This version is a bugfix release, which contains several important fixes. Important fixes include crashing on start on very old graphics cards and flickering issues on Nvidia GPUs when using the OpenGL renderer. An extensive list of changes follows after the cut.
Emulation fixes:
GBA Audio: Fix improperly deserializing GB audio registers (fixes #2793)
GBA Audio: Clear GB audio state when disabled
GBA Memory: Make VRAM access stalls only apply to BG RAM
GBA Overrides: Fix saving in PMD:RRT (JP) (fixes #2862)
GBA SIO: Fix SIOCNT SI pin value after attaching player 2 (fixes #2805)
GBA SIO: Fix unconnected normal mode SIOCNT SI bit (fixes #2810)
GBA SIO: Normal mode transfers with no clock should not finish (fixes #2811)
GBA Timers: Cascading timers don’t tick when disabled (fixes #2812)
GBA Video: Fix interpolation issues with OpenGL renderer
Other fixes:
Core: Allow sending thread requests to a crashed core (fixes #2784)
FFmpeg: Force lower sample rate for codecs not supporting high rates (fixes #2869)
Qt: Fix crash when attempting to use OpenGL 2.1 to 3.1 (fixes #2794)
Qt: Disable sync while running scripts from main thread (fixes #2738)
Qt: Properly cap number of attached players by platform (fixes #2807)
Qt: Disable attempted linking betwen incompatible platforms (fixes #2702)
Qt: Fix modifier key names in shortcut editor (fixes #2817)
Qt: Fix a handful of edge cases with graphics viewers (fixes #2827)
Qt: Fix full-buffer rewind
Qt: Fix crash if loading a shader fails
Qt: Fix black screen when starting with a game (fixes #2781)
Qt: Fix OSD on modern macOS (fixes #2736)
Qt: Fix checked state of mute menu option at load (fixes #2701)
Qt: Remove OpenGL proxy thread and override SwapInterval directly instead
Scripting: Fix receiving packets for client sockets
Scripting: Fix empty receive calls returning unknown error on Windows
Scripting: Return proper callback ID from socket.add
Vita: Work around broken mktime implementation in Vita SDK (fixes #2876)
Misc:
Qt: Include wayland QPA in AppImage (fixes #2796)
Qt: Stop eating boolean action key events (fixes #2636)
Qt: Automatically change video file extension as appropriate
Qt: Swap P1 and other player’s save if P1 loaded it first (closes #2750)

资源:050.rar
解压密码:www.dayanzai.me
点击下载(提取码:536766)
点击下载(提取码:edr8)
点击下载(提取码:536766)
点击下载(提取码:d1yq)

声明:大眼仔旭 | 本文采用署名-非商业性使用-相同方式共享 4.0 国际许可协议[CC BY-NC-SA]进行授权
文章名称:《开源免费 GBA 游戏模拟器 mGBA 0.10.2 + x64 中文多语免费版
文章固定链接:http://www.dayanzai.me/mgba.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
转载声明
全部评论: (1条)
  1. ngli2021-10-12 05:42 回复
    模拟器走起来~

发表评论

返回顶部