jgb v0.10.6 - 模擬器

Donna avatar
By Donna
at 2023-05-04T09:23

Table of Contents

v0.10.6

Changes:

- Implement the HALT bug, where executing a HALT instruction while IME=0 and
(IE & IF) != 0 causes the program counter to fail to increment after the
next opcode read; this fixes The Smurfs from hanging on startup as it
depends on the HALT bug to change an LDH A, ($FF00+$8C) instruction (F0 8C)
into LDH A, ($FF00+$F0) followed by ADC H (F0 F0 8C)

- Add an About window specifying current version

Download:
https://github.com/jsgroth/jgb/releases/tag/v0.10.6







jgb is a cross-platform low-level Game Boy [Color] emulator with no
game-specific logic or game-specific hacks. It is not completely
cycle-accurate due to CPU emulation being instruction-based rather than
cycle-based, but it should be able to run the vast majority of licensed Game
Boy and Game Boy Color games.

Features:

Game Boy and Game Boy Color emulation
Support for cartridges using MBC1, MBC2, MBC3, MBC5, MBC7 mappers
Save file / cartridge RAM persistence to disk
Keyboard input and DirectInput gamepad support
Support for the MBC3 real-time clock with persistence to disk
Support for MBC5 rumble cartridges (requires a gamepad with rumble)
Support for the MBC7 accelerometer (requires a gamepad with an accelerometer)
2x fast-forward toggle
Save & load state
Three different color palette options for GB mode (black & white, light green
tint, intense lime green)
Option for GBC color correction to more closely mimic how games looked on the
Game Boy Color LCD
Option for integer scaling regardless of window/display size

Changes:

- Fix Resident Evil Gaiden from crashing the emulator after the title screen;
this game intentionally underflows the program counter using a relative jump
instruction, which previously caused the emulator to terminate with an error.
It will now "gracefully" wrap around from $0000 to $FFFF (and vice versa)

Download:
https://github.com/jsgroth/jgb/releases/tag/v0.10.5


https://github.com/jsgroth/jgb

--

All Comments

citra運行在雙螢幕手機LG G8X THINQ

Irma avatar
By Irma
at 2023-05-01T20:44
如題 手機是LG G8X THINQ 做法是參考如下影片 https://youtu.be/5bhYN4uRQ6A 本來想說照著作就可以,沒想到在wide mode時 有全螢幕,但是並沒有像影片2:46左右處那樣分成 上下兩個畫面, 想請問該怎麼設定? 謝謝 ---- Sent from B ...

請問skyline模擬器能安裝遊戲更新檔嗎?

Genevieve avatar
By Genevieve
at 2023-05-01T18:29
想請問skyline模擬器要如何安裝nsp格式的遊戲更新檔? 有找過youtube但是關於skyline中文教學很少也沒有提到能否安裝遊戲更新 也有找過bili那邊,但那邊教學影片很雜亂找不到詳細教學 不知道是否有關於nsp、xci檔案安裝執行與更新比較詳細的教學? - ...

PPSSPP v1.15

Charlotte avatar
By Charlotte
at 2023-05-01T12:32
v1.15.3 – 各種輕微當機和其他修復 – Android:允許透過內容 URI 啟動(對於前端) – 控件映射:修復 UI 映射中導致某些控制器出現問題的錯誤 v1.15.2 - 各種小當機修復 - 修復 Android VR 構建中的 Android 12 支援(避免範圍存儲) v1.15. ...

NES惡魔城一代30周年紀念:視覺操控強化版

Zora avatar
By Zora
at 2023-04-30T19:52
https://youtu.be/E9dALCcwffw [TEST] NES - Castlevania 1 : 30th anniversary mod + improved controls hack . 很久沒碰不熟的模擬器了,這天來試EF論壇Guanin大大注文指定要的 FC惡魔城三十周年強化版包。 ...

Denise v2.0

Mason avatar
By Mason
at 2023-04-28T09:29
Denise is a cycle accurate and platform independant C64 / Amiga emulator. My motivation for this project is understanding how it works and write clean and ...