PS模擬器 XEBRA 發布新版,更新如下 :
・シフト算に馬鹿除けを設置
ARMとmips,x86とではシフト算のシフト数の扱いに違いがあることに
今更気付いたので修正した。
x86であるPC版では実質変化はない。
・初期化等の手順を変更
64ビットバイナリ変換でアドレスを絶対値で指定すると冗長すぎるので
相対値に切り替えた。切り替えのためには、今まで別々のユニットに属していた
パラメータを一つのユニットに集約する必要があり、その関係で初期化等の
手順を変更した。
http://drhell.web.fc2.com/ps1/index.html
2019年10月2日 星期三
DOSBox-X 0.82.22 (2019-09-30)
DOS模擬器 DOSBox-X 發布新版,更新如下 :
0.82.22
0.82.22
- Added Normal2x render scalers so that 'force scaler'
for 1x2 or 2x1 scalefactors works and you can scale
up 320x200/640x200 VGA modes and 640x200 CGA modes
by 2x. - Main window titlebar now reflects whether or
not the debugger interface is active. - Debugger interface now flushes terminal input
upon entering the debugger, so that keyboard
input prior to entering the debugger is ignored. - Debugger mapper shortcut and menu item are now
a toggle. Selecting once will enter the debugger
and selecting again will resume emulation. - cycles=max now displays cycle percentage correctly
instead of showing e.g. 100 cyc/ms - (Allofich) Note and ignore INT 33, AX=53C1 call
for the Logitech CyberMan. - Fixed odd code addition that disabled (through
the configuration) XMS, EMS, and UMB when
booting a guest OS. This fixes a problem where
those services are not available when rebooting
back into the DOSBox-X shell from a guest OS. - CGA 640x200 and MCGA 640x480 modes fixed to
have proper refresh rate when machine=mcga,
instead of 140Hz. - MCGA horizontal active display register
encodes N - 1, not N, according to real
hardware register dumps. - INT 10h modes 2 and 3 updated set MCGA CRTC
write protect bit, to match real PS/2 hardware
behavior, and to unlock CRTC registers during
mode set. - PC-98 VSYNC interrupt now fires at vertical
retrace start (as documented) instead of at
active display end behavior borrowed from
DOSBox VGA emulation. This fixes "Tonight"
by Swat. - Fixed mistake that placed N88 ROM BASIC stub
(something specific to PC-98) in memory even
in IBM PC/XT/AT emulation mode. - Fixed some callback slot leaks that can cause
DOSBox-X to run out of callback slots if you
reset the guest system too much. - Fixed invalid callback and errant interrupt
handling during BIOS reset delay that happens
if you use the keyboard shortcut to trigger
system reset. - XMS emulation resets global enable and local
enable state on XMS emulation startup to fix
crashes related to inability to control A20 gate
after system reset or DOS kernel restart. - Debugger "SM" command now accepts segment:offset
syntax for memory location to write. - Fixed INT 21h AH=65h bug that returns DBCS table
for AH=4h that should return filename uppercase
table. - Configuration GUI property settings are now
shown in a single column wide list with scrolling. - In the configuration GUI, help dialogs will now
present the help text as a scrollable region if
there is too much to fit on screen. - dosbox.conf mixer rate will now accept any
sample rate from 4KHz to 192KHz instead of only
fixed specific sample rates. - cascade interrupt ignore in service setting now
accepts true, false, and auto. "auto" is now the
default, and will choose true or false depending
on machine type for correct emulation either way.
It should no longer be necessary to add
"cascade interrupt ignore in service=true" to
your dosbox.conf every time you want to run a
PC-98 game properly. - PC-98 FM board emulation will now load SOUND.ROM
into segment CC00h if available, if FM board
emulation is enabled. - PC-98 INT 18h AH=30h updated to return AH=05h
AL=00h BH=00h if success, AH=00h AL=01h BH=01h
if failure. This is needed to get Puyo Puyo 2
to work, which for some reason fails if a call
to set 15KHz mode works. - PC-98 LIO and SOUND BIOS entry points, while
still not implemented, have been updated to
print the name of the call according to an
online reference. - DOS FCB rename now supports renaming the
volume label as MS-DOS does. - Fixed bug that prevented proper DOS FCB rename
if the FCB used to rename is extended. - FAT filesystem driver updated to also store
updated volume label in the boot sector of the
partition, as per MS-DOS FAT standards. - FCB create can now be used to set a FAT
filesystem label. MS-DOS LABEL.EXE works
correctly now. - FAT filesystem driver now allows LABEL command
to change the FAT volume label of mounted disk
images. - DOS kernel updated to support basic FCB methods
of deleting/setting the volume label, at least
on local folder mounts. - DOS kernel will now return the volume label of
FAT filesystems mounted from disk images. - LABEL setting code fixed not to treat label as
if an 8.3 filename. - LABEL is no longer a builtin shell command and
appears on drive Z: as LABEL.COM - LABEL reimplemented to imitate MS-DOS behavior
with regard to how it handles the command line. - File I/O checking and cleanup (Allofich)
- Integrated commits from mainline (Allofich)
- Handle errant IRQs as a real BIOS does. Also
remove r3263 workaround, as it's no longer
needed. - Fix flag behavior of several shift/rotate
instructions, cause exceptions and fix
potential 'pop ss' problems - Add support for Print Screen key and
interrupt. In-game screenshot feature
of Descent and Descent 2 now works.
- Handle errant IRQs as a real BIOS does. Also
2019年9月28日 星期六
Cemu 1.15.15b
Wii U模擬器 Cemu 發布新版,更新如下 :
# New in 1.15.15b (public release):
GX2: Fixed a bug that could lead to random performance drops or crashes under rare circumstances
# New in 1.15.15:
general: The default gameprofiles that ship with Cemu and the ones with user edits
are now in separate folders. This change was made so that extracting all
files from the Cemu.zip into an existing Cemu installation no longer
overwrites any game settings
AX: Added support for mono and surround sound
AX: Added API AXSetDeviceRemixMatrix, AXGetDeviceRemixMatrix
GX2: Guarantee usage of locale independent number formats when inserting preset variables into custom shaders (#190)
GX2: Added optional VRAM stat to overlay (Win 8.1 and above only)
GX2: Tweaks to cache management on OpenGL to prevent internal out-of-memory crashes (#176, #186)
https://cemu.info/
# New in 1.15.15b (public release):
GX2: Fixed a bug that could lead to random performance drops or crashes under rare circumstances
# New in 1.15.15:
general: The default gameprofiles that ship with Cemu and the ones with user edits
are now in separate folders. This change was made so that extracting all
files from the Cemu.zip into an existing Cemu installation no longer
overwrites any game settings
AX: Added support for mono and surround sound
AX: Added API AXSetDeviceRemixMatrix, AXGetDeviceRemixMatrix
GX2: Guarantee usage of locale independent number formats when inserting preset variables into custom shaders (#190)
GX2: Added optional VRAM stat to overlay (Win 8.1 and above only)
GX2: Tweaks to cache management on OpenGL to prevent internal out-of-memory crashes (#176, #186)
https://cemu.info/
2019年9月26日 星期四
PPSSPP 1.9
PSP模擬器 PPSSPP 發布新版,更新如下 :
Flicker fixed in God of War that appeared with newer drivers for Mali GPUs (#12224)
Improve performance of God of War on Vulkan (#12242), implement built-in GPU profiler (#12262, #12266)
Vertex range culling fixed on ARM Mali (#12227)
Started to improve VFPU precision, resulting so far in a fix for the long standing Tekken 6 leg shaking problem (#12217)
Fixed a VFPU precision snafu on ARM64, fixing disappearing officers in Warriors Orochi (#11299) and some problems in Tomb Raider (#11179).
Vulkan is the default again on Android versions newer than Pie
Fix various homebrew store issues
GPU pause signal handling fixed, fixing some hangs in Bleach and Armored Core games (#12160)
Audio sample rate conversion handling fixes (#12147)
Some Vulkan optimizations (pre-rotation (#12216), perf fix in Metal Gear Acid, etc)
Multiple fixes for the UWP build (#12036, others)
MP3 playback fixes (#12005)
Audio in Motorstorm: Arctic Edge fixed by returning errors correctly (#12121)
Audio glitches in Final Fantasy Tactics fixed (#9956)
Camera display in Invizimals fixed (#12278, #8521)
Added hotkeys for texture dump and replace (#11938)
Added Visual Studio 2019 support. Windows XP is no longer supported (#11995, others)
Fixes for video capture (#12069)
Added a separate sound volume for alternative speed (#12124)
Improved mouse control (Windows only) (#12173, #12176)
Support for installing texture packs and ISOs from zips (#12175)
Right analog support for touch controls (only used by patched games and some HD remasters) (#12182)
Android: Fix OpenSL initialization, possibly helps audio crackle a little. (#12333).
Fix graphics on Amazon Fire TV Stick 4K
Fixed strange vehicle behavior in MGS:PW (somehow) (#12342)
Ported to the Nintendo Switch by m4xw! Builds available on m4xw's Patreon.
MAME 0.214
MAME發布新版,更新如下 :
https://www.mamedev.org/?p=473
MAMETesters Bugs Fixed
- 00130: [Sound] (darkseal.cpp) darkseal: When using your weapon, the music speed increases. (AJR)
- 00389: [Sound] (cbuster.cpp) cbuster: The music tempo increases up when the flamethrower is used. (AJR)
- 02108: [Sound] (vaportra.cpp) vaportra, vaportrau, kuhga: Music tempo changes when firing. (AJR)
- 03635: [Gameplay] (igspoker.cpp) cpoker, cpokert: Games freezing during play. (Roberto Fresca)
- 05802: [DIP/Input] (pk8020.cpp) korvet, neiva, kontur: Keyboard does not work! (Robbbert)
- 06205: [Graphics] (snes.cpp) snes [pilotwinu,pilotwinj]: Upper part of the screen image repeated. (AmatCoder)
- 06486: [Side-by-side] (a2600.cpp) a2600: Initial stack pointer value for the M6507 (6502) is incorrect. (MoochMcGee)
- 06901: [Crash/Freeze] (snes.cpp) snes [jdredd and clones]: Judge Dredd (all regions) stops working after title screen. (AmatCoder)
- 07405: [Sound] (dragon.cpp) dragon32, dragon64, dragon64h, dragon200, dragon200e: Dragon Sound Extention module is silent. (AJR)
- 07408: [Plugins] “autofire” plugin is not working properly. (Nathan Woods)
- 07412: [Crash/Freeze] (vgmplay.cpp) vgmplay [chaotixju_md]: Crash when attempting to play Sega 32X audio pack. (cam900)
- 07413: [Crash/Freeze] (exidy440.cpp) yukon, yukon1: The games crash or get stuck during the initial checks. (AJR)
- 07416: [Graphics] (legionna.cpp) denjinmk: Broken backgrounds in two game endings. (Angelo Salese)
- 07419: [Crash/Freeze] (snes.cpp) snes [firemenu, firemenj]: Screen remains black and game doesn’t start. (AmatCoder)
- 07425: [Misc.] (mac.cpp) macplus: Option/Command key positions swapped (U.S. PC keyboard). (R. Belmont)
- 07426: [Misc.] (mac.cpp) maciici: Non-matching Option key positions (U.S. PC keyboard). (R. Belmont)
- 07427: [Crash/Freeze] (arkanoid.cpp) arkgcbl, arkgcbla, arkangc2, arkbloc2, arkbloc3, block2, paddle2: Crash on start. (Robbbert)
- 07430: [Graphics] (nes.cpp) ultstunt and clones: Introduction screens and playfield are corrupted. (AJR)
New working machines
- China Jiangmen Computer Equipment Factory H-01 JCE [zzemu]
- China State-owned 830 Factory NF500A [zzemu]
- Draw Poker (Joker Poker V.01) [Roberto Fresca TeamEurope]
- Game & Watch: Fire (silver) [algestam, Mr. Do, Sean Riddle]
- Game & Watch: Flagman [algestam, Mr. Do, Sean Riddle]
- Game & Watch: Helmet (Rev. 2) [algestam, hap, Mr. Do, Sean Riddle]
- Game & Watch: Judge (green) [algestam, Mr. Do, Sean Riddle]
- Game & Watch: Vermin [algestam, hap, Mr. Do, Sean Riddle]
- Motorola MEK6802D3 [68bit]
- Motorola MEK6802D4 [68bit]
- Motorola MEK6802D5 [68bit]
- Nanjing Computer Factory Zi Jin I [zzemu]
- Novag Super Sensor IV [hap, Berger, Achim]
- SciSys / Philidor Software Chess Champion: Mark V [hap, Berger]
- SciSys Kasparov Turbostar 432 [hap, anonymous]
- Urachacha Mudaeri (Korea) [brizzo, Angelo Salese, The Dumping Union]
New working clones
- Birdie Try (Japan revision 2, revision 1 MCU) [TeamEurope, Guru]
- China HKC HKC 8800A [zzemu]
- Fidelity Electronics Excel 68000 Mach II (rev. C+, set 2) [Berger]
- Game & Watch: Balloon Fight (crystal screen) [algestam, hap, Mr Jiggles the Christmas Man]
- Gouketsuji Ichizoku (Japan, prototype) [twistedsymphony]
- Hegener + Glaser Mephisto ESB II [Berger, Achim]
- Hegener + Glaser Mephisto III (ver. B) [Berger, Achim]
- Kuri Kinton (US, World Games license) [coolmod, The Dumping Union]
- Novag Constellation 3.6MHz (set 1) [hap, Berger, Achim]
- Novag Constellation 3.6MHz (set 2) [Berger]
- Novag Constellation Quattro [hap, anonymous]
- Novag Savant II [Berger, Achim]
- Pac Man (U.G. bootleg of Puck Man) [f205v]
- Psyvariar -Medium Unit- (V2.02O 2000/02/22 13:00) [rtw]
- Raiden Fighters (Greece) [Sergio Galiano, Recreativos Piscis]
- SciSys / Philidor Software Chess Champion: Mark VI/Philidor [hap, Berger, anonymous]
- Venture (version 5 set 2, bootleg) [f205v]
Machines promoted to working
- Unior [Robbbert]
Clones promoted to working
- Champion Poker (v101) [Roberto Fresca]
- Champion Poker (v201F) [Roberto Fresca]
- Lady Liner (encrypted, set 1) [TeamEurope, Roberto Fresca, Ivan Vangelista]
- Lady Liner (encrypted, set 2) [TeamEurope, Roberto Fresca, Ivan Vangelista]
- Lady Liner (encrypted, set 3) [TeamEurope, Roberto Fresca, Ivan Vangelista]
- Lady Liner (encrypted, set 4) [TeamEurope, Roberto Fresca, Ivan Vangelista]
- Lovely Cards (encrypted) [TeamEurope, Roberto Fresca, Ivan Vangelista]
- New Lucky 8 Lines (set 10, W-4, encrypted NEC D315-5136) [Grull Osgo]
New machines marked as NOT_WORKING
- Alpha Micro AM-1000 [Bitsavers]
- Cablenet 2039 Controller [Al Kossow, Bitsavers]
- Maldaliza [brizzo, Angelo Salese, The Dumping Union]
- VTech Genius Leader Select [TeamEurope, The Dumping Union]
- Wully Bully [brizzo, Angelo Salese, The Dumping Union]
New clones marked as NOT_WORKING
- 286 motherboards with 5-chip SUNTAC chipset [rfka01]
- 286 motherboards with 5-chip VLSI chipset [rfka01]
- 286 motherboards with Headland G2 chipset [rfka01]
- 386 Motherboard using the Forex FRX46C402 + FRX46C411 + SiS 85C206 chipset [rfka01]
- 386 motherboard using the Symphony chipset [rfka01]
- 386 motherboards using a OPTi 82C495XLC chipset [rfka01]
- 386 motherboards using the ALi M1429 A1 and M1431 A2 chipset [rfka01]
- 386 motherboards with a FOREX FRX46C402/FRX36C300/SIS85C206 chipset [rfka01]
- 386 SC Rev A2 [rfka01]
- 386-4N-D04A (UMC chipset) [rfka01]
- Asus ISA-386C [rfka01]
- Asus ISA-386U30 REV.2.2 [rfka01]
- AUVA COMPUTER, INC. BAM/12-S2 [rfka01]
- AUVA VIP-M21502A BAM16-A0 [rfka01]
- BI-025C HT-12 286 (HT12/A chipset) [rfka01]
- Biostar MB-1212C [rfka01]
- CDTEK 286 motherboard with Headland G2 chipset [rfka01]
- CMP enterprise CO.LTD. 286 motherboard [rfka01]
- DFI 386-20.REV0 [rfka01]
- DTK PEM 2539 [rfka01]
- Eagle PC-2 [rfka01]
- Everex Systems EV-1815 [rfka01]
- GOLDSTAR P/N 611-606A Rev 1.0A [rfka01]
- HLB-286 MBA-009 [rfka01]
- KMA-202F-12R (Winbond chipset) [rfka01]
- Leading Edge Model M [rfka01]
- Leanord SA Elan High Tech 286 [rfka01]
- Magitronic Technology Magitronic B236 [rfka01]
- Micromint MPX-16 [rfka01]
- Morse KP-286 [rfka01]
- Octek 286 mainboard with Headland G2 chipset [rfka01]
- Octek Jaguar V v1.4 [rfka01]
- Olivetti M203 motherboard [rfka01]
- PC-Chips M205 [rfka01]
- PC-Chips M321 [rfka01]
- PC-Chips M326 [rfka01]
- PC-Chips M919 [rfka01]
- Pipi & Bibis / Whoopee!! (bootleg, set 2) [anonymous]
- Shuttle Computer International HOT-304 [rfka01]
- SM 386-40F (Forex chipset) [rfka01]
- Snobol Mini 286 [rfka01]
- Soyo SY-019H and SY-019I [rfka01]
- SY-012 16/25 386MB VER: 5.2 [rfka01]
- TAM/33/40-MA0 (CM318R00,M31-R00) [rfka01]
- Uniron U3911-V3 [rfka01]
- Vendex HeadStart Plus [rfka01]
- Wyse WYSEpc 286 [rfka01]
New working software list additions
- amiga_apps: Amiga Appetizer (Sv), Desktop Budget (Sv), SuperDuper 2.02 [FakeShemp]
- apple2_flop_clcracked:
- Charlie Brown's 1, 2, 3's (1990 Queue re-release) (cleanly cracked), Chivalry (Revision 2) (cleanly cracked), Computer Preparation for the SAT (Version 1.1A) (cleanly cracked), Creature Chorus (Version 4.0) (cleanly cracked), Julius Erving and Larry Bird Go One on One (cleanly cracked), MicroExam Test Bank for Computer Mathematics: Structured BASIC with Math Applications (Version 1.01) (cleanly cracked), Millionaire (Version 2.1) (cleanly cracked), Professor Davensteev's Galaxy Search: Blue Level (cleanly cracked), Professor Davensteev's Galaxy Search: Red Level (cleanly cracked), Quiz Castle (cleanly cracked), The Sales Edge (cleanly cracked), Universe II (Version 1.0) (cleanly cracked) [4am, Firehawke]
- Buck Rogers - Planet of Zoom (cleanly cracked) [LoGo, Firehawke]
- Star Fleet 1: The War Begins (cleanly cracked) [Peter Ferrie, Firehawke]
- apple2_flop_misc: Olin in Emerald [www.mocagh.org, Dan Chisarick, Firehawke]
- apple2_flop_orig:
- Crossbow, Dogfight, Dragon's Keep, The Fidelity Chessmaster 2100, Hyper Head On, Infiltrator, Infiltrator Part II: The Next Day, International Hockey, Oo-Topos, PHM Pegasus, Racter, Roach Hotel, The Rocky Horror Show, The Sands of Mars, Snoggle, Succession, Super Mario Bros. Print World, Tawala's Last Redoubt, Tuesday Morning Quarterback [4am, Firehawke]
- Olin in Emerald [4am, www.mocagh.org, Dan Chisarick, Firehawke]
- Star Fleet 1: The War Begins [Brian Wiser, Firehawke]
- gba: Broken Circle (Euro) [No-Intro, FakeShemp]
- ggm: Sandy Edition - Master Chess, Steinitz Edition-4 - Master Chess [anonymous]
- gtfore: Golden Tee Fore! 2002 (V2.00.00), Golden Tee Fore! 2003 (V3.00.04), Golden Tee Fore! 2004 (V4.00.XX), Golden Tee Fore! 2005 (V5.00.XX), Golden Tee Fore! Complete (V6.00.XX) [FakeShemp]
- ibm5150: 2400 A.D. (set 2), Colossus Bridge 4, The Faery Tale Adventure: Book I, Star Pack, UMS II: Nations at War - Planet Editor [FakeShemp]
- ibm5170: Bundesliga Manager Professional, QuickLink II Fax, Veil of Darkness, Vinguiden 1.0 (Sweden) [FakeShemp]
- mac_flop: Balance of the Planet, Lode Runner [FakeShemp]
- saitek_kso: Kasparov Selected Openings [Berger, anonymous]
- sorcerer_cass: Defense [exidyboy]
- spectrum_cass: The Quill Adventure System (C series) (set 1, C05) [David Haywood]
- vgmplay: Air Rescue (Sega System 32), Alien3 - The Gun (Sega System 32), Barunba (MSX2), Barunba (PC Engine), Blaster Master - Enemy Below (Nintendo Game Boy Color), Bosconian (MSX), Cueb Runner (Sharp X68000), Dragon Buster (Sharp X68000), Fist of the North Star (NES), Fist of the North Star - 10 Big Brawls for the King of Universe (Nintendo Game Boy), Fray (MSX2), Hokuto no Ken (Family Computer), Illusion City (MSX turbo R), Image Fight (Sharp X68000), John Madden Football II (PC), King & Balloon (MSX), Kyuukyoku Tiger (Sharp X68000), Mappy (NEC PC-8801), Pac-Land (Sharp X68000), Pac-Man (MSX), R-Type (Sharp X68000), The Return of Ishtar (Fujitsu FM77AV), The Return of Ishtar (NEC PC-8801), The Return of Ishtar (NEC PC-9801), SHM (MSX2), Tank Battalion (MSX), Terra Cresta (Sharp X68000), Thunder Dragon (Arcade), Total Carnage (IBM PC AT), Toy Story Racer (Nintendo Game Boy Color), Turok - Battle of the Bionosaurs (Nintendo Game Boy), Turok - Rage Wars (Nintendo Game Boy Color), Turok 2 - Seeds of Evil (Nintendo Game Boy Color), Turok 3 - Shadow of Oblivion (Nintendo Game Boy Color), XVM (MSX) [Tafoid]
- vsmile_cart:
- Abenteuer im ABC Park (Germany, Rev. 3), The Batman - Rettung von Gotham City (Germany) [TeamEurope]
- The Batman - Rescate en Gotham City (Spain), Bob der Baumeister - Bobs spannender Arbeitstag (Germany, Rev. 104), Bob y sus Amigos - Un Día De Trabajo (Spain), Campeonato de Futbol V.Smile (Spain), Disney/Pixar Cars - Acelera el Motor en Radiador Springs (Spain), Disney/Pixar À Procura de Nemo - Nemo À Descoberta do Oceano (Portugal), DreamWorks Shrek - El Cuento de la Dragona (Spain), Lil' Bratz Estrellas De La Moda - Amigos, Moda y Diversión (Spain), Noddy - Detective Por um Dia (Portugal), Scooby-Doo - Misterio En El Parque (Spain, translucent blue cartridge), Superman - El Hombre de Acero (Spain), Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain) [TeamEurope, ClawGrip]
Software list items promoted to working
- dragon_cart: Speech Synthesis Module [Nigel Barnes]
New NOT_WORKING software list additions
- gj4000: Wissen für Kinder [TeamEurope]
- gl6000sl: Update - Rechtschreibreform [TeamEurope]
- glcx: Update Programm-Zusatzkassette (Ger) [TeamEurope]
- gls: Spielend Richtig Schreiben [TeamEurope]
- ibm5170: Strike Commander, Strike Commander: Speech Pack, Strike Commander: Tactical Operations [FakeShemp]
- mac_flop: The Supercars - Test Drive II Car Disk [FakeShemp]
- mac_hdflop: Lost in Time - Parts 1 & 2 [FakeShemp]
- st_flop: Ferrari Formula One (Euro) [FakeShemp]
- vsmile_cart:
- Cranium - Freizeit Park - Ein Jahrmarkt voller Spiel- und Lernspaß (Germany), Dolphis Wasser-abenteuer (Germany) [TeamEurope]
- Cranium - Parque de Atracciones de Cranium (Spain), Dakota y su mascota (Spain), Disney/Pixar Toy Story 2 (Smartbook) (USA), Disney's Little Einsteins (Spain), Kung Fu Panda - Aventura en el Valle de la Paz (Spain), Nick Jr. Dora the Explorer - Dora's Got a Puppy (Smartbook) (USA), Spider-Man y Amigos - Misiones Secretas (Spain, Rev. 222), V.Smile Estudio De Arte (Spain), V.Smile PC (Spain), Walt Disney La Cenicienta - Los sueños mágicos de Cenicienta (Spain, Rev. 122) [TeamEurope, ClawGrip]
- vsmilem_cart: Disney La Casa de Mickey Mouse (Spain), Disney Winnie the Pooh - En busca de la miel (Spain), Disney/Pixar Cars - Acelera el Motor en Radiador Springs (Spain), Disney/Pixar Toy Story 3 (Spain), Disney/Pixar UP (Spain), Disney/Pixar Wall-E (Spain), DreamWorks Monstruos contra Alienígenas (Spain), ¡¡Scooby-Doo!! - Misterio en el parque (Spain) [TeamEurope, avlixa, ClawGrip]
Source Changes
- bus/ss50: Corrected SS-30 MPS2 “high” Baud rates. [68bit]
- bus/ss50: Don’t log reads from empty SS-50 slots when side effects are disabled. [68bit]
- flex_dsk.cpp: Fixed logging of the disk name extension. [68bit]
- swtpc09.cpp: Added hard disk support to the DMAF3 controller. [68bit]
- Includes new WD1000 hard disk controller support, and improved DMAF2/DMAF3 MC6844 DMA emulation.
- mc6845.cpp: Improved cursor emulation, including differences between the MC6845 and HD6845S. [68bit]
- asmjs: Removed option to ignore missing libraries, and removed util and SDL2_ttf from link libraries. [68bit]
- unidasm: Added
-xchbytesoption to swap input bytes. [AJR] - Added dump and emulation for Alpha Micro AM-310 Communications Controller. [AJR, Bitsavers]
- m37710: Internalized timing for analog-to-digital converter. [AJR]
- Distinguish DIP switches that belong to different devices but have the same name in UI menus. [AJR]
- Most likely to occur when multiple instances of the same device type are configured on bus slots.
- h8: Improved disassembly. [AJR]
- Corrected sign extension for 16-bit absolute addresses.
- Add h' prefix to hexadecimal numbers.
- Restrict address length depending on model.
- Align arguments.
- airbustr.cpp, djboy.cpp, hvyunit.cpp, sidearms.cpp: Corrected sound IRQ sources. [AJR]
- c140.cpp: Added timing output to trigger periodic FIRQ. [AJR]
- prestige.cpp: Corrected metadata (glmmc is now gmmc), and marked gmmc system ROM as a bad dump. [AJR]
- h6280: Reduced logical address space width, and made debugger use official names for banking registers. [AJR]
- exidy440.cpp: Fixed crash/assertion failure caused by palette having too few entries. [AJR]
- Added preliminary ELAN Microelectronics RISC II CPU emulation. [AJR]
- dp8350.cpp: Improved timing, and fixed save states. [AJR]
- nes.hsi: Fixed mirroring for Ultimate Stuntman. [AJR]
- Fixed debugger dump command for address-shifted spaces. [AJR]
- snes.cpp: Don’t reset HDMA on writes to HDMAEN if the register value isn’t changed (fixes MT06205). [AmatCoder]
- crospuzl.cpp: Improved Flash loading. [Angelo Salese]
- VRender0 updates: [Angelo Salese]
- Improved menghong hardware emulation, allowing crzyddz2 to boot and improving menghong colors.
- Moved video and audio components into the system-on-a-chip device, and added preliminary UART emulation.
- Allowed external video clock to be set by the host driver.
- segaic24.cpp: Implemented reverse Y clipping logic (fixes sprite priorities in Crack Down). [Angelo Salese]
- archimds.cpp updates: [Angelo Salese]
- Fixed cursor enable and sizing (used by caverns to display score and main player sprite).
- Added preliminary RTFM and serial joystick support.
- Re-implemented Acorn VIDC10 emulation, adding stereo sound support and improving raster effects.
- segac2.cpp: Added links to reference videos. [cam900]
- gba.xml: Corrected ROM size for brokenc. [cam900]
- k051649.cpp: Added more address map mirrors, added save state support, and cleaned up code. [cam900]
- ym2151.cpp: Clear both output buffers when reset is asserted. [cam900]
- psikyosh.cpp: Refactored common pixel operations into helper functions, improved use of const, and cleaned up code. [cam900]
- ay8910.cpp: Implemented AY8930 extensions, made pin 26 an input, added notes, and cleaned up code. [cam900]
- deco_mlc.cpp: Improved blending behavior and cleaned up code. [cam900]
- mega32x.cpp: Removed assumptions about host system’s sound outputs (fixes MT07412). [cam900]
- 315_5313.cpp: Fixed 3-bit color mode masking, implemented
device_gfx_interface, and separated shadow/highlight palettes. [cam900] - calcune.cpp: Converted drawing routine to use VDP palette, added save state support, and reduced redundant code. [cam900]
- video/generic.cpp: Added 16×16 layouts composed of 2×2 arrangement of 8×8 tiles, and made a number of drivers use generic layouts. [cam900]
- imagetek_i4100.cpp: Added notes and cleaned up code. [cam900]
- hyprduel.cpp: Set MACHINE_NO_COCKTAIL flag on hyprduel and hyprduel2. [cam900]
- nmk16.cpp: Verified some clock sources and CPU types. [cam900]
- legionna.cpp: Always invalidate tilemaps on bank change for Denjin Makai and Heated Barrel. [cam900]
- plugins/cheat: Added time functions to the cheat sandbox. [Carl]
- netlist: Force C locale when formatting numbers (fixes exception when global locale is set). [Couriersud]
- spectrum: Added preliminary Beta Disk emulation (not working). [David Haywood]
- karnov.cpp: Hooked up 8031 microcontroller for chelnovjbl. [Dirk Best]
- model3.cpp: Hook up 315-5649 I/O controller. [Dirk Best]
- HP9845: Reimplemented TACO based on recently-published internal documentation. [F.Ulivi]
- Also separated DC100 tape cartridge device, and added support for 16-bit data format used by HP9845 and HP885.
- hphybrid: Fixed bug that caused hp9825t to hang when calculating logarithms. [F.Ulivi]
- Don’t throttle emulation while paused if video update-in-pause is enabled. [feos]
- icebox.cpp: Hooked up floppy controller interrupt request, allowing disk routines to work properly. [Frank Palazzolo]
- apple2: Corrected Joyport multiplexing. [Golden Child]
- apple2: Fixed key code for Ctrl-Shift-P and modifier codes for M and N on II and II Plus. [Golden Child]
- segacrp2_device.cpp: Added NEC D315-5136 device (used by lucky8k). [Grull Osgo]
- sh: Log SH2 FMR clock multiplier writes. [MetalliC]
- cps3.cpp updates – imperfect graphics flag has been removed: [MetalliC]
- Hooked up coin lockouts and coin counters, and connected buttons 5 and 6 to jojo, jojoba and clones.
- Made SS RAM and registers eight bits wide and fixed EEPROM size.
- Added fixed delay to palette/character DMA interrupts, and removed periodic interrupt hack.
- Fixed missing star sprite in introduction and game title background color for jojo.
- Render tilemaps as sets of rows from sprite list (fixes sfiii Alex stage background).
- Implemented sprite list caching (fixes warzard two-player versus screen and jojo introduction text).
- Replaced disk images version 5 CHD files build from trurip database.
- Re-implemented color fading, and zeroed low three bits of color channels.
- Improved save state support, Improved function/variable naming, cleaned up code, and improved documentation.
- cps3.cpp: Implemented tilemap flipping, added a delay to sprite list DMA acknowledgement, and buffered global scroll registers. [MetalliC, David Haywood]
- geneve: Added PC keyboard connector, allowing the use of emulated PC XT keyboards. [Michael Zapf]
- m6502: Improved reset sequence emulation (fixes MT06486). [MoochMcGee, hap, smf]
- Exposed
running_machine::exit_pending()andrunning_machine::hard_reset_pending()to Lua scripts. [Nathan Woods] - Changed
osd_get_clipboard_text()to returnstd::string. [Nathan Woods] - dragon32: Added JCB Speech Synthesis cartridge emulation. [Nigel Barnes]
- acorn_vidc.cpp: Generate µ-law table at device start time. [O. Galibert, Angelo Salese]
- tms34020: Fixed BLMOVE alignment handling (fixes endless loop in Atronic games). [Priit Laes]
- apple2: Added initial support for ComputerEyes/2 image capture slot card. [R. Belmont, Golden Child]
- f2mc16 updates: [R. Belmont]
- Implemented more opcodes.
- Made interrupt handling more robust.
- Implemented mb9061x timers 0 and 1, including external event counter mode.
- Fixed BBC branch offset.
- Added more opcodes to the disassembler and normalized bit syntax.
- Added save state support and cleaned up code.
- Added a preliminary native Cocoa OSD layer for macOS (not working yet). [R. Belmont]
- mac.cpp, mac128.cpp: Made default mapping for Command key right alt for all machines. [R. Belmont]
- Emulated Sega Billboard and hooked it up to ST-V, Model 2 and Model 3 games. [Rob Krum, Dirk Best]
- i8251: Implemented synchronous modes. [Robbbert]
- unior.cpp, pp01.cpp: Fixed cassette interfaces. [Robbbert]
- pmd85.cpp: Added cassette to alfa and mato, fixed cassette on other sets, and added notes. [Robbbert]
- poly88.cpp: Fixed cassette polyphase mode. [Robbbert]
- argo.cpp: added DMA, CRTC, PIT and cassette by guesswork. [Robbbert]
- plan80.cpp: Added speaker sound. [Robbbert]
- pk8020.cpp: Fixed keyboard and updated notes (MT05802). [Robbbert]
- mycom.cpp: Fixed scrolling. [Robbbert]
- goldnpkr.cpp: Replaced incorrectly dumped jokercar extended graphics ROMs with data from another set to make the game playable. [Roberto Fresca]
- goldstar.cpp: Simplified cherrys graphics decryption code. [Roberto Fresca]
- igspoker.cpp updates: [Roberto Fresca]
- Patched out protection in cpokert, cpokerx, cpoker101, cpoker201f and cpoker210ks (MT03635).
- Fixed inputs for cpoker, cpokert and cpoker201f.
- SGI Newport graphics: Fixed inverted-Y pixel read-back (fixes crash in Alias PowerAnimator 7.5). [Ryan Holtz]
- r4000: Report the correct sub-revision for the R4600, and allow specific R4x00 types to specify the FPU ID as well. [Ryan Holtz]
- indigo.cpp: Switched indigo4k to use the new R4000 CPU core. [Ryan Holtz]
- SGI HAL2 audio: Corrected chip revision ID to match real hardware. [Ryan Holtz]
- sgi_mc: Flag EISA bus as present on both Indigo² and Indy, as VINO uses EISA signals for GIO64 arbitration. [Ryan Holtz]
- vino: Implemented the majority of its functionality, and hooked it up to
picture_image_device. [Ryan Holtz] - hh_sm510.cpp: Improved re-created melody ROMs for gnw_bfight and gnw_mbaway. [algestam]
- debugger: Added mips and m68k support to gdbstub, and added support for running MAME debugger commands from the client. [Ramiro Polla]
- Changed Travis CI build to use GCC 9, and added MinGW GCC build to AppVeyor. [Belegdol]
- marineb.cpp: Documented difficulty settings for hoccer, and added DIP switch locations for most sets. [Brian Troha]
- policetr.cpp: Re-dumped U163 sound ROM for policetr10, and added speed-up hacks for sshooter, sshooter11 and policetr10. [Brian Troha]
- karnov.cpp: Re-dumped color BPROMS for chelnovj, confirming they match chelnov/chelnovu. [Brian Troha]
- ibm5170.xml updates: [FakeShemp]
- Changed gilispa, mitsmous6, nd010pci, nusound, sndwav32 and wordfndr to IMD images.
- Changed scroll3d, sndwav32, cpavfw, microcp3, wordfndr and thndrhwk to MFM images.
- Re-dumped internet and nicklaus.
- ibm5150.xml: Replaced tgipack and ranger1 with MFM images. [FakeShemp]
- amiga_hardware.xml: Dumped a590_seagate disk. [FakeShemp]
- blackt96.cpp: Measured PIC microcontroller clock frequency. [Guru]
- wyvernf0.cpp: Measured clock frequencies. [Guru]
- symbolics.cpp: Changed unpopulated ROM regions to read as 0xFF to match hardware tests. [Josh Dersch]
- neptunp2.cpp: Added EEPROM dump to rockroll. [jordigahan, ClawGrip]
- commando.cpp: Corrected CPU frequency and updated notes. [Jose Tejada]
- gng.cpp: Corrected notes. [Jose Tejada]
- midvunit.cpp: Added re-created A19993 PAL program. [JROK, Hydreigon]
- naomi.cpp: Re-dumped initdv2ja and ggxxsla GD-ROMs. [MajorPBX]
- sprint4.cpp: Fixed gear shift controls for fourth player. [Mark Spaeth]
- bfm_sc4.cpp, exidyttl.cpp, globalfr.cpp, jpmmps.cpp, monacogp.cpp, mpu5.hxx, simple_st0016.cpp: Edited titles for consistency. [MASH]
- genpc.cpp updates: [rfka01]
- Increased pc BIOS region size to 64 KiB to support late XT clones.
- pc: “Added Super Computer BIOS 1.2”, “B-190-B”, “KT 10 M/B” and “Ruud Baltissen's Diagnostics” BIOS options.
- at.cpp updates: [rfka01]
- Expanded chipset details and notes.
- at: Added “286 TACT”, “CDTEK 286” and “Landmark/Supersoft diagnostic ROMs” BIOS options.
- at386: Added “386 board with Ali chipset”, “386 UMC 3DIUD”, “386GRN-like board rev.03”, “MB1325PM” and “Tandon/Micronics with 385” BIOS options.
- atvga: Added “286 TACT” and “CDTEK 286” BIOS options.
- neat: added “286-NEAT”, “VIP BAM/16-11” and “CP-805” BIOS options.
- vlsi5: Added “MBVLSI-168” BIOS option.
- ibmpc.cpp: Added “Landmark/Supersoft Diagnostics” BIOS options for ibm5150 and ibm5160. [rfka01]
- hawk.cpp: Added “DEMOS 2.21 V1.01” BIOS option. [TheEPROM9]
- cps1.cpp: Dumped U104 PAL for Street Fighter II' CE Mstreet-6 bootlegs sf2cems6a and sf2cems6b. [TwistedTom]
- chinagat.cpp: Added PCB layouts and TRJ-100 pinout information, and updated notes. [yukaritamura]
- supbtime.cpp: Fixed DE-0343 board main CPU and audio CPU clock frequencies. [yukaritamura]
2019年9月25日 星期三
My Nes v7.5.7202
FC/NES模擬器 My Nes 發布新版,更新如下 :
- Added: new audio mixer instead of the default lookup table.
- Fixed: audio sound filters (wrong high-pass equation and alpha calculation).
http://sourceforge.net/projects/mynes/files/
- Added: new audio mixer instead of the default lookup table.
- Fixed: audio sound filters (wrong high-pass equation and alpha calculation).
http://sourceforge.net/projects/mynes/files/
2019年9月22日 星期日
anyway.........請先將硬碟騰出一些空間吧......
一位大老在一個月前丟了一些怪物過來,因為這陣子都沒上去收信結果就.......,昨天這位先生又丟了某物過來,查了一下才發現原來在某地已經大爆發了..........
總之一樣不能說太多,因為內鬥(?!),大家有福了,敬請期待!!??
訂閱:
文章 (Atom)