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

请输入看板名称,例如:WOW站内搜寻

TOP