Emulator 板


LINE

March 5, 2009 MAMETesters Bugs Fixed - 02963: [Documentation] All games in aristmk5.c: Added region info to all games (Heihachi_73) - 00015: [Sound] Noticeable static in OKI 6295 audio. (Aaron Giles) - 02698: [DIP/Input] royalmah.c: BET games: Bet button does not work by default. (Angelo Salese) - 02180: [Core] Corrupt archives are read without problems (couriersud) - 02694: [DIP/Input] demoderb, demoderm: Duplicated input definitions for P1 and P2 buttons. (couriersud) - 02983: [Crash/Freeze] racedriv and clones: Race Drivin’ and clones loop after “downloading DSP” screen (Phil Bennett) - 02998: [Crash/Freeze] pkunwar, ninjakun, raiders5: These games don’t make it through their rom checks. (Phil Bennett) - 02368: [DIP/Input] fourtrax: Controls are glitched (Phil Bennett) - 02996: [Crash/Freeze] hotchase: [debug] Access Violation (Phil Bennett) - 02894: [Graphics] cprosocc: Ingame graphics corruption. (Phil Bennett) - 02711: [DIP/Input] spacegun: EE-ROM error after gun calibration. (Phil Bennett) - 02478: [Graphics] finalapr, finalapo, finalapb, speedrcr: Some graphics are not displayed. (Phil Bennett) - 02877: [Sound] deadang, leadang, ghunter: Music drowns out sound effects (Phil Bennett) - 02995: [Crash/Freeze] liberate, dualaslt: Black screen shows after disclaimer (Phil Bennett) - 02994: [Crash/Freeze] labyrunr, labyrunk, tricktrp: Booting is never completed (Phil Bennett) - 02991: [Graphics] polyplay: Broken graphics when playing (Phil Bennett) - 02526: [Graphics] mahmajn2: Missing ’special’ linescroll mode. (Olivier Galibert) - 02979: [Graphics] All sets in m10.c: Dialog box on all sets in m10.c (couriersud) - 02988: [Crash/Freeze] blswhstl, detatwin: ROM RAM EEPROM Check fails at startup (Phil Bennett) - 02980: [Documentation] wsbbgd: Year is listed as 200?, flyer confirms as 2001 (incog) - 02986: [Documentation] ggxx: Year listed as 200?, confirmed as 2002 (incog) - 02985: [Documentation] ggxxrl: Year is listed as 200?, confirmed as 2003. (incog) - 02973: [Crash/Freeze] chmplst2: Access Violation (Phil Bennett) - 02964: [Sound] dingo: No Audio (Phil Bennett) - 02965: [Crash/Freeze] gradius, gwarrior, rf2, twinbee: Bootup process is never completed/No Sound (Phil Bennett) - 02909: [Original Reference] boothill: Specification of discrete filters for shot and hit sounds doesn’t agree with schematic. (Derrick Renaud) Source Changes - Added built-in layouts for a large number of games: 280zzzap, buggyboy, buggychl, cbombers, changela, chasehq, chqflag, contcirc, dblaxle, finallap, grchamp, hotchase, lagunar, outrun, overdriv, pdrift, polepos, radr, roundup5, sci, slipstrm, stocker, superchs, topspeed, toutrun, turbotag, tx1, wecleman. [Mr. Do!] - Merged memory maps in nemesis.c. [Aaron Giles] - Scramble now is a lot closer to reports and recordings (background sound, sound of bullets). [couriersud] - Fixed descriptions of the games running on NAOMI series hardware, and NAOMI game list. [Yasuhiro Ogawa] - Input ports clean-up for the jangou driver. [Angelo Salese] Finally low pass filtering on channel 2A in btime driver: [couriersud] - * Changed resistor to bill of material value - * Adjusted volume level and added more documentation - Fixed regression (missing graphics) in ipminvad (m10). [couriersud] - Added support for System 24 tilemap linescroll modes. [Olivier Galibert] Various improvements to Heavy Unit: [Angelo Salese, Tomasz Slanina, David Haywood] - Added a VERY preliminary simulation of the protection, just enough to get the game to boot, not make it playable - Corrected CPU communication, IRQ/NMI generation etc. - Fixed some video emulation issues (added tilemap scroll etc.) - Corrected GFX rom loading (at least for the graphics used in attract mode) - Fixed King Derby sprite colors [Stefan Lindberg, Angelo Salese] - Merged tetrisp2 memory maps. Renamed teplus2->tetrisp2j. [Aaron Giles] - Merged labyrunr memory maps. [Phil Bennett] - Added GAME_IMPERFECT_GRAPHICS to Tutankham & clones. [couriersud] - Hooked up layer enables in goldstar.c driver, fixes ‘girl’ in Cherry Master. [David Haywood] - Scaled up renegade and mjkjidai ADPCM levels in line with recent clock_adpcm() change. [Phil Bennett] - Converted all drivers to the new device-based 6821 PIA. [Aaron Giles] - Added new function memory_install_read_port_handler() to more easily allow you to install read handlers for ports based on tag. [Aaron Giles] - Removed input_port_read_handler8/16/32/64 functions, since they were really only used for getting a memory handler for a port by tag, and this is no longer necessary. [Aaron Giles] - Moved input port handlers to internal code in the memory system. [Aaron Giles] - Added port names to the taito8741 device pending its proper devicification. [Aaron Giles] - Removed all remaining uses of input_port_n_r() functions, and purged them from src/emu/machine/generic. [Aaron Giles] - Removed device types from device queries that use tags, under the assumption that all device tags are unique. Specifically, the following no longer need to provide a device type: AM_DEVREAD/WRITE DEVCB_DEVICE_HANDLER devtag_get_device devtag_reset device_list_find_by_tag as well as several device interfaces that referenced other devices. [Aaron Giles] - Moved SH2 set info functions to direct calls. [Aaron Giles] - Various improvements to the Zero Target / Counter Steer HW and cleaned-up the driver. Fixed foreground & background colors and hand-tuned sound in Zero - Target based on a side-by-side test. Fixed sprite colors. [Angelo Salese] - Fixed pedals in Final Lap 3. [Phil Bennett] - Hooked up correct C75 MCU in namcofl.c (based on RB’s namconb1.c implementation) [Phil Bennett] - Corrected Dip-Switch settings for Zero Target. [Yasuhiro Ogawa, Angelo Salese] - maketms: Free strings on exit. [Olivier Galibert] - tms57002 - don’t abort on unimplemented instructions. [Olivier Galibert] - Changed eeprom erase command to write 0xff values. [Pierpaolo Prazzoli] Fixed handling of corrupt archives: [couriersud] - * corrupt files in archives now generate an error - * archive files ending in “/” will not be tested for crc - skip path entries - * add new flag FILE_OPEN_NO_PRELOAD to skip decompressing on open This is used in audit.c, which only tests whether files exist - * added error checking to all calls to load_file_zipped - Added flags to the CHD metadata entries, encoded in the top bit. Right now it is a no-op, but eventually will be used to indicate which bits of metadata are included in the overall checksum. [Aaron Giles] - Fixed gcc 4.4 compilation error. [Belegdol] - Fixed auditing of ROM-less systems (for MESS). [Rene Reucher] - Another round of static/const qualifier additions, plus a rename of has_addon_chip to snes_has_addon_chip. Notably a number of z80ctc_interface are now const (devicification must have removed the cases where it was dynamically modified). [Atari Ace] - Added the correct gfx roms to jjsquawkers bootleg. [David Haywood] - sfbonus version cleanups part 1. [David Haywood] New games added or promoted from NOT_WORKING status - Great Sluggers 94 (Japan) [Phil Bennett] - Daisyarin [Yasuhiro Ogawa] - Mahjong Club [Yasuhiro Ogawa] New clones added - Violence Fight (Japan) - Joker Poker (Version 16.03BI) [Jim Stolis] (not working) - Scud Race (Japan) [Leif Hurst] (not working) - Splatter House (World new version) [Andy Henderson] - New clones: T-MEK (3 sets) [Lars Bull] New games marked as GAME_NOT_WORKING - Tokimeki Mahjong Paradise Doki Doki Hen [Uki] - E-Jan Sakurasou [Uki] ______________________________________________________________________________ 下載;http://www.emuhq.com/download/2594/ 官方:http://mamedev.org/ -- 莫 再 提 莫 再 吵 莫 再 問 莫 再 捧 莫 再 信 莫 再 爭 莫 再 講 莫 再 聞 莫 再 理 莫 再 叫 莫 再 貶 莫 再 寫 莫 再 說 莫 再 想 莫 再 求 莫 再 打 莫 再 用 莫 再 扯 莫 再 婊 莫 再 罵 莫 再 扛 莫 再 聊 莫 再 管 莫 再 傳 莫 再 投 --



※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.115.181.97 ※ 編輯: conpo 來自: 59.115.181.97 (03/06 11:35)







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燈, 水草

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

TOP