2022年5月17日 星期二

Mesen-X v1.0.1

 FC / NES模擬器 Mesen-X 發布新版,更新如下 :

New Contributors

https://github.com/NovaSquirrel/Mesen-X/releases

2022年5月13日 星期五

Flycast Dojo 0.4.51

 SEGA系列多機種模擬器 Flycast Dojo 發布新版,更新如下 :

  • Add Fightcade Lobby Game Definitions (thanks crowspaceboy)
    • Dreamcast
      • flycast_dc_ggram2
      • flycast_dc_gram2000
      • flycast_dc_ufc
      • flycast_dc_ecwhr
      • flycast_dc_ecwar
      • flycast_dc_wwfa
      • flycast_dc_wwfrr
https://github.com/blueminder/flycast-dojo/releases

2022年5月12日 星期四

Flycast Dojo 0.4.50

 SEGA系多機種模擬器 Flycast Dojo 發布新版,更新如下 :

Upstream Flycast Changes

  • OIT: Add max layers and pixel buffer size options
  • DX11 OIT: TextureFiltering support
https://github.com/blueminder/flycast-dojo/releases

2022年5月11日 星期三

np2fmgen 220505

 PC-98xx系列模擬器 Neko ProjectⅡ fmgen 發布新版,更新如下 :

np2f_932.dll変更

HSBのドライブ指定ブートでhostdrvが使えなくなるのを修正

Window(OGL)追加
今までWindow(Hard|Soft)+Stretch FilterでOpenGLにしていましたがわかりにくいので独立させました
Stretch FilterのオンオフはOGLに依存します

Window(Hard|Soft)の時のStretch Filterのメニューを無効化

iniのENHANCEDのWindow(Soft)の描画タイプ(bit12)を廃止(変わりに…)

iniのENHANCEDにD3Dスケーリング別タイプ追加
bit12(4096) = 0:通常/1:別タイプ
D3DでStretch Filterオフでの等倍以外の描画で問題がある場合に指定してください
内部でワンクッション処理が入るので通常より負荷がかかります
通常で問題なかったりDirectDraw|OpenGLのパフォーマンスで十分ならば指定する必要はありません
Stretch Filterの効果が無い場合があります

Disp vsync修正
反映されていなかった場合があったのを修正

zlibを1.2.12に変更

2022年5月5日 星期四

Flycast Dojo 0.4.48

 SEGA多機種模擬器 Flycast Dojo 發布新版,更新如下 :

Upstream Flycast Changes

  • Fix VF4FT DIMM cheat, Fixes SH4 exception when run with Mac OS
https://github.com/blueminder/flycast-dojo/releases

2022年5月3日 星期二

DSP Emulator 0.20WIP8

 多機種模擬器 DSP Emulator 發布新版,更新如下 :

-General
    +ROMs export
        -Fixed Sly Spy ROMs info (Thanks to Neville)
    +CPU
        -Z80
            +Added M1 raise signal (read opcode)
        -M6800
            +Added HD63701Y0 CPU
            +Fixed internal read/write registers
            +Fixed opcodes BHI and BLS (ouch!)
            +Added opcode RORA
-Amstrad CPC
    +Speed up video
    +Dandanator added initial support
-Black Tiger
    +Fixed MCU CPU clock
    +Added video HW specs
-Commando
    +Fixed main CPU clock
    +Added video HW specs
-Ghost'n Goblins
    +Added video HW specs
-Gun.Smoke HW
    +Added video HW specs
-The Legend of Kage
    +Rewrited video driver
        -Fixed proirity BG/FG/Sprites
        -Fixed disable screen
-Outrun (Thanks to Neville)
    +Fixed palette
    +Fixed shadows
-Senjyo HW (called StarForce before)
    +Fixed video buffer
    +Added BG stripe and radar
    +Added char flip
    +Added Senjyo driver with sound
    +Added Baluba-louk no Densetsu driver with sound
-Super Dodgeball
    +Added driver with sound
-Sega System 16A HW (Thanks to Neville)
    +Fixed palette
    +Fixed shadows
-Sega System 16B HW (Thanks to Neville)
    +Fixed palette
    +Fixed shadows

 
 
 
 
 

https://github.com/leniad/dsp-emulator

2022年5月2日 星期一

DOSBox-X 0.83.25 (2022-05-01)

 DOS模擬器 DOSBox-X 發布新版,更新如下 :

  • XGA: Do not register XGA I/O ports unless emulating
    S3 chipset (such as machine=svga_s3) (joncampbell123)
  • Menu options "Force scaler" and "Print text screen"
    can now be assigned to keyboard shortcuts from the
    Mapper Editor. (Wengier)
  • Allowed to boot from Toshiba DOS image file for the
    Toshiba J-3100 emulation. (nanshiki)
  • Default S3 machine types now support XGA/SXGA VText
    in DOS/V, in addition to svga_et4000. (nanshiki)
  • Added "j3100backcolor" and "j300textcolor" config
    options (in [dosv] section) to specify background
    and text colors in J-3100 mode. (nanshiki)
  • Added config option "aspect_ratio" (in [render]
    section) which when set will force the specified
    aspect ratio (e.g. 16:9 or 3:2) in the aspect ratio
    correction mode (i.e. aspect=true). A menu group
    "Aspect ratio" is added to "Video" menu for users
    to select or set an aspect ratio, including an
    original ratio option. (Wengier)
  • Added config option "show recorded filename" (in
    [dosbox] section) which when set to true (default)
    will show message boxes with recorded filenames
    when making audio or video captures. (Wengier)
  • Added config option "allow quit after warning" (in
    [dosbox] section) which when set to false DOSBox-X
    will disallow the quit option after displaying a
    warning message. (Wengier)
  • Added config option "turbo last second" (in [cpu]
    section) which allows to stop the Turbo function
    after specified number of seconds. (Wengier)
  • Updated FLAC, MP3, and WAV decoder libraries to the
    latest versions (v0.12.38, v0.6.32, and v0.13.6)
    respectively; per David Reid). (Wengier)
  • Added support for upper case characters (A-Z) for
    AUTOTYPE command. (kcgen)
  • Added /T option for CHOICE command to set a default
    choice as in DOS, e.g. CHOICE /T:Y,3 (Wengier)
  • Added Korean language option in Windows installer.
    Also, language option page will be shown regardless
    of the output option selected. (Wengier)
  • Add stub INT 10h handler at F000:F065 if
    machine=vgaonly and using a VGA ROM BIOS image.
    The IBM VGA ROM BIOS image points INT 42h at that
    fixed address and calls it for any function it does
    not understand. (joncampbell123)
  • Set int33 event status bit 8 when passing absolute
    mouse coordinates, which is useful in emulation or
    virtualization environments where the mouse may be
    integrated with the host cursor. (javispedro)
  • Added support for Pentium Pro hinting NOPs and
    related multi-byte NOPs. (Jookia)
  • Updated HX DOS Extender to latest version 2.19 for
    HX-DOS builds. (Wengier)
  • DOSBox-X returns 1 instead of 0 when E_Exit occurs
    or unit tests fail. (Wengier)
  • Fixed built-in IPX and Modem emulation unavailable
    in MinGW builds. (Wengier)
  • Fixed -machine command-line option (as listed by
    "INTRO USAGE" command) not working. (Wengier)
  • Fixed lockup in classic Jumpman. (maron2000)
  • Fixed color in some modes under x86-64 macOS SDL2
    builds. (myon98)
  • Fixed extra INT 10h call during BIOS screen. The
    extra call caused crashes when combined with a ROM
    image of the stock IBM VGA BIOS. (joncampbell123)
  • Fixed fscale FPU operation and updated FPU status
    word. Also fixed FPU stack value log messages on
    x86-based builds. (cimarronm)
  • Fixed bug that OpenGL Voodoo window may not appear
    correctly if the DOSBox-X window was previously in
    full-screen mode in some builds. DOSBox-X will now
    ensure a switch to window mode (or maximized window
    mode) in this case. Also fixed some menu options
    including rebooting DOSBox-X while Voodoo emulation
    is currently active. (Wengier)
  • Fixed crash when switching to dynamic_rec core from
    menu when dynamic_x86 is also available. Also fixed
    the dynamic_rec core may not be displayed correctly
    in the menu when a language file is used. (Wengier)
  • Fixed Windows resource information. (Wengier)
  • Fixed a buffer overflow when launching a program.
    (Jookia)
  • Fixed bug where DOS IOCTL would call device control
    channel on devices which did not advertise support
    for IOCTL. (cimarronm)
  • Clean up of DOS device and attribute flag usage
    (cimarronm)
  • Integrated commits from mainline (Allofich)
    • Use real pointer with font data for reading
      characters. Also ignore page number for modes with
      only one page.

https://github.com/joncampbell123/dosbox-x/releases