{"id":16410,"date":"2008-11-24T09:05:07","date_gmt":"2008-11-24T09:05:07","guid":{"rendered":"http:\/\/127.0.0.1\/ef\/?p=16410"},"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=16410","title":{"rendered":"[Arcade] Mame v0.128u4"},"content":{"rendered":"<p>Nouvelle update.<\/p>\n<p><code><br \/>\nIMPORTANT NOTICE: This update represents the first part of a<br \/>\nmonumental internal change within MAME in the way CPU cores are<br \/>\nmanaged and how memory is addressed. There are two ways you can help<br \/>\nget these changes sorted out.<\/p>\n<p>1. Test the games you are familiar with, and some you are not. Report<br \/>\nbugs at http:\/\/mametesters.org\/mantis for anything out of the<br \/>\nordinary.<\/p>\n<p>2. If you are up to coding, help us by submitting patches that remove<br \/>\nthe use of [Mm]achine->activecpu and\/or cpunum_get_active(). You<br \/>\nshould be able to derive which CPU you are referencing through other<br \/>\nmeans. To avoid duplication of effort, either send these quickly in<br \/>\nsmall bunches, or better yet, send a message to the submission address<br \/>\nannouncing your intention to work on a certain class of drivers.<\/p>\n<p>MAMETesters Bugs Fixed<br \/>\n----------------------<br \/>\n- 02668: [DIP\/Input] vendetta + clones: NVRAM being corrupted<br \/>\n         (Mamesick)<br \/>\n- 02656: [Crash\/Freeze] elevator: Elevator Action freezes after coin<br \/>\n         insert with \"8\" (David Haywood)<br \/>\n- 02660: [Crash\/Freeze] All sets in decocass.c: Games freeze when the<br \/>\n         count reach 15, 14 or 13. (couriersud)<br \/>\n- 02654: [Crash\/Freeze] timecris, timecrsa: Unable to start game due<br \/>\n         to improper initialization (robiza)<br \/>\n- 02667: [Sound] bbmanwj: No sound since 0.123u2. (robiza)<br \/>\n- 02655: [Misc.] Some games using MC6845: A message reading \"Mode<br \/>\n         Control 88 is not supported!!!\" is displayed (couriersud)<br \/>\n- 02092: [Graphics] spinlbrk and clones: Priorities issues (robiza)<br \/>\n- 02641: [Graphics] strider and clones: Problem with graphics layer<br \/>\n         (Nicola Salmoria)<br \/>\n- 02196: [DIP\/Input] scross: Five Player 2 buttons are mapped twice<br \/>\n         (Luigi30)<\/p>\n<p>Source Changes<br \/>\n--------------<br \/>\nUPI-41\/42 (still I8x41.c) changes: [couriersud]<br \/>\n * cpu\/i8x41 should be renamed to UPI-4x, since UPI-41\/42 was an<br \/>\n    intel chip family postponed for now until core moved to pointers.<br \/>\n * removed I8041 definition from mcs48<br \/>\n * removed I8x41 cpu definition and config struct<br \/>\n * added I8041, I8741, I8042, I8242 and I8742 cpus to i8x41.c<br \/>\n * added internal memory maps<br \/>\n * internal ram now uses DATA memory space<br \/>\n * updated drivers<br \/>\n * increased interleave to 70 in decocass. This fixes decocass hanging<br \/>\n    in countdown around 13. No idea when this bug was introduced.<br \/>\n * converted i8x41 to use pointers for state access<br \/>\n * separated opcodes into i8x41ops.c<\/p>\n<p>Populated tag and static_config parts of fake CPU device. Removed<br \/>\n'config' parameter from CPU_INIT. Modified CPU cores to pull config<br \/>\nfrom the device static_config. [Aaron Giles]<\/p>\n<p>s14001a.c: added chip pinout and operation notes. [Lord Nightmare]<\/p>\n<p>Clean-ups in the ST-V driver and corrected protection number seeds<br \/>\nfor elandore. [Angelo Salese]<\/p>\n<p>Video emulation fixes to the Ghost Eolith HW (not yet working).<br \/>\n[Angelo Salese]<\/p>\n<p>i960 core switched to pointer state access. [couriersud]<\/p>\n<p>Major cpuintrf changes: [Aaron Giles]<br \/>\n * added a set of cpu_* calls which accept a CPU device object;<br \/>\n    these are now the preferred means of manipulating a CPU<br \/>\n * removed the cpunum_* calls; added an array of cpu[] to the<br \/>\n    running_machine object; converted all existing cpunum_* calls<br \/>\n    to cpu_* calls, pulling the CPU device object from the new<br \/>\n    array in the running_machine<br \/>\n * removed the activecpu_* calls; added an activecpu member to<br \/>\n    the running_machine object; converted all existing activecpu_*<br \/>\n    calls to cpu_* calls, pulling the active CPU device object<br \/>\n    from the running_machine<br \/>\n * changed cpuintrf_push_context() to cpu_push_context(), taking<br \/>\n    a CPU object pointer; changed cpuintrf_pop_context() to<br \/>\n    cpu_pop_context(); eventually these will go away<br \/>\n * many other similar changes moving toward a model where all CPU<br \/>\n    references are done by the CPU object and not by index<br \/>\n * added CPU device parameters to all CPU callbacks except for the<br \/>\n    context ones (which are going away), and the validity check.<\/p>\n<p>Converted TMS340x0 cores to be pointer-based. [Aaron Giles]<\/p>\n<p>Fixed Dip Switches for 'lkage' and clones. Fixed bootlegs visible<br \/>\narea to match original sets. [stephh]<\/p>\n<p>Fixed Dip Switches for 'magmax'. [stephh]<\/p>\n<p>Fixed Dip Switches for all games in mermaid.c driver. [stephh]<\/p>\n<p>peplus.c updates: [couriersud]<br \/>\n * changed the 6845 type to R6545_1 (Rockwell as mentioned in the<br \/>\n    driver).<br \/>\n * use transparent addressing<br \/>\n * lightpen code now generates a \"lightpen_assert\" at the right screen<br \/>\n    position.<br \/>\n * Completely hooked up 6545 without wrappers.<\/p>\n<p>abc_step and abc_reset now declared as DISCRETE_STEP( abc ) and<br \/>\nDISCRETE_RESET( abc ). [couriersud]<\/p>\n<p>Fixed Dip Switches for 'momoko'. [stephh]<\/p>\n<p>Fixed Dip Switches for 'joyfulr' and clone. [stephh]<\/p>\n<p>Fix state save in discrete sound: [couriersud]<br \/>\n * sndindex now considered as well in state save<br \/>\n * expose discrete_sound_n_r(void *chip, ...) to enable accessing<br \/>\n    multiple discrete sound cores<\/p>\n<p>Kaneko changes: [David Haywood, Andreas Naive]<br \/>\n * Added Simulation of Toybox external data rom decryption<br \/>\n * Converted Blood Warrior, Bonk's Adventure, Great 1000 Miles Rally<br \/>\n    1+2 to use the new code.<br \/>\n * Updated suprnova rendering to allow 2 sprite chips.<br \/>\n * Started work on Jackie Chan & Gals Panic 3<\/p>\n<p>Massive API cleanup\/change: [Aaron Giles]<\/p>\n<p>  The primary goal is that all CPU-related APIs now take a device<br \/>\n  pointer instead of an index. All functions that take a CPU device<br \/>\n  are prefixed with cpu_*. All functions that are globally related to<br \/>\n  cpu execution are prefixed with cpuexec_*. Below is a list of some<br \/>\n  of the mappings:<\/p>\n<p>    cpu_boost_interleave     -> cpuexec_boost_interleave<br \/>\n    cpunum_suspend           -> cpu_suspend<br \/>\n    cpunum_resume            -> cpu_resume<br \/>\n    cpunum_is_suspended      -> cpu_is_suspended<br \/>\n    cpunum_get_clock         -> cpu_get_clock<br \/>\n    cpunum_set_clock         -> cpu_set_clock<br \/>\n    cpunum_get_clockscale    -> cpu_get_clockscale<br \/>\n    cpunum_set_clockscale    -> cpu_set_clockscale<br \/>\n    cpunum_get_localtime     -> cpu_get_local_time<br \/>\n    cpunum_gettotalcycles    -> cpu_get_total_cycles<br \/>\n    activecpu_eat_cycles     -> cpu_eat_cycles<br \/>\n    activecpu_adjust_icount  -> cpu_adjust_icount<br \/>\n    cpu_trigger              -> cpuexec_trigger<br \/>\n    cpu_triggertime          -> cpuexec_triggertime<br \/>\n    cpunum_set_input_line    -> cpu_set_input_line<br \/>\n    cpunum_set_irq_callback  -> cpu_set_irq_callback<\/p>\n<p>  In addition, a number of functions retain the same name but now<br \/>\n  require a specific CPU parameter to be passed in:<\/p>\n<p>    cpu_yield<br \/>\n    cpu_spin<br \/>\n    cpu_spinuntil_time<br \/>\n    cpu_spinuntil_int<br \/>\n    cpu_spinuntil_trigger<br \/>\n    cpu_triggerint<\/p>\n<p>  Merged cpuint.c into cpuexec.c. One side-effect of this change is<br \/>\n  that driver reset callbacks are called AFTER the CPUs and devices<br \/>\n  are reset. This means that if you make changes to the CPU state and<br \/>\n  expect the reset vectors to recognize the changes in your reset<br \/>\n  routine, you will need to manually reset the CPU after making the<br \/>\n  change (since it has already been reset).<\/p>\n<p>  Added a number of inline helper functions to cpuintrf.h for<br \/>\n  managing addresses.<\/p>\n<p>  Removed cpu_gettotalcpu(). This information is rarely needed<br \/>\n  outside of the core and can be obtained by looking at the<br \/>\n  machine->cpu[] array.<\/p>\n<p>  Changed CPU interrupt acknowledge callbacks to pass a CPU<br \/>\n  device instead of machine\/cpunum pair.<\/p>\n<p>  Changed VBLANK and periodic timer callbacks to pass a CPU<br \/>\n  device instead of machine\/cpunum pair.<\/p>\n<p>  Renamed all information getters from cpu_* to cpu_get_* and<br \/>\n  from cputype_* to cputype_get_*.<\/p>\n<p>Defined macros for standard sound core functions and updated all sound<br \/>\ncores to use them. [Atari Ace]<\/p>\n<p>Replaced the Machine parameter where an running_machine * is<br \/>\navailable and removes the deprecat.h where unnecessary.<br \/>\n[Atari Ace, Oliver Stoeneberg]<\/p>\n<p>Cleaned up use of running_machine in the Windows debugger code.<br \/>\n[Oliver Stoeneberg]<\/p>\n<p>Fixed Dip Switches and Inputs for 'jchan' and clone. [stephh]<\/p>\n<p>Documented the CPS2 Phoenix sets, and what happens to a dead CPS2<br \/>\nboard. [MAMEPlus]<\/p>\n<p>Pointer-ified the 6800, 6809 and hd6309 cpu cores: [couriersud]<br \/>\n * temporarily named the state var m68_state in the 68xx cores<br \/>\n * reorganized some code for simpler comparison of 68xx cores<\/p>\n<p>Pre-irq rewrite submission in ST-V driver: [Angelo Salese]<br \/>\n * Better management of hblank\/vblank bits;<br \/>\n * Makes dynamic resolutions to be called with a timer instead of<br \/>\n    run-time;<br \/>\n * Makes dynamic resolutions to not be changed at every frame but<br \/>\n    only when there's an actual change;<br \/>\n * Fixed Final Arch broken Test Mode;<br \/>\n * Demoted Super Major League \/ Final Arch as GAME_NOT_WORKING, they<br \/>\n    hangs randomly due of SH-2 master\/slave communication RAM issues<br \/>\n * Removed GAME_NOT_WORKING flag to Fighting Dragoon Legend Elan<br \/>\n    Doree, because protection affects only in-game graphics and not<br \/>\n    gameplay<br \/>\n * Removed all the read\/write handler speed-up hacks, they aren't<br \/>\n    needed anymore and they were doing more damage than being useful.<br \/>\nThis fixes Golden Axe: the Duel gameplay speed at the cost of breaking<br \/>\nup Groove on Fight coin counter at start-up.<\/p>\n<p>Major memory system change: [Aaron Giles, couriersud, smf, R. Belmont]<\/p>\n<p>  Changed READ\/WRITE handlers to accept an address_space * instead of<br \/>\n  a machine *. The address_space object was enhanced to contain a<br \/>\n  machine and a pointer to the relevant CPU object.<\/p>\n<p>  Added new function cpu_get_address_space() to fetch the address<br \/>\n  space for calling in manually to these functions. In some instances,<br \/>\n  code which should eventually be converted to a device is hard-coding<br \/>\n  fetching the program space of CPU #0 in order to have something<br \/>\n  valid to pass.<\/p>\n<p>Converted cultures driver to have separated color tables for each<br \/>\nplane. [Angelo Salese]<\/p>\n<p>Significantly pared down the 68k core. Merged outer MAME shell into<br \/>\nthe core proper and removed unused macros. Changed all external<br \/>\ninterfaces to pass the CPU device. Enabled 64-bit operations by<br \/>\ndefault. Re-derived the interface functions to cascade and share code<br \/>\nmore aggressively. These changes also seem to have cured the taito_f3<br \/>\nissues as far as I can tell (at least pbobble3 seems right now).<br \/>\n[Aaron Giles]<\/p>\n<p>Disentangled the 68000 core, converting it to be much simpler and less<br \/>\noverly abstracted. Hard-coded it for the options that are relevant<br \/>\nand never going to change. Removed old unused CPS2 encryption junk.<br \/>\nChanged encryption interfaces to pass the CPU core object.<br \/>\n[Aaron Giles]<\/p>\n<p>Updated CPS1 documentation. [Nicola Salmoria]<\/p>\n<p>Added m6809 config option to control where opcodes 10 and 11 fetch<br \/>\nthe second byte. [Nicola Salmoria]<\/p>\n<p>Changed kram3 to use a partially understood decryption algorithm and<br \/>\nremoved external tables. [Nicola Salmoria]<\/p>\n<p>Fixed Dip Switches for 'scotrsht'. [stephh]<\/p>\n<p>Naomi improvements: [Samuele Zannoli]<br \/>\n * This patch implements a \"plug-in board\" device for the Naomi.<br \/>\n    It represents the rom boards for the various games and the dimm<br \/>\n    board for the gdrom.<br \/>\n * Now the dimm board part contains only a routine to load the \"rom<br \/>\n    file\" from the gdrom chd, but in the future it will be fully<br \/>\n    implemented with its own sh4 processor, security chip and so on.<br \/>\n * Extracted .rom files are no longer needed, rom file is extracted<br \/>\n    in code from the CHD.<\/p>\n<p>Added \"tag\" parameter to state_save_register_item_* calls. Removed<br \/>\nstate_save_combine_module_and_tag() function in favor of passing<br \/>\nthe tag when registering. Revisited all save state item registrations<br \/>\nand changed them to use the tag where appropriate. [Aaron Giles]<\/p>\n<p>Changed 6809 disassembler to work with kram3. [Nicola Salmoria]<\/p>\n<p>Added template support to regrep. Changed output to not color the<br \/>\nentire background of each cell. Switched to astrings and core_files<br \/>\ninternally. [Aaron Giles]<\/p>\n<p>ST-V IRQ rewrite and that removes several global hacks\/game specific<br \/>\nhacks. (SMPC irq bit\/introdon irq register hack\/pblbeach framebuffer<br \/>\nhack plus some more). Note: some games have issues with it, but<br \/>\nthey'll be hopefully fixed on the next couple of updates.<br \/>\n[Angelo Salese]<\/p>\n<p>Generalized the concept of opbase access into \"direct\" access.<br \/>\nRemoved opbase globals to the address_space structure. Cleaned up<br \/>\nnames of pointers (decrypted and raw versus rom and ram). Added inline<br \/>\nfunctions to read\/write data via any address space. Added macros for<br \/>\nexisting functions to point them to the new functions. Other related<br \/>\ncleanups. [Aaron Giles]<\/p>\n<p>Pointerized the CDP1802 CPU core. [Curt Coder]<\/p>\n<p>Tweaked gun handling in beast busters a bit.. by halving the<br \/>\nprecision of the guns to 7-bit they can be calibrated more easily,<br \/>\nmaybe the originals were like this.  I've also added a default<br \/>\neeprom with them calibrated in a 'reasonable' way for MAME.  Sound<br \/>\nis pretty awful on this, maybe the sound ROMs should be checked?<br \/>\n[David Haywood]<\/p>\n<p>Cleaned up macro mess in the Z80 core. Switched to using generic<br \/>\nmemory calls instead of program_* and io_*. [Aaron Giles]<\/p>\n<p>Pointer-ified the ASAP core. [Aaron Giles]<\/p>\n<p>Pointerized the COP400 CPU cores. [Curt Coder]<\/p>\n<p>Switched mcs48, mcs51, m68000 to new memory functions. [couriersud]<\/p>\n<p>Documented alt Ajax rom board [Phil Morris]<\/p>\n<p>Fixed basic controls in 2 Minutes Drill & added preliminary shutter\/<br \/>\ndefender sensors. Still need proper ball hit\/run sensors to get this<br \/>\nworking however. [Angelo Salese]<\/p>\n<p>Big H8 update: [R. Belmont]<br \/>\n - Added support for 8-bit H8 family MCUs, starting with the H8\/3344<br \/>\n - Pointer-ified all H8 cores<br \/>\n - Some cleanup and renames toward additional future work<\/p>\n<p>System 23: [R. Belmont]<br \/>\n - Added extremely preliminary support for I\/O boards with the H8\/3344<\/p>\n<p>Removed the change_pc() macro. Changed memory_set_direct_region() to<br \/>\nreturn a boolean indicating whether the given address was successfully<br \/>\nlocated in a bank. Change raw\/decrypted access to look at this result,<br \/>\nand if the given address is not in a bank, calls through to the<br \/>\nstandard read handlers. This should prevent most crashes when<br \/>\naccessing opcodes. [Aaron Giles]<\/p>\n<p>Fixed address space mapping handlers to invalidate direct access<br \/>\nregions if a change is made to the mapping. This is needed to prevent<br \/>\nthe Sega dynamic memory mapping chips from falling over. [Aaron Giles]<\/p>\n<p>Refactored the CDP1802 and COP400 CPU cores to use the new memory<br \/>\nfunctions. [Curt Coder]<\/p>\n<p>Switched m6809 and hd6309 to new memory functions: [couriersud]<br \/>\n * cleaned up some macros<br \/>\n * aligned code a bit more<br \/>\n * interrupts now checked in cpu_execute instead of set_context<\/p>\n<p>Pointerified the psx cpu core & switched it to the new memory<br \/>\nfunctions. Changed some MIPS_* to PSXCPU_*. [smf]<\/p>\n<p>Fixed broken crazywar eeprom. [David Haywood]<\/p>\n<p>Another significant memory system change: [Aaron Giles]<\/p>\n<p>  Moved memory global state into a struct hanging off of the machine.<br \/>\n  Updated almost all memory APIs to take an address_space * where<br \/>\n  appropriate, and updated all callers. Changed memory internals to<br \/>\n  use address spaces where appropriate. Changed accessors to point<br \/>\n  to the memory_* functions instead of the address space-specific<br \/>\n  functions. Improved internal handling of watchpoints.<\/p>\n<p>  Added cputag_* functions: cputag_reset(), cputag_get_index(),<br \/>\n  cputag_get_address_space(). These just expand via macros to an<br \/>\n  initial fetch of the CPU via cputag_get_cpu() followed by the<br \/>\n  standard CPU call.<\/p>\n<p>  Added debugger_interrupt_hook() and debugger_exception_hook() calls<br \/>\n  which intelligently look at the debugger flags before calling.<\/p>\n<p>  Memory banking now requires a machine object. This makes the memory<br \/>\n  system fully global-free.<\/p>\n<p>Pointer-ified the jaguar CPU core. [Aaron Giles]<\/p>\n<p>Pointer-ified the TMS32031 core. [Aaron Giles]<\/p>\n<p>Replaced parent crkdown image with one containing valid settings data<br \/>\n(prevents game booting with 0 seconds and invalid highscore data<br \/>\nwhich it can't restore correctly). [David Haywood]<\/p>\n<p>Converted H8 CPUs to the new memory functions. [R. Belmont]<\/p>\n<p>Debugger interfaces cleanup. Added callback parameters to the<br \/>\nexpression engine. Improved CPU parsing so you can use a CPU tag or<br \/>\nindex in most commands that take one. Switched to passing CPU and<br \/>\naddress space objects around where appropriate. Symbol tables now have<br \/>\na global ref as well as a per-symbol ref. Debugcpu is now clear of<br \/>\nactive CPU references and global Machine references. Lots of other<br \/>\nminor tweaks. [Aaron Giles]<\/p>\n<p>Pointer-ified cpu\/nec (V30). [couriersud]<\/p>\n<p>Switched adsp21xx to new memory functions. [couriersud]<\/p>\n<p>Fixed several protection issues with Double Wings, improved video<br \/>\nand sound. [Angelo Salese]<\/p>\n<p>Converted ssp1601 to pointers (still works, tested virtua racing<br \/>\ngenesis). [Curt Coder]<\/p>\n<p>Pointer work on se3208 (although I haven't touched the disassembler..)<br \/>\n[David Haywood]<\/p>\n<p>Adjusted bbusters volume balance slightly. [David Haywood]<\/p>\n<p>MC6845: Hsync needs to toggle on every scanline. [Curt Coder]<\/p>\n<p>Converted remaining CPU cores over to new memory functions.<br \/>\n[Aaron Giles]<\/p>\n<p>Un-deprecat'ed the H8. [R. Belmont]<\/p>\n<p>Removed cpu_read_byte\/cpu_write_byte. Thesea are replaced with<br \/>\nmemory_read_byte\/memory_write_byte. [Aaron Giles]<\/p>\n<p>Pointer-ified the M377xx. [R. Belmont]<\/p>\n<p>Removed all direct memory accesses via program_read\/write_* from<br \/>\ngame drivers. All drivers now use the memory_read\/write_* and pass in<br \/>\nan address space. [Aaron Giles]<\/p>\n<p>Removed ROM banking kludges from bublbobl, ninjakd2, tnzs, lsasquad,<br \/>\nmissb2, and other drivers. [Nicola Salmoria, David Haywood]<\/p>\n<p>Pointer-\"ified\" the s2650 core. [couriersud]<\/p>\n<p>Removed memory context switch. All memory accesses now specify an<br \/>\naddress space explicitly. There is no longer any concept of a<br \/>\n\"current\" memory context. [Aaron Giles]<\/p>\n<p>Enhanced the runtest.cmd to use all available processors.<br \/>\n[Aaron Giles]<\/p>\n<p>Removed cpu_num info from SH2 in favor of just keeping the device<br \/>\nobject. [Aaron Giles]<\/p>\n<p>Better fix for vendetta eeprom. [Mamesick, Fabio Priuli]<\/p>\n<p>Removed all vestiges of the old change_pc macro, which is no longer<br \/>\nneeded with the banking improvements. [Aaron Giles]<\/p>\n<p>Added the latest \"what we know\" to the plygonet driver. [Phil Bennett]<\/p>\n<p>More accurately describes the aux board behavior for Ms. Pac-Man.<br \/>\nThere is a thorough description of how the board works. mspacman is a<br \/>\nmore faithful emulation. In particular you can now enter service mode<br \/>\n(F2) at anytime during game play. [Steve Golson]<\/p>\n<p>Derived clocks from crystals in in ace.c, asteroid.c, avalnche.c,<br \/>\nblockade.c, boxer.c, bzone.c, cosmic.c, firetrk.c, galaga.c,<br \/>\nlazercmd.c, meadows.c, missile.c, orbit.c, skydiver.c, sprint2.c,<br \/>\nwarpwarp.c, williams.c. [Luigi30]<\/p>\n<p>Added diplocations to meadows.c, mugsmash.c, orbit.c. [Luigi30]<\/p>\n<p>Unified sprint2.c memory map. [Luigi30]<\/p>\n<p>Unified galaga.c CPU4 memory maps. [Luigi30]<\/p>\n<p>Changed flyball CPU clock to a #defined crystal. Added dip locations.<br \/>\n[Luigi30]<\/p>\n<p>Added new sound core for the Oki MSM6258. [Barry Rodewald]<\/p>\n<p>Added dates to Tron revisions. Swapped tron\/tron2 now that we know<br \/>\ntron2 is the later version. [Tim Lindquist]<\/p>\n<p>New games added or promoted from NOT_WORKING status<br \/>\n---------------------------------------------------<br \/>\nFiletto [Angelo Salese]<br \/>\nJackie Chan - The Kung-Fu Master<br \/>\n   [David Haywood, Andreas Naive, stephh, Angelo Salese]<br \/>\nFirefox [Aaron Giles, smf]<\/p>\n<p>New clones added<br \/>\n----------------<br \/>\nBeast Busters (US, Version 2) [Brian Hargrove]<br \/>\nPuzzle Bobble 2 (Ver 2.3O 1995\/07\/31) [Ross Myers]<br \/>\nStreet Fighter II' - Champion Edition (Rainbow set 3, bootleg)<br \/>\n   [Bill DeLeo]<br \/>\nViolent Storm (ver UAC) [Bill DeLeo]<br \/>\nDaitoride (YMF278B version) [Stefan Lindberg]<br \/>\nSoldam (World?) [Gerald]<\/p>\n<p>New games marked as GAME_NOT_WORKING<br \/>\n------------------------------------<br \/>\nMotocross Go! (MG3 Ver. A) [Guru]<br \/>\n[\/CODE]<\/p>\n<p><strong>NOTA<\/strong>: A noter la pr\u00e9sence (non r\u00e9f\u00e9renc\u00e9e une fois de plus) de tout les sets pheonix\u00e9s du CPS2. La MameTeam qui apr\u00e8s avoir bien critiqu\u00e9 Razoola pour la cr\u00e9ation de ce genre de sets (qui sont compl\u00e8tement inutiles pour un \u00e9mulateur soit dit en passant), d\u00e9cide de les ajouter \u00e0 pr\u00e9sent dans Mame (en provenance direct de MamePlus!). Pourquoi ne pas ajout\u00e9s les sets <a href=\"http:\/\/www.arcadecollecting.com\/dead\/dead.html\">CPS1 bidouill\u00e9s<\/a> (non suicides), et puis pendant qu'on y est pourquoi n'enl\u00e8ve t'on pas les commentaires emp\u00eachant l'utilisation de l'uni-bios dans le driver neogeo.<br \/>\nJe trouve qu'on atteint l'absurdit\u00e9 la plus totale, il serait temps d'arr\u00eater les conneries avec les sets CPS1 et CPS2 parce que l\u00e0 on touche le fond de la connerie.<\/p>\n\n<p class=\"p_site_officiel\"><a href=\"http:\/\/mamedev.org\/updates.html\" 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=16410\" data-type=\"button_count\" data-size=\"small\"><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Nouvelle update. IMPORTANT NOTICE: This update represents the first part of a monumental internal change within MAME in the way CPU cores are managed and how memory is addressed. There are two ways you can help get these changes sorted &#8230;<\/p>\n","protected":false},"author":33,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_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},"jetpack_post_was_ever_published":false},"categories":[],"tags":[],"class_list":["post-16410","post","type-post","status-publish","format-standard","hentry","uentry","postonpage-1","odd","post-author-Acdctabs"],"jetpack_publicize_connections":[],"jetpack_shortlink":"https:\/\/wp.me\/sKi2R-","jetpack_likes_enabled":false,"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/posts\/16410","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\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16410"}],"version-history":[{"count":0,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=\/wp\/v2\/posts\/16410\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=16410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.emu-france.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=16410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}