Emulator 板


LINE

MameUI v127.2 http://mameui.classicgaming.gamespy.com/ SDLMAME v0.127u2 http://rbelmont.mameworld.info/?page_id=163 The latest version is 0.127u2. SDL-wise this should fix POV hat support. MAME v0.127u2 http://www.mamedev.com/ MAMETesters Bugs Fixed ---------------------- - 00596: [DIP/Input] pocketrc: The car turns only to the right and there is no way to calibrate controls. (smf) - 02075: [DIP/Input] mooncrgx: Cabinet DIP setting is duplicated. (MikeDX) - 02137: [DIP/Input] rockduck: DIP setting for LIVES is incorrect (MikeDX) - 02179: [DIP/Input] lethalej: lethalej crosshairs backwards (Luigi30, MikeDX) - 02035: [DIP/Input] gwarb: Guerrilla War bootleg doesn't need a rotary joy (robiza) - 02174: [Sound] dkongjr and clones + mario and clones + pestplce: Music speed regression (Aaron Giles) - 02173: [Crash/Freeze] radarscp, radarsc1: Hang or Reset before game start. (Aaron Giles) Source Changes -------------- Optimized DISCRETE_RCDISC_MODULATED. Added X_TALs to circus. Optimized DISCRETE_RCINTEGRATE and DISCRETE_555_ASTABLE. Optimized DISCRETE_555_ASTABLE_CV and DISCRETE_MIXER. Optimized DISCRETE_555_CC. The 555 and mixer changes also speed up just about every current discrete game. [Derrick Renaud] Added updated information about Sorcer Striker and moved Fix Eight bootleg PCB layout down by the roms like the other layouts in the driver. [Brian Troha] Added redumped roms for the Bubble Symphony (bootleg with OKI6295) set. [Brian Troha] Started removing extraneous enable lines from the discrete modules. Most modules are always enabled anyways. [Derrick Renaud] Changed MCS-48 core to write p1 and p2 on reset. [couriersud] dkong/dkongjr: use MB8884 as sound cpu / verified on schematics. [couriersud] mcs48.c: Use banking to handle ea line: [couriersud] * Adds MCS48_INTERNAL_ROMBANK define to header * Drivers which need to control the ea line have to initialize banking for internal/external rom This is not yet optimal but works as expected with existing drivers and modified mario.c Changed MCS-48 EA line handling to use an explicit bank for now. [couriersud] Added EggVenture readme to lethalj.c. [Guru] Changed sound cpu type in saiyugb1 to I8748. [couriersud] dkong.c: S2650 based games consolidated [couriersud] * consolidated memory maps for S2650 based games * renamed handlers to s2650_* * joined protection handlers Added Cruis'n USA and new Raiden DX/2 readme. Cleaned up some documentation in raiden2.c. Renamed "Raiden DX (set 2)" to "Raiden DX (Tuning license)", and renamed ROMs to match the actual PCB. [Guru] Updated documentation and disk/ROM names in segas24 based on new information. [Brian Troha, T.Fujita] Removed "game_no_sound" from the 2 Hotrod games (in segas24.c) as all 3 seem to have the same sound capabilities. [Brian Troha] toaplan2: [Brian Troha] * removed duplicate info * changed most speeds to "xtal_xxMHz" define * corrected Battle Battle Bakraid Z80 clock based on readme info Fixed Dip Switches and Inputs for 'aso', 'alphamis', 'arian' (same as 'alphamis'), 'tnk3', 'tnk3j' (same as 'tnk3') and 'athena'. [stephh] Improvements to galaxi driver... [Roberto Fresca] - Added Magic Joker. - Fixed the 3rd background offset to Galaxi. - Remapped inputs to match the standard poker games. Began the "big IO_MAP merge of 2008". A number of drivers have had their I/O space address maps merged. [Andrew Gardner] Changed the default bootleg gwar pcb to be joystick only, and removed code duplication. Fixed jcross cabinet dip switches. [Nicola Salmoria] M377xx: 8-bit I/O port reads no longer cause bogus reads of neighboring ports. [R. Belmont] Removed unnecessary ARM7 hooks so MRC and MCR disassemble properly. [R. Belmont] Updated TMS5100 LPC tables based on mathematical analysis of 1st and 2nd derivatives of the values and comparison to the best quality patent image, which nearly always showed which values were in error. Some off-by-one issues may remain, but it is now nearly perfect. Further perfection will require PROMOUT dumping, which is planned. [Lord Nightmare] snk update: [Nicola Salmoria] * added another ikari us clone * renamed ikaria to ikarinc (for Ikari No Continues) * ikari is the JAMMA board, with conitnues * ikaria is the non-JAMMA board, with continues * ikarinc is the non-JAMMA board, without continues * fixed sound in Jumping Cross * adjusted some input bits in several games * merged hal21.c into snk.c * removed hacks and kludges * fixed colors (I think--though some sprites do look weird) * fixed emulation of the "SNK Wave" custom sound used by Marvin's Maze and Vanguard II and made it into a proper sound core * fixed palette decoding of early SNK games (from marvins to athena + fitegolf). The least significan bits were assigned incorrectly. * merged marvins.c into snk.c, with all resulting fixes (removed hacks, correct shadows, scroll offsets etc) Replaced aso ROMs (which were possibly from a bootleg) with split ones that are definitely from an original. Renamed ROMs across sets accordingly. [Nicola Salmoria] Converted timekeeper to a device, all default contents are loaded from disk. slapshot & opwolf3 read/write memory map have been merged. [smf] Shadow Force changes: [Pierpaolo Prazzoli] - Added irqs ack - Implemented raster irq - Fixed coin2 and service input not working during the game - Added watchdog - Fixed visible area - Added video enable and irqs enable flags Added decryption of 39in1. Doesn't get far due to very odd RAM check routine. [Andreas Naive] Changed all MCS-48 chips to have a 12-bit address space, regardless of internal ROM size. [Aaron Giles] Enabled internal COP410 program map. [Curt Coder] Fixed Dip Switches and Inputs for 'hal21', 'hal21j' (same as 'hal'), 'fitegolf', 'fitegol2' (same as 'fitegolf') and 'countryc'. [stephh] Changed refreshspeed target to 0.25Hz below rate provided, in order to guarantee that inexact timings do not lead to sound stuttering. [Aaron Giles] Added Fist of the North Star and (partial) Demolish Fist sets (Atomiswave) and decryption. [Andreas Naive] Added PCB info for Hard Yardage & earlier World Class Bowling. Corrected a few rom names. [Brian Troha] Split core laserdisc functionality into separate file ldcore.c. Each player now gets its own source file, along with new hooks which enable more precise control over the behavior. Updated the PR-8210 and LD-V1000 implementations to the new spec. Other players will come online shortly. [Aaron Giles] Changed laserdisc scan behavior so that it requires a constant stream of signals to continue scanning. Updated ldplayer accordingly. [Aaron Giles] Updated debugger to pass running_machine around where appropriate. Added running_machine to several devices which really should eventually be converted into proper devices. [Oliver Stoenberg] Concluded input port cleanups for drivers W->Z. Changed Primal Rage start buttons into input buttons. Removed unused protection bit in Driver's Edge. Introduced a new PORT_CUSTOM which returns a tagged input that can be used to route bits from one port into another. [Fabio Priuli] Added the missing SHA1 checksums to the atrowar set. [Oliver Stoenberg] Added basic implementation of the "update ended" interrupt flag to the MC146818. [Barry Rodewald] New games added or promoted from NOT_WORKING status --------------------------------------------------- Video Poker [Grull Osgo, Roberto Fresca] Black Jack [Grull Osgo, Roberto Fresca] Video Dado [Grull Osgo, Roberto Fresca] Video Cordoba [Grull Osgo, Roberto Fresca] Magic Joker (v1.25.10.2000) [Roberto Fresca] New clones added ---------------- Egg Venture (A.L. Release) [Guru] Ikari Warriors (US) [Nicola Salmoria] Double Dragon (bootleg) [Sonikos] New games marked as GAME_NOT_WORKING ------------------------------------ Mad Zoo [Roberto Fresca] --



※ 發信站: 批踢踢實業坊(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燈, 水草

請輸入看板名稱,例如:Boy-Girl站內搜尋

TOP