Emulator 板


LINE

MameUI v0.136 http://www.mameui.info/ MAME v0.136 http://www.mamedev.org/ MAMETesters Bugs Fixed ---------------------- - 03603: [DIP/Input] karnov, karnovj: incorrect difficulty dipswitch (Tafoid) - 03604: [DIP/Input] oscar, oscaru, oscarj1, oscarj2: Incorrect difficulty dipswitch (Tafoid) - 03142: [DIP/Input] All drivers using PORT_CHANGED callbacks: Input port callback functions are not triggered correctly during INP playback. (mahlemiut) - 03493: [Gameplay] spacedxo: The game reboots itself after title screen (Fabio Priuli) - 03608: [Multisession] scontra, scontraj: Tile/graphic corruption on multiple launches of Super Contra (Fabio Priuli) - 03611: [Crash/Freeze] 1943, 1943j, 1943kai: Crash when starting 1943 in Service Mode (Fabio Priuli) - 03598: [Original Reference] plotting, flipull: YM2203 speed adjustment (Tafoid) - 03593: [Graphics] captaven & clones: Intro text scrolls from wrong direction (Pierpaolo Prazzoli) - 03596: [Crash/Freeze] All sets in konamigv.c, mitchell.c: Attempt to register save state entry after state registration is closed (Aaron Giles) - 03597: [Original Reference] outrun, outrunra, outruno, outrundx, outrunb: Incorrect vsync speed on Outrun (Tafoid) Source Changes -------------- hng64 improvements: [Andrew Gardner] - RoadsEdge & XRally polygons are now visible. - Improved geometry chunk type 0x2e. - Fleshed out the 'chunk type bits' a little. This will be verified against type 0x24. - Xrally and roadedge hng64 screens no longer run at 10fps. - Fixed polygon lookup in driving games. Changed behavior of -watchdog option to act like a real watchdog. It now specifies the number of seconds after the last video update that will cause auto-termination of MAME. Also modified it to output a message when the watchdog triggers the exit. [Aaron Giles] Updated windows.txt to reflect this option and the debugger_font options which were never previously documented. [Aaron Giles] EEPROM changes: [Aaron Giles] - Fixed auto EEPROM region to properly handle 16-bit data. - Changed EEPROM device to initialize EEPROM at NVRAM load time rather than init time, giving DEVICE_INIT handlers a chance to muck with the data first. - Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add default data, follow the MDRV_EEPROM_ADD() with MDRV_EEPROM_DATA(). - Updated remaining drivers to the new EEPROM device code. Many of them now require a default EEPROM to be loaded along with the ROMs, rather than hard-coded data in the driver - Exposed an address space for EEPROM devices, meaning the memory is now visible in the debugger and can be accessed via expressions - Updated all systems that muck directly with EEPROM memory to use memory accessors instead on the EEPROM address space. - Removed old EEPROM implementation cb2001: added many new opcodes [robiza] Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and konppc.c. Also, converted them to be devices and updated PPC Konami games to use the new code. [Fabio Priuli] Added a bunch of new protection handlers for Spark Man [Angelo Salese] sub.c - Put in board XTAL and came up with some seeming better clock speed approximations until board readings can be done. [Tafoid] mcr.c - Sets tron3 and tron4 don't appear to have a valid working cocktail mode video or controls (upright player2 works fine). Flagged as GAME_NO_COCKTAIL. [Tafoid] subs.c - Added DIP LOCATIONS. [Tafoid] Updated qdrmfgp.c to use Konami video devices. [Fabio Priuli] Cleaned up a bunch of things in the gladiatr.c driver [Angelo Salese] Removed sysconfig section from game_driver struct. Made compatible_with attribute available for MAME too (with NULL value set in GAMEL macro). [Miodrag Milanovic] Added preliminary device version of Konami video ICs used in PowerPC games (001005, 001006, 001604 and 037122). [Fabio Priuli] Converted all Taito custom I/O and video ICs to devices and updated all drivers to use them. [Fabio Priuli] Simplified bloodbro gfx decoding and removed unnecessary DRIVER_INIT. Marked two weststry sprite ROMs as BAD_DUMP [David Haywood] Converted Namco IO chips 56xx, 58xx and 59xx to be devices and converted gaplus.c, mappy.c and toypop.c to use the new code. [Fabio Priuli] Allow any device memory (not just CPU's) to be accessed via debug expressions. Removed support in the expression engine for EEPROM- specific accesses. [Aaron Giles] Converted Fujitsu MB87078 Volume Controller to be a device and updated taito_b.c to use the new code (it's the only driver emulating this chip atm). [Fabio Priuli] merit.c - Fixed what might be a copy/paste error in two sets (trvwz3h, trvwz3v) where two roms had the same filename in the same romset. [Tafoid] Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly used for statics and structure members, and some compilers (esp. C++ compilers) don't allow that. [Aaron Giles] Fix for INP recording ports that have changed notification. Also prevents new inputs from affecting recorded inputs during playback. [mahlemiut] Updated srcclean to remove "invisible spaces" immediately preceding tabs. [Atari Ace] Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Optimized RDP implementation further with more flattened branches. [Harmony] Converted a number of vector opcodes to the RSP DRC core. [Harmony] Unrolled and optimized a number of vector opcodes in the interpreter RSP core. [Harmony] Extended the devtempl.h file to support device address spaces. [Aaron Giles] cmmb.c - Identified and marked Service Mode DIP. [Tafoid] Converted the NMK112 to be a device and updated drivers using it accordingly. [Fabio Priuli] Added GAME_SUPPORTS_SAVE flag to psikyosh.c, since the conversion to eeprom devices fixed the remaining issues with save states. [Fabio Priuli, Aaron Giles] Changed Caveman Ninja driver to use Partial Updates for Raster Effects instead of buffering scanline data [David Haywood] Changed Deco32 driver to use Partial Updates for Raster Effects instead of buffering scanline data (but left Dragon Gun using the buffering, because the video rendering code is far too slow with 224 partial updates for now) [David Haywood] Commented out some harmful and suspicious looking interrupt generation in NamcoND1 driver until it's being properly verified; fixes Game Options menu in NCV2 test mode. [David Haywood] adp.c improvements: [Angelo Salese] - Fixed some minor quirks - Improved Backgammon memory map - Implemented RAMDAC for Fun Land Deluxe Fixed error in codegen for drol/dror opcodes in the x86 back-end. [Aaron Giles] Re-implemented misaligned memory handling in the RSP DRC as before. [Aaron Giles] Explicitly sign-extend 32-bit indexes for load/loads/store on 64-bit machines to prevent overflow issues. Fixes DRC crash in mtetrisc. [Aaron Giles] Fixed a few DRC-ized vector load/store opcodes in the RSP core. [Harmony] Hardware multiplication and division on the SNES takes 8 machine cycles to complete. [Wilbert Pol] Fixed x86 HLT instruction handling [Phill Harvey-Smith] Made LA Girls and clone of Play Girls. It's clearly a bootleg hardware clone. Title & background change, but the demo play and block arrangement are identical. Added info from the Guru's website about the reported manufacture company and year for LA Girls. Added a note about Tube-it having the copyright and manufacture info removed. [Brian Troha] Added additional information to the dipswitches and configurations sections in the -listxml output [Oliver Stoneberg] Changed Green Beret sound chip to SN76489 and indicated that the bootleg has an undumped PAL and PROMs [Kevin Eshbach] New games added or promoted from NOT_WORKING status --------------------------------------------------- Final Fight (Japan, hack) [bonky0013, JacKc, Fabio Priuli] New clones added ---------------- Spark Man (v 2.0, set 2) [Stefan Lindberg] (Not Working) Cherry Master I (ver.1.01) (various bootleg? sets) [David Haywood] Block (Game Corporation bootleg, set 3) [David Haywood] Multi Fish (030124) [MetalliC] Shaolin's Road (bootleg) [Kevin Eshbach] New games marked as GAME_NOT_WORKING ------------------------------------ Cycle Mahbou [Angelo Salese, Chack'n, Team Japump, Dumping Union] Race Drivin' Panorama [David Haywood] Metal Maniax (prototype) [David Haywood] --



※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.126.238.100







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:BuyTogether站內搜尋

TOP