Emulator 板


LINE

MAMEUI v0.133.4 http://www.mameui.info/ MAMEXT v0.133u4 http://www.mamext.net/ MAME v0.133u4 http://www.mamedev.org/ MAMETesters Bugs Fixed ---------------------- - 03405: [Misc.] trckydoc trckydoca: Default hiscore wrong (Pierpaolo Prazzoli) - 03412: [Gameplay] goindol and clones: Unable to control and graphics corrupted (Tafoid) - 03404: [Crash/Freeze] Some drivers using mc6845.c: Access Violation (hap) - 01043: [DIP/Input] m79amb: There's considerable difficulty in aiming in the game. (hap) - 01754: [Graphics] tm7k, tm, tm3k, tm4k, tm5k: Background Color/ Palette Incorrect (Luca Elia) - 02191: [Sound] wseries, basebal2, dblplay, strkzone: Speech quality regression (couriersud) - 02608: [Color/Palette] machomou: Colors are wrong. (hap) Source Changes -------------- Intel 8085: [Curt Coder] - refactored callbacks to use devcb - added 8080A variant Added helper macros to devcb for input lines tied to GND/Vcc. [Curt Coder] Added Dirt Dash wave ROM redumps [Guru] Battle Zone discrete sound & discrete sound additions: [couriersud] - added discrete sound to battle zone - engine frequency (resistor R11) can be changed with slider - discrete sound may be disabled by setting BZONE_DISCRETE to 0 in bzone.h Discrete sound improvements: [couriersud] - DISCRETE_RCDISC3: added diode junction voltage; junction voltage also indicates polarity - DISCRETE_OPAMP_FILTER: added type DISC_OP_AMP_FILTER_IS_LOW_PASS_1M; INP2 takes role of v_ref in this type - DISCRETE_OPAMP: fixed a bug (possible divide by 0) - DISCRETE_LFSR: fixed bug preventing output of shift reg to sub node 1 SNES improvements: [Angelo Salese] - Fixed half colour blending behaviour Added infrastructure to compile universal standalone disassembler: [Aaron Giles] - added unidasm to the tools build - split the disassemblers out of libcpu and into new libdasm - ensured the disassembly entry points for all disassemblers are in the source file for the disassembler (sometimes new generic versions were created) Improvements to Noraut Poker driver... [Roberto Fresca] * Switched to pre-defined Xtal clock. * Changed the way how graphics are banked/accessed. * Fixed the graphics offset and number of tiles per bank. * Added new set: Noraut Red Hot Joker Poker. * Added new set: Noraut Poker (NTX10A). * Added new set: Noraut Joker Poker (V3.010a). * Fixed the tile size/decode for the first GFX bank. * Added proper norautrh inputs, including the readout button. * Added partial DIP switches to norautrh. * Added an extra DIP switch to Noraut Red Hot Joker Poker. * Also added DIP locations to the whole bank. * Added a default NVRAM for Noraut Joker Poker * Executed a trojan on 2 noraut systems to confirm the way 16x32 tiles are decoded. * Fixed the x-offset for 32x32 tiles lines. * Fixed the screen aspect and visible area. * Confirmed correct colors. No bipolar PROM involved. * Added Noraut Joker Poker hardware and PCB layouts. * Documented the discrete audio circuitry. Added a full diagram. * Fixed the coin counters. * Documented all the output ports. * Added a scheme with descriptions for every existent port. * Added full lamps support to naroutp, naroutjp, naroutrh and naroutpn. * Created lamps layouts for 11 and 12-lamps scheme. * Rerouted some inputs to mantain the inputs layout. * Renamed some inputs to match the text with the real cab buttons. * Removed the imperfect colors flag from the existent sets. * Added 2 different control panel layouts to the source. * Updated technical notes. Fixed redundancy in clock speed assignments in some drivers by cleaning all divided by 1 (/1) instances. [Tafoid] Argonaut SuperFX core improvements: [Anonymous] - Hooked up Branch instructions - Fixed numerous SuperFX core bugs. - Improved disassembler to more gracefully handle ALT* opcode effects. - Corrected instruction behaviors: STOP, SUB, SBC, SUBI, CMP - Added LSR and ROL opcodes - Updated instructions to use the safer superfx_gpr_write: LOOP, PLOT, INC, DEC - Added missing register writeback to LMS - Corrected carry flag behavior in ROL opcode - Corrected BRA target address calculation (maybe still wrong) - Corrected LOOP target address calculation - Made sure that FROM sets cpustate->sreg_idx - Disabled RAM/ROM clocking, going with instant transfer for now - Understood and re-enabled pipelined instruction architecture, Star Fox runs farther - Fixed a ridiculous typo in ROL instruction - Fixed overflow flag calculation on ADDI / ADCI - Fixed lack of register reset after ADD / ADC / ADDI / ADCI tmaster.c update [Luca Elia] - implemented carts banking and multiple EEPROMs - added "pen replacement" blit mode - fixed palette size Discrete work [couriersud] - change the way custom modules are handled - updated drivers mario and dkong accordingly - minor change to stream input handling - no more linear lists for nodes. All node processing switched to linked lists. - module step and reset now only get a node pointer passed - Added discrete_info * pointer to node - Only nodes with a step routine actually get processed. - Fixed a bug: discrete logs did not work since some time - preliminary parallel task constants; depending on results these may vanish again. - Overall slight performance increase. dkong 940% to 960%, galaxian 740% to 790% Fix NULL timers crash in the mc6845. [hap] Fixed IM2 interrupt cycles in the Z80 core. [eke] kaneko16 updates: - Decoded all protection data for B.Rap Boys [David Haywood, Tomasz Slanina] - Cleaned up decryption function for B.Rap Boys external Rom [David Haywood] - Improved video emulation for B.Rap Boys [David Haywood] - Marked several GFX roms as bad on B.Rap Boys [David Haywood] - Improved protection simulation logic w/regards to writeback addresses, allowing B.Rap Boys to boot [Tomasz Slanina] - Redumped GFX Roms [Guru] - Added hitbox simulation based on suprnova / game requirements [Tomasz Slanina] - Converted MCU writes to use write_byte [David Haywood] - Added kludge to reset MCU data write address to prevent game from running out of ram and crashing [David Haywood] - Added DSWs [David Haywood] - Added eeprom support to the B Rap Boys protection simulation [David Haywood] - Change to priorities to fix some visibility problems. [David Haywood] Added correct U2 sound ROM to the mk3 sets [MK3Fan - Mike] Discrete sound parallel tasks support: [couriersud] - Introduced DISCRETE_TASK_START, DISCRETE_TASK_END - DISCRETE_TASK_START: Start a new task. A task is a set of nodes which only depend on input nodes and nodes in the set - DISCRETE_TASK_END(task_output_node): Marks the end of the task. task_output_node is the node whose output over time should be preserved. This node can be accessed by nodes in the main thread. - Illustrated the concept in the dkong discrete emulation. This also has been enhanced to buffer DAC output. - Discrete tasks now support multiple task output nodes Further discrete changes: [couriersud] - DISCRETE_OUTPUT now is a stepping node. - DISCRETE_STREAM_INPUT now advances input pointer in step. - More linked_list usage. Pit Boss driver updates: [Brian Troha] - Corrected rom names for the Megastar & Supertouch 30 - Added missing rom to Supertouch 30 and verified old bad_dumps - Added documentation about the Megastar sets - Made pbst30b a clone of pbst30 and added program versions to the name, IE: Pit Boss Supertouch 30 (9234-10-01) Fixed B-Rap Boys sound banking [Phil Bennett] Sigma Poker: Fixed duplicated definition of Hold 2 button. Added the missing Hold 3 button. [Roberto Fresca] Continued discrete sound system "list-ification": [couriersud] - No more constraints on number of input and output nodes - input nodes now make use of a context Removed osd_is_bad_read_ptr function. [Aaron Giles] New games added or promoted from NOT_WORKING status --------------------------------------------------- Noraut Red Hot Joker Poker [Roberto Fresca, Alan Griffin] Galaxy Games StarPak 2 [Luca Elia, Siftware] Great Football [Kevin Eshbach, Charles MacDonald, Smitdogg, Dumping Union] Pit Boss Megastar (9244-00-01) [Mariusz Wojcieszek] B.Rap Boys / B.Rap Boys Special [David Haywood, Tomasz Slanina, Luca Elia] Billiard [Alexander Stakhanov, CaH4e3, Black1972] New clones added ---------------- Kollon (V2.04JC) [Joerg Hartenberger, Frank Berlt] Mortal Kombat Turbo Ninja (rev 3.1 T-Unit 03/19/93, hack) [MK3Fan - Mike] Pit Boss Megastar (9244-00-01) [Brian Troha, Dumping Union] New games marked as GAME_NOT_WORKING ------------------------------------ Noraut Poker (NTX10A) [Roberto Fresca, Alan Griffin] Noraut Joker Poker (V3.010a) [Roberto Fresca, Alan Griffin] --



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

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

TOP