sjy96525 发表于 2025-2-14 17:42:12

20250211
Improved soundboard IRQ handling
https://github.com/trzy/Supermodel/commit/d43fd3eccb77e1b83abe027089278d3d974970b6

b7902139 发表于 2025-2-15 09:43:06

感谢分享:)

wait 发表于 2025-2-23 11:46:31

学习一下!

sjy96525 发表于 2025-2-28 13:58:28

20250219
Implement "Block Culling" modeword bit of Mercury ASIC
Disables 3D rendering and clears screen to white

Added option to turn off if desired; set NoWhiteFlash to true in Supermodel.ini or add -no-white-flash to command line

Added "white flash" support for legacy renderer
https://github.com/trzy/Supermodel/commit/6a8de59aa9fef216ff27b375b7609f56c13b6595

20250222

Fixed JTAG config parameters when loading savestates
https://github.com/trzy/Supermodel/commit/e9f50fe13ae4b455158fda94988a668c23d0840f

20250228
Fixing tilegen bugs in Scud Race
Fixed the long-standing "rolling start" glitch in all versions of Scud Race, and also a more recent sky background overdraw bug in credits of Super Beginner track in Scud Race Plus

Removed "rolling start" patches from Scud Race ROMs since they are no longer needed
https://github.com/trzy/Supermodel/commit/112e7bb9b4ac666c987e0b60c54a86038ed0ad41

sjy96525 发表于 2025-3-15 11:12:27

sdl: add support for gamecontroller api
currently, supermodel only implement the sdl joystick api.

That mean that if we use different controllers, they need to be correctly remapped && calibrate each time.

This patch implement sdl gamecontroller api, through "InputSystem = sdlgamepad" config
which normalize the mapping && calibration.

gamecontroller is matching x-input on windows, so the limit is 6 axis (with 2 separated Z triggers axis),
4 dpad/hats and 16 buttons. (x-input is limited to 10buttons).

https://github.com/trzy/Supermodel/commit/daf0fadc11a19fd943e72c6df097708a00073978

Write default Supermodel.ini if not present

https://github.com/trzy/Supermodel/commit/5b2c5897e8a972cba6db92abe7e60c9ca98c99e8

foxbrian 发表于 2025-3-15 15:15:01

感谢分享

KOF2112 发表于 2025-3-23 22:03:33

– Merge pull request #236 from trzy/bart/consistent-decay
– Common digital sensitivity and decay speed settings for all digital buttons mapped to analog inputs
– Fix broken copy command in build bot script
– Introduced InputDigitalSensitivity and InputDigitalDecaySpeed settings for all non-keyboard digital inputs mapped to analog inputs; key settings remain and take precedence for keyboard keys
– Merge pull request #235 from trzy/bart/ini-file
– Write default Supermodel.ini if not present
– Write default Supermodel.ini if not present and remove it from distribution
– Merge pull request #233 from aderumier/sdlgamecontroller
– sdl: add support for gamecontroller api
– currently, supermodel only implement the sdl joystick api.
– That mean that if we use different controllers, they need to be correctly remapped && calibrate each time.
– This patch implement sdl gamecontroller api, through « InputSystem = sdlgamepad » config which normalize the mapping && calibration.
– gamecontroller is matching x-input on windows, so the limit is 6 axis (with 2 separated Z triggers axis), 4 dpad/hats and 16 buttons. (x-input is limited to 10buttons).
– Misc fixes

sjy96525 发表于 3 天前

20250331
Fix a corner case with the quad shader where the attribute interpolation can be bad. (toxieainc)

https://github.com/trzy/Supermodel/commit/0b508b6febd3d58074c3c5fd7fef607730270811

KOF2112 发表于 3 天前

– Fix a corner case with the quad shader where the attribute interpolation can be bad. (toxieainc)
– Misc fixes

sig1b 发表于 前天 09:43

学习学习1
页: 1 2 [3]
查看完整版本: SEGA MODEL3 模拟器 Supermodel (2025/04/01)