--- - branch: MAIN date: Wed Aug 26 11:08:46 UTC 2015 files: - new: '1.45' old: '1.44' path: pkgsrc/emulators/mame/Makefile pathrev: pkgsrc/emulators/mame/Makefile@1.45 type: modified - new: '1.5' old: '1.4' path: pkgsrc/emulators/mame/PLIST pathrev: pkgsrc/emulators/mame/PLIST@1.5 type: modified - new: '1.40' old: '1.39' path: pkgsrc/emulators/mame/distinfo pathrev: pkgsrc/emulators/mame/distinfo@1.40 type: modified - new: '0' old: '1.1' path: pkgsrc/emulators/mame/patches/patch-3rdparty_mongoose_mongoose.h pathrev: pkgsrc/emulators/mame/patches/patch-3rdparty_mongoose_mongoose.h@0 type: deleted id: 20150826T110846Z.34421e00360bbabe45915bb1f7977b8fc566654e log: "Update to 0.165:\n\n0.165\n-------\n\nMAMETesters Bugs Fixed\n----------------------\n- 05762: [Crash/Freeze] (itgambl2.c) All sets in itgambl2.c, namcos23.c: Crash directly after OK (hap)\n- 05435: [Sound] (leland.c) offroad, offroadt, possibly others: Audio in offroad, offroadt sounds horrible (crazyc)\n- 05377: [Sound] (leland.c) All sets in leland.c: DAC sounds differently between 32-bit and 64-bit (crazyc)\n- 02892: [Misc.] (cps1.c) 3wondersh: Dialog box on launch (Robbbert)\n- 03193: [Misc.] (cps1.c) 3wondersh: Three Wonders (hack?) unmapped ports (Robbbert)\n- 05801: [Color/Palette] (cps1.c) 3wondersb: Status change from GAME_NOT_WORKING\n\tto GAME_IMPERFECT_GRAPHICS suggestion (Robbbert)\n- 06006: [Crash/Freeze] (rocnrope.c) rocnrope, ropeman: Game resets when pressing start (Mamesick)\n- 06014: [Documentation] (aerofgt.c) karatblzj: Wrong name for Japanese ROM set (hap)\n- 05690: [Graphics] (eprom.c) eprom, eprom2: Graphics glitch occurs when destroying compuer equipment. (hap)\n- 05217: [Sound] (exidy.c) spectar: Missing sounds (credit/Title Tune) (Osso)\n- 06008: [Graphics] (bfm_sc4.c) bfm_sc4.c: FATAL ERROR: Too many live textures in src/emu/renderer.c:500 (hap)\n- 06007: [Speed] (suna16.c) bssoccer: significant performance drop during intro (David Haywood)\n- 06005: [Graphics] (taito_x.c) kyustrkr: Screen is shifted up (Mamesick)\n- 03966: [Graphics] (macrossp.c) macrossp, quizmoon: Implement priorities, fix bg and sprite zoom (Tourniquet)\n- 05814: [Graphics] (apple2.c) ivelultr: Font is flipped (R. Belmont)\n\nSource Changes\n--------------\n-Sega 837-14645 JVS I/O dumped [Darksoft]\n\n-monzagp.c updates: [Sandro Ronco]\n\t* fixed 8035 vram read/write\n\t* added background graphics\n\t* added coin and DSW inputs\n\n-vidbrain.xml: Added Information Manager prototype. [Sean Riddle]\n\n-Add correct CD2802 chirp rom from decap [Sean Riddle]\n\n-mk4: Add rudimentary blending. [MooglyGuy]\n\n-utf8 support for pstring. Opted for a scalable solution which should\n\tbe easily extensible to utf16 and utf32 as well. All position related\n\toperations now operate on char code positions instead of byte\n\tpositions. [Couriersud]\n\n-chihiro.c: Move parts common with Xbox console into their own files\n\tmachine/xbox.c and includes/xbox.h [Samuele Zannoli]\n\n-gei.c: Minor Clean up [Brian Troha]\n\n-Xbox console driver now uses the base common machine setup with\n\tChihiro [Samuele Zannoli]\n\n-Add support for M58819 'VSM-emulator', fixes speech in Radar Scope\n\tTRS01 set. [Lord Nightmare]\n\n-Replaced the frame parse and speech generation code from tms5110.c\n\twith the code from tms5220.c, should be significantly more accurate\n\tand allow the cores to be much more easily merged in the future. This\n\talso allowed finally getting rid of the COEFF_ENERGY_SENTINEL hack in\n\ttms5110r.inc [Lord Nightmare]\n\n-deco32.c: Verified and corrected the rom labels for the Fighter's\n\tHistory (World ver 43-07, DE-0380-2 PCB) set. [Charles MacDonald]\n\n-monzagp.c updates (part 2): [Sandro Ronco]\n\t* fixed gfx RAM\n\t* added 7-seg artwork\n\t* added my car sprite\n\n-hp64k: fix to allow multiple screens (for RS232 terminal) [F. Ulivi]\n\n-goldstar.c DIP switch documentation [hsialin]\n\t* Hold Pair for cmv4, cmv801 and crazybon\n\t* Card Shuffle Animation for cmv801\n\t* Fast Take for crazybon\n\n-Fix interpolation on TMS52xx to match samples from real chip.\n\t[PlgDavid, Lord Nightmare]\n\n-c128: Emulated the PARTNER 128 cartridge. [Curt Coder]\n\n-Fixed 3wondersb [Robbbert]\n\n-apple2: fix Ivel Ultra's unique text drawing (MT#5814) [R. Belmont]\n\n-tms51xx: removed target_x variables in favor of reloading from\n\tcoefficient ROM during the generation loop (as the real device does).\n\tImplemented proper ZPAR and unvoiced ZPAR logic for zeroing parameters\n\tduring idle and unvoiced frames. Changed the pitch zeroing logic\n\tduring frame inhibit to last an entire interpolation period rather\n\tthan one sample. Replaced the speech-is-synthesizing state machine\n\twith the original patent TALK, TALKD and SPEN bits. Redid the\n\ttalk_status logic to use (TALKD || SPEN) as the real device does.\n\t[Lord Nightmare]\n\n-pet: Added French CBM 8032 ROMs. [Herv辿 Warin]\n\n-pet_rom.xml: Added Edex (France, v4.4) [Herv辿 Warin]\n\n-floppy.c: Added drive sounds (must be activated in drivers using\n\tMCFG_FLOPPY_DRIVE_SOUND(true); quite simple still, same sounds for\n\tall drives) [Michael Zapf]\n\n-at29x: Created a general class for AT29 family from previous\n\tat29040a; added implementations for at29c040 and at29c020 [Michael Zapf]\n\n-geneve: Added Programmable Flash Memory boot feature (PFM512)\n\t[Michael Zapf]\n\n-ti99: Added new cartridge types paged378, paged377;\n\tHFDC has new switch \"wait for HD\" (available in later HFDC models);\n\t32K internal memory mod is now off by default [Michael Zapf]\n\n-midzeus.c: Further improvements: [Phil Bennett]\n * Added alternate back-face culling method\n * Added additional blend modes\n * Added depth test and write enables\n \ * Slightly improved rasterization\n\n-OS/2 patches for MAME 0.164 [KO Myung-Hun]\n\n-x68k: added brightness controls, used for fade in/out effects [Barry Rodewald]\n\n-Dumped thedealr's i8742 internal ROM [Porchy]\n\n-Added correct color PROMs for tahjong [Mike Coates]\n\nNew games added or promoted from NOT_WORKING status\n---------------------------------------------------\nBandai Pair Match [hap, Kevin Horton, Rik]\nVTech Invaders [Kevin Horton]\nCastle Toy Tactix [hap, Sean Riddle, Kevin Horton]\nPack'n Bang Bang (prototype) [rtw]\nMerit Joker Poker (9131-01) [Brian Troha, The Dumping Union]\nTouch & Tell [hap, Sean Riddle]\nVocaid [hap, Sean Riddle]\n\nNew clones added\n----------------\nSaint Dragon (bootleg) [Yves Marchand]\nE.D.F. : Earth Defense Force (set 2) [Yves Marchand]\nPlayer's Edge Plus (PP0555) Standard Draw Poker [BrianT]\nPlayer's Edge Plus (KE1012) Keno (set 2) [BrianT]\nWar: The Final Assault (EPROM 1.6 Jan 14 1999, GUTS 1.1 Mar 16 1999, GAME Mar 16 1999)\n\t[Alex Cmaylo] (not working)\n[Gun.Smoke (US, 851115) (alt set) [Caius, Alexander F]\nFighter's History (World ver 43-05) [??]\nHissatsu Buraiken (Japan, bootleg?) [David Haywood]\nAmericana (9131-01) [Brian Troha, The Dumping Union]\nFighter's History (US ver 42-09, DE-0396-0 PCB)\n\t[Brian Troha, The Dumping Union]\nMeteors [Andrew Welburn, Trevor Brown]\nStreet Fighter Alpha 3 (USA 980616, SAMPLE Version) [Guru]\nMahjong The Mysterious Orient Part 2 - Exotic Dream [Dyq, Guru]\nMighty Monkey (Kaina Games, bootleg on Scramble hardware) [Team Europe]\nKnuckle Bash (Korean PCB) [caius]\n\nNew games marked as GAME_NOT_WORKING\n------------------------------------\nTechno Drive (Japan, TD2/VER.B, 2.06) [Guru, R. Belmont]\nSega Picture Magic [David Haywood]\nJoy Stand Private [Luca Elia, Guru]\nDino Dino [Guru]\nFruit Paradise (V214) [Guru, iq_132]\nFace-Off (EM Bubble Hockey) [Jarrod Wright, Luca Elia]\nChexx (EM Bubble Hockey, 1983 1.1) [Clay Harrell, Luca Elia]\nROLLing eX.tre.me [Ville Linde, Guru]\n" module: pkgsrc subject: 'CVS commit: pkgsrc/emulators/mame' unixtime: '1440587326' user: wiz