{"id":16456,"date":"2008-12-06T21:22:05","date_gmt":"2008-12-06T21:22:05","guid":{"rendered":"http:\/\/127.0.0.1\/ef\/?p=16456"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T22:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/www.emu-france.com\/?p=16456","title":{"rendered":"[Arcade] Mame v0.128u5"},"content":{"rendered":"<p>Nouvelle update.<\/p>\n<p><code>MAMETesters Bugs Fixed<br \/>\n----------------------<br \/>\n- 02638: [Compiling] various cpu cores don't compile anymore<br \/>\n         (Aaron Giles)<br \/>\n- 02709: [Documentation] nstockr2: nstockr2 not defined as clone of<br \/>\n         nstocker? (Luigi30, Edward Swiftwood)<br \/>\n- 02713: [Crash\/Freeze] demndrgn, profpac: demndrgn gives a black<br \/>\n         screen only. profpac doesn't accept coins. (Aaron Giles)<br \/>\n- 01442: [Sound] wwfsstar: The OKI6295 playback frequency is too high.<br \/>\n         (Phil Bennett)<br \/>\n- 00894: [Crash\/Freeze] elecyoyo: Inserted coins and pressing start<br \/>\n         sometimes leads back to the test menu. (Mamesick)<br \/>\n- 02658: [Interface] Supplement game status reports with yellow screen<br \/>\n         (Edward Swiftwood)<br \/>\n- 02689: [Multisession] jumpbug: Jumpbug won't start second time<br \/>\n         around (Atari Ace)<br \/>\n- 02673: [Crash\/Freeze] All Sets with HuC6280 as Audio Device<br \/>\n         (PCE-Based titles): Fatal Error after OK (Aaron Giles)<br \/>\n- 02676: [Color\/Palette] All Laserdisc Games: Wrong colors using<br \/>\n         Direct3D on ATI cards. (Aaron Giles)<br \/>\n- 02680: [Misc.] carnevil: -verifyrom fails to consider if a CHD is a<br \/>\n         BAD_DUMP (Aaron Giles)<br \/>\n- 02705: [Crash\/Freeze] connect4: connect4 crashes if nvram file is<br \/>\n         present (Aaron Giles)<br \/>\n- 02702: [Sound] tturf: no audio (Aaron Giles)<br \/>\n- 02691: [Sound] Some drivers with z80\/ay8910 Audio: Audio tempo has<br \/>\n         changed (Aaron Giles)<br \/>\n- 02669: [Sound] pandoras: music tempo is too fast (Aaron Giles)<br \/>\n- 02683: [Crash\/Freeze] Pressing F5 while running debugger causes<br \/>\n         access violation (Aaron Giles)<br \/>\n- 02687: [Core] emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS<br \/>\n         (Aaron Giles)<br \/>\n- 02688: [DIP\/Input] DIP switch settings are not being stored in INP<br \/>\n         files. (Aaron Giles)<br \/>\n- 02693: [Crash\/Freeze] dacholer, kickboy: Freeze on the title or<br \/>\n         credit. (Mamesick)<br \/>\n- 02653: [Sound] all games on artmagic.c: OKI clipping in artmagic<br \/>\n         games (Nicola Salmoria)<br \/>\n- 02690: [Graphics] jantouki: The upper screen is totally garbled.<br \/>\n         (Mamesick)<br \/>\n- 02672: [Crash\/Freeze] Most Sets using MCS48\/51.C (intel 80xx family):<br \/>\n         Fatal Error when using -cheat trigger (Aaron Giles)<br \/>\n- 02670: [Core] Many sets using SH2: The SH2 timers aren't firing at<br \/>\n         the correct speed \/ time, causing various issues (Aaron Giles)<\/p>\n<p>Source Changes<br \/>\n--------------<br \/>\nFixes subtle timing calculation problems that affected SH-2 timers.<br \/>\n[Aaron Giles]<\/p>\n<p>Fixed copy\/paste error on viostorm rom names. [David Haywood]<\/p>\n<p>Made non-critical UI warnings yellow instead so that they stand out.<br \/>\n[BarnacleEd]<\/p>\n<p>Added Treasure Island to the Burger Time HW. It doesn't work because<br \/>\nI highly suspect that there's an unhandled encryption scheme in it.<br \/>\n[Angelo Salese]<\/p>\n<p>Pointer-ified the CCPU and T-11 cores. [Aaron Giles]<\/p>\n<p>Removed globals from cpuexec. Also removed ATTOTIME_TO_CYCLES() and<br \/>\nATTOTIME_IN_CYCLES(). Replaced them with functions in cpuexec:<br \/>\ncpu_clocks_to_attotime() and cpu_attotime_to_clocks(), both of which<br \/>\ntake CPU devices instead of indexes. Updated all callers, many of<br \/>\nwhich were using the functions dubiously. [Aaron Giles]<\/p>\n<p>Added placeholders for interrupt callback and Z80 daisy chain<br \/>\nfunctions in Z80DMA. [Curt Coder]<\/p>\n<p>Pool items are now tracked globally, and freed in reverse order of<br \/>\nallocation. This enables proper nesting. [Aaron Giles]<\/p>\n<p>Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch,<br \/>\nand timer_get_time to pass the machine parameter. Moved timer globals<br \/>\nto hang off of the running_machine. [Aaron Giles]<\/p>\n<p>Pointer-ified the hyperstone core, and removed all activecpu refs.<br \/>\n[Aaron Giles]<\/p>\n<p>Removed cpunum_get_active() calls and activecpu references from all<br \/>\nof the CPU cores. [Aaron Giles]<\/p>\n<p>Normalized several local CPU state variables to the generic 'cpustate'<br \/>\ninstead of names_with_underscores. [Aaron Giles]<\/p>\n<p>Added macros to access ROM and MACHINE_DRIVER by name. [Curt Coder]<\/p>\n<p>Normalized CDP1802 state variables to 'cpustate'. [Curt Coder]<\/p>\n<p>Removed all references to cpunum_get_active() and removed the function<br \/>\nentirely. [Aaron Giles, Andrew Gardner]<\/p>\n<p>Updated t5182 memory mapping a bit to properly handle mirrored areas;<br \/>\nadded comments about how shared ram works. [Lord Nightmare]<\/p>\n<p>Fixed reversed VBLANK-IN\/OUT events in ST-V. Fixes hanagumi\/groovef 2<br \/>\ncredits at start-up. [Angelo Salese]<\/p>\n<p>Added ATTR_NONNULL to various declarations. [Nathan Woods]<\/p>\n<p>Pointer-ified the 65816. [R. Belmont]<\/p>\n<p>Many improvements on the irq handling of the ST-V driver:<br \/>\n    [Angelo Salese, Charles MacDonald]<br \/>\n * Fixed a bug with irq timings;<br \/>\n * Added ODD bit emulation;<br \/>\n * Fixed vblank period timings;<br \/>\n * Optimized a bit the whole interrupt routines, getting a 4x speed<br \/>\n    gain<br \/>\n * Fixed an irq mask handling bug;<br \/>\nThis fixes at least Astra SuperStars and Pebble Beach booting, but<br \/>\nthe latter still fails the timer 1 irq routines...I need to check why)<\/p>\n<p>Pointer-ified the SPC700. [R. Belmont]<\/p>\n<p>Fixed stepping in the debugger. [R. Belmont]<\/p>\n<p>ARM7 updates: [R. Belmont]<br \/>\n - Pointer-ified ARM7 core<br \/>\n - Added disassembler and execution support for ARMv5 LDRD\/STRD<br \/>\n    instructions. 39in1 now makes it until it needs the MMU.<\/p>\n<p>The jchan gamse aren't really clones even if they share most of the<br \/>\nsame roms. They're very different. [David Haywood]<\/p>\n<p>Pmpoker.c major rewrite (part 2): [Roberto Fresca]<br \/>\n - Changed the driver name to goldnpkr.c (Golden Poker is the most<br \/>\n    representative hardware).<br \/>\n - Splitted the PIA interfases to cover witchcrd\/pottenpkr connections.<br \/>\n - Fixed the witchcrd\/pottnpkr\/sloco93 double up mode.<br \/>\n - Replaced the pottenpkr layout with goldnpkr one in all Jack<br \/>\n    Potten's Poker sets.<br \/>\n - Updated game notes for Witch Card and Super Loco 93 sets.<br \/>\n - Fixed al inputs & lamps to allow double up mode to the above games.<br \/>\n - Added Witch Card (Video Klein) but still not working.<br \/>\n - Added several Buena Suerte! sets.<br \/>\n - Added new games: Maverik, Brasil 89 & Poker'91.<br \/>\n - Reworked the sets parent-clone relationship (still in progress).<\/p>\n<p>Cleaned up gfx decode on Sengoku Mahjong. [Angelo Salese]<\/p>\n<p>Improvements to funworld.c driver [Roberto Fresca, Andreas Naive]<br \/>\n - Decripted saloon's program, graphics and color PROM.<br \/>\n - Created a new memory map and machine driver for saloon.<br \/>\n - Removed set jolycdae (it's not coming from a real board).<br \/>\n - Renamed the sets magiccrd, magiccda and magiccdb, to magicrd2, magicd2a and magicd2b.<br \/>\n - Updated technical notes.<\/p>\n<p>Fixed RGB565 bugs in Ghost Eolith driver. [Angelo Salese]<\/p>\n<p>Changed oki 6295 to use a reasonable volume table derived from the<br \/>\nmanual. Added popmessages to notify of invalid commands so we can<br \/>\ninvestigate them if some game uses them. It should also be noted that<br \/>\nmany games using this chip are clipping at the moment. This is<br \/>\nsomething that might date back to when sound mixing was upgraded to<br \/>\n32-bit. It is sensible for the 6295 emulator to output at this level<br \/>\nbecause it ensures that bits of precision are not lost, so the mixing<br \/>\nlevels in the drivers should be adjusted to avoid clipping.<br \/>\n[Nicola Salmoria]<\/p>\n<p>Cool Riders: added an hack for the SH-2, fixed some irqs and some<br \/>\nmemory maps\/ram sharing. Got to the point that area 0x03e00000 on the<br \/>\nSH-2 loads some DMA-style tables. (and this is going to be REALLY<br \/>\nnasty to do without docs...) [Angelo Salese]<\/p>\n<p>Added layer enable register, coin counter, coin lockout and cleaned-up<br \/>\nthe Sengoku Mahjong driver. [Angelo Salese]<\/p>\n<p>Big debugger cleanup: [Aaron Giles]<\/p>\n<p>  Important note for OSD ports: the get\/set property functions have<br \/>\n  been retired for debug_views. Instead, there are specific functions<br \/>\n  to perform each get\/set operation. In addition, the format of the<br \/>\n  update callback has changed to pass the osd private data in, and<br \/>\n  the update callback\/osd private data must be passed in at view<br \/>\n  allocation time. And osd_wait_for_debugger() now gets a CPU object<br \/>\n  instead of the machine.<\/p>\n<p>  Removed extra debugger tracking for address spaces and added some<br \/>\n  of the useful data to the address_space structure. Updated all<br \/>\n  debugger commands and views to use CPU and address space objects<br \/>\n  where appropriate.<\/p>\n<p>  Added new memory functions for converting between bytes and<br \/>\n  addresses, and for performing translations for a given address<br \/>\n  space. Removed debugger macros that did similar things in favor<br \/>\n  of calling these functions.<\/p>\n<p>  Rewrote most of the memory view handling. Disasm and register views<br \/>\n  still need some additional tweaking.<\/p>\n<p>  Added the concept of 'subviews' to the debugger views. The core<br \/>\n  now creates a list of possible subviews, and the OSD can select<br \/>\n  between them. This removes code from the OSD that was previously<br \/>\n  required to find all possible memory and disassembly views.<\/p>\n<p>  Added machine parameters to debugger console output functions.<\/p>\n<p>  Moved globals to hang off of the machine structure.<\/p>\n<p>  Fixed bug where the visiblecpu was not updated immediately upon<br \/>\n  a break.<\/p>\n<p>Made the 6850 ACIA a device. [Nathan Woods]<\/p>\n<p>Re-enabled the OSD key for master volume control. All other sliders<br \/>\nare still only accessible via the menus. [Aaron Giles]<\/p>\n<p>Renamed constants: [Aaron Giles]<br \/>\n   CPU_IS_LE -> ENDIANNESS_LITTLE<br \/>\n   CPU_IS_BE -> ENDIANNESS_BIG<\/p>\n<p>To fix 02688 (DIP switch settings are not being stored in INP files),<br \/>\nold INP files had to be broken. Since they were already broken, the<br \/>\ncorefile module was enhanced to support streaming compression, and<br \/>\nthe new INP files are output and processed compressed. [Aaron Giles]<\/p>\n<p>Added a number of new cputag_* macros to cpuexec.h. [Aaron Giles]<\/p>\n<p>Removed fillbitmap() macro in favor of direct calls to bitmap_fill().<br \/>\nNote that the parameters to the latter are in a different order<br \/>\n(bitmap, clip, color). [Atari Ace]<\/p>\n<p>Furthered the process of aligning the sound cores with the recent cpu<br \/>\ncore changes. Added a fake device implementation similar to the one<br \/>\nthe cpu cores are using. Made some interface adjustments aligned to<br \/>\n128u4 (i.e. adding snd_class_header, adding get_ to various getter<br \/>\nfunctions). The primary benefit of this change is the removal of<br \/>\n\"deprecat.h\" from 23 sound cores. Also adjusted ui.c to stop calling<br \/>\nsndnum_clock and access the clock data similarly to how it does the<br \/>\ncpu clock data. (Note from Aaron: further changes to the sound<br \/>\ninterfaces will be kept to a minimum until the CPUs are sorted out.)<br \/>\n[Atari Ace]<\/p>\n<p>Fixed 8080 interrupt handling: [Miodrag Milanovic]<br \/>\n 1. previous implementation cleared interrupt enable bit on interrupt<br \/>\n     trigger which is wrong since interrupts should stay enabled<br \/>\n 2. service interrupt number was not cleared after interrupt is<br \/>\n     executed, so if same one is triggered it will not be catched.<\/p>\n<p>Made the 6526\/8520 CIA implementations be devices. Added<br \/>\ndifferentiation between the r1 and r2 versions of the 6526; not acting<br \/>\non it yet. [Nathan Woods]<\/p>\n<p>Save state system improvements: [Aaron Giles]<br \/>\n  Changed save state system to accept machine parameters where<br \/>\n  appropriate, and to keep all global variables hanging off the<br \/>\n  machine structure. Once again, this means all state registration<br \/>\n  call sites have been touched:<\/p>\n<p>    - state_save_register_global* now takes a machine parameter<br \/>\n    - state_save_register_item* now takes a machine parameter<br \/>\n    - added new state_save_register_device_item* which now uses<br \/>\n       the device name and tag to generate the base name<\/p>\n<p>Extended the fake sound devices to have more populated fields.<br \/>\nModified sound cores to use tags from the devices and simplified<br \/>\nthe start function. [Aaron Giles]<\/p>\n<p>Renumbered CPU and sound get\/set info constants to align with<br \/>\nthe device constants, and shared values where they were perfectly<br \/>\naligned. [Aaron Giles]<\/p>\n<p>Set the type field in the fake device_configs for CPU and sound<br \/>\nchips to a get_info stub which calls through to the CPU and sound<br \/>\nspecific get_info functions. This means the device_get_info()<br \/>\nfunctions work for CPU and sound cores, even in their fake state.<br \/>\n[Aaron Giles]<\/p>\n<p>Changed device information getters from device_info() to<br \/>\ndevice_get_info() to match the CPU and sound macros. [Aaron Giles]<\/p>\n<p>Removed cpunum_get_active(). Main important change is that IDE<br \/>\ncontrollers with bus mastering (DMA) need to specify the target<br \/>\naddress space in the IDE device configuration. [Aaron Giles]<\/p>\n<p>Removed mame_find_cpu_index(). Use cputag_get_cpu() instead.<br \/>\nUpdated all drivers calling this to the newer function, and<br \/>\ngenerally simplified their code as a result. [Aaron Giles]<\/p>\n<p>Added NVRAM emulation to Sengoku Mahjong. [Angelo Salese]<\/p>\n<p>Merged The Couples driver with Merit, fixing most of the graphics\/<br \/>\ncolor bugs in it. [Angelo Salese]<\/p>\n<p>Removed mostly silly uses of activecpu from the CPU cores.<br \/>\n[Aaron Giles]<\/p>\n<p>New games added or promoted from NOT_WORKING status<br \/>\n---------------------------------------------------<br \/>\nTennis (bootleg of Pro Tennis) [Angelo Salese]<br \/>\nMaverik [Roberto Fresca]<br \/>\nBrasil 89 [Roberto Fresca]<br \/>\nPoker'91 [Roberto Fresca]<br \/>\nNew Magic Card [David Haywood, Angelo Salese]<br \/>\nMillenium Nuovo 4000 [David Haywood, Angelo Salese]<\/p>\n<p>New clones added<br \/>\n----------------<br \/>\nBuena Suerte (21 new sets) [Roberto Fresca]<br \/>\nRoyalea [Roberto Fresca]<br \/>\nBlack Tiger (bootleg alt) [mameitalia]<br \/>\nSurf Planet (Version 4.0) [Smittdogg]<br \/>\nWorldcup 90 (bootleg) [robiza]<br \/>\nJ.J. Squawkers (bootleg) [robiza]<br \/>\nLoco-Motion (bootleg) [David Haywood]<\/p>\n<p>New games marked as GAME_NOT_WORKING<br \/>\n------------------------------------<br \/>\nTreasure Island [Angelo Salese]<br \/>\nDestiny Horoscope [Angelo Salese]<br \/>\nGalaxian 3 [Andy Welburn]<br \/>\nWitch Card (Video Klein) [Roberto Fresca, Guru]<br \/>\nBra$il [David Haywood, Angelo Salese]<br \/>\nFashion (Version 2.14) [David Haywood, Angelo Salese]<br \/>\nIl Pagliaccio [David Haywood, Angelo Salese][\/CODE]<\/p>\n<p><strong>NB<\/strong>: La derni\u00e8re fois je disais \"l'ajout des phoenix CPS2 dans Mame, pourquoi pas l'unibios pendant qu'on y est?\" et bien c'est  chose faite avec cette release, on va donc droit dans l'ajout de tous les hacks possibles et inimaginables, surtout qu'on a jamais vu l'unibios utilis\u00e9 dans une machine d'arcade en exploitation (ou serait l'int\u00e9r\u00eat par ailleurs?). Si l'id\u00e9e qui disait qu'ajouter les hacks qui ont \u00e9t\u00e9 exploit\u00e9s en salle pouvait encore tenir, l\u00e0 \u00e7a ne tiens plus du tout.<\/p>\n\n<p class=\"p_site_officiel\"><a href=\"http:\/\/mamedev.org\/\" class=\"site_officiel\" target=\"_blank\">Site Officiel<\/a><\/p>\n<p class=\"p_en_savoir_plus\"><a href=\"https:\/\/www.emu-france.com\/emulateurs\/6-arcades\/88-mame-wip\/\" class=\"en_savoir_plus\">En savoir plus...<\/a><\/p>\n<div class=\"fcbkbttn_buttons_block\" id=\"fcbkbttn_left\"><div class=\"fb-share-button  \" data-href=\"https:\/\/www.emu-france.com\/?p=16456\" data-type=\"button_count\" data-size=\"small\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Nouvelle update. MAMETesters Bugs Fixed &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8211; 02638: [Compiling] various cpu cores don&rsquo;t compile anymore (Aaron Giles) &#8211; 02709: [Documentation] nstockr2: nstockr2 not defined as clone of nstocker? (Luigi30, Edward Swiftwood) &#8211; 02713: [Crash\/Freeze] demndrgn, profpac: demndrgn gives a black &#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[],"tags":[],"class_list":["post-16456","post","type-post","status-publish","format-standard","hentry","uentry","postonpage-1","odd","post-author-Jets"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/sKi2R-","jetpack_likes_enabled":false,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/posts\/16456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16456"}],"version-history":[{"count":0,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/posts\/16456\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}