!

[Multi] Dev MAME x86 i x64 0.155.x GIT241829-SVN33317

[0] @ !!! Poniedziałek, 10 Listopada 2014 17:23 CET [10-11-2014 16:56 CET]

[Multi] Dev MAME x86 i x64 0.155.x GIT241829-SVN33317

Raz na jakiś czas będę publikował nowe deweloperskie binarki projektuMAME, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego  największego projektu emulacyjnego. W wypadku binarek udostępniam także resztę plików z folderu MAME. Link przy każdym wpisie umożliwia samodzielne pobranie źródeł i skompilowanie na własne potrzeby deweloperskiej wersji tego emulatora.

  • GIT241829-SVN33317 removed duplicated line of code (nw) [Oliver Stöneberg] 2014-11-10 10:19:15

    Changed: winmain.c

    1 files changed, 0 insertions, 3 deletions

  • Taito device tilemap assert fixes, and clean up of obsolete stuff (nw) [Alex W. Jackson] 2014-11-10 08:34:30

    Changed: darius.c, opwolf.c, rainbow.c, rastan.c, slapshot.c, taito_f2.c, topspeed.c, darius.h, ninjaw.h, warriorb.h, darius.c, ninjaw.c, tc0080vco.c, tc0100scn.c, tc0100scn.h, tc0480scp.c, warriorb.c

    17 files changed, 73 insertions, 154 deletions

  • Merge pull request #44 from ramiropolla/steppers [Miodrag Milanović] 2014-11-10 08:26:46
  • Merge pull request #43 from ramiropolla/upd7810 [Miodrag Milanović] 2014-11-10 08:26:39
  • peplus.c: Slight update - NW [briantro] 2014-11-10 04:48:03

    Changed: peplus.c

    1 files changed, 2 insertions, 2 deletions

  • peplus.c: Documentation update - NW [briantro] 2014-11-10 04:31:58

    Changed: peplus.c

    1 files changed, 18 insertions, 21 deletions

  • small cleanup [hap] 2014-11-09 21:35:01

    Changed: segas24.c, segas24.h, segaic24.h, segas24.c

    4 files changed, 83 insertions, 80 deletions

  • pentium: Some stuff to make lindbergh go further [O. Galibert] [Olivier Galibert] 2014-11-09 20:35:18

    Changed: i386.c, i386.h, i386ops.inc, i386priv.h, pentops.inc

    5 files changed, 94 insertions, 6 deletions

  • Fix more tilemap asserts (remaining ones are all Taito drivers) (nw) [Alex W. Jackson] 2014-11-09 19:44:08

    Changed: deco32.c, tattack.c

    2 files changed, 4 insertions, 4 deletions

  • new NOT WORKING [mamehaze] 2014-11-09 19:41:27
    • Club Pacman [Roberto Fresca, ytsejam]
      very weird set dumped by Robbie, might even be an original codebase, has a 2 player simultaneous mode (not as polished as Pacman Twin) need to fins the control multiplex tho, and understand if the game is really glitchy due to how it's programmed, or if there's something else going on.

      Changed: pacman.c, mame.lst

      2 files changed, 153 insertions, 0 deletions

  • i386: MMX disassembly fixes [O. Galibert] [Olivier Galibert] 2014-11-09 18:18:06

    Changed: i386dasm.c

    1 files changed, 20 insertions, 12 deletions

  • added assert for usage of uninitialized stack memory in n64_rdp::SpanDraw1Cycle() (nw) [Oliver Stöneberg] 2014-11-09 14:10:48
    • happens with e.g. n64 -cart vprowrs2 - it actually already goes out of bounds in poly_manager::render_triangle_custom() but since that code is generic it's hard to add an assert there / also added another FBSize check

      Changed: n64.c, rdpspn16.c

      2 files changed, 16 insertions, 0 deletions

  • added another check for unsupported FBSize (nw) [Oliver Stöneberg] 2014-11-09 12:50:30
  • new Player's Edge Plus poker clones [briantro] 2014-11-09 11:47:51
    • New Clones Added -------------------------------------------- Player's Edge Plus (PP0042) 10's or Better [BrianT, Ken R] Player's Edge Plus (PP0043) 10's or Better (International, set 2) [BrianT, Ken R] Player's Edge Plus (PP0060) Standard Draw Poker (set 3) [BrianT, Ken R] Player's Edge Plus (PP0429) Joker Poker (Aces or Better, set 2) [BrianT, Ken R]

      Changed: peplus.c, mame.lst

      2 files changed, 100 insertions, 7 deletions

  • Fix for atetrisb2 regression (nw) [Osso] 2014-11-09 10:36:25
    • Do the bootlegs really have the slapstick? our code assumes so. Maybe it's something equivalent and we don't bother documenting it?

      Changed: atetris.c

      1 files changed, 2 insertions, 0 deletions

  • Update README.md [Miodrag Milanović] 2014-11-09 10:32:44
  • Update README.md [Miodrag Milanović] 2014-11-09 10:26:51
    • Just test of UTF-8 encoding in notifier šđšđćžćžćčćč

      Changed: README.md

      1 files changed, 1 insertions, 0 deletions

  • mario.c: fix Monitor switch so it correctly affects both tiles and sprites [Alex Jackson] [Alex W. Jackson] 2014-11-09 09:27:54

    Changed: mario.c, mario.h, mario.c

    3 files changed, 34 insertions, 37 deletions

  • Merge branch 'master' of https://github.com/mamedev/mame [Oliver Stöneberg] 2014-11-09 08:59:03

    Changed: apfimag_cass.xml, coco_dwsock.c, ampoker2.c, batman.c, calomega.c, cninja.c, coinmstr.c, legionna.c, miniboy7.c, pipedrm.c, sbugger.c, calomega.c, k054156_k054157_k056832.c

    13 files changed, 109 insertions, 269 deletions

  • Revert "Revert "added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_checksum_block() (nw)"" [Oliver Stöneberg] 2014-11-09 08:58:44
    • This reverts commit 36218e2220cca2d31121a06c314ad11f72431527.

      Changed: rspdrc.c

      1 files changed, 3 insertions, 0 deletions

  • Revert "added assert for e.g. n64 -cart waveracej crash in rsp_device::generate_checksum_block() (nw)" [Oliver Stöneberg] 2014-11-09 08:58:01
    • This reverts commit 491842f8db702b2ccd94c7f0ae78482ab48cef05.

      Changed: rspdrc.c

      1 files changed, 0 insertions, 3 deletions

  • First batch of tilemap assert fixes (nw) [Alex W. Jackson] 2014-11-09 08:32:19

    Changed: ampoker2.c, batman.c, cninja.c, coinmstr.c, legionna.c, pipedrm.c, sbugger.c, k054156_k054157_k056832.c

    8 files changed, 12 insertions, 11 deletions

  • miniboy7.c: Slightly improve colors (see gfx2 color 4, now correct playing card colors) (nw) [Alex W. Jackson] 2014-11-09 08:06:19

    Changed: miniboy7.c

    1 files changed, 8 insertions, 8 deletions

  • calomega.c: Improve color emulation by analogy with tugboat.c (which is actually a heavily modified Cal Omega board) [Alex Jackson] [Alex W. Jackson] 2014-11-09 08:04:04

    Changed: calomega.c, calomega.c

    2 files changed, 75 insertions, 242 deletions

  • Prevent calls to osd_read/write when m_pSocket is NULL [nw] [jbu] 2014-11-09 02:33:06

    Changed: coco_dwsock.c

    1 files changed, 6 insertions, 0 deletions

  • added asserts for n64 -cart conker crash in mips3_device::generate_checksum_block() (nw) [Oliver Stöneberg] 2014-11-08 22:38:56

    Changed: mips3drc.c

    1 files changed, 3 insertions, 0 deletions

  • added sega_315_5296_device [hap] 2014-11-08 19:33:05

    Changed: segas18.c, segas18.h, segas18.c

    3 files changed, 113 insertions, 188 deletions

  • mm58167: initialize IRQ control register on reset. (nw) [Sandro Ronco] 2014-11-08 14:06:04

    Changed: mm58167.c

    1 files changed, 1 insertions, 0 deletions

  • twin16: fix savestate regression after tilemap conversion (nw) [Alex W. Jackson] 2014-11-07 23:02:53

    Changed: twin16.h, twin16.c

    2 files changed, 14 insertions, 4 deletions

  • MM58167: implemented IRQs and counters write, this allow to pass the K803 diagnostic test. (nw) [Sandro Ronco] 2014-11-07 22:19:16
  • added command-line option -[no]drc_log_native to control DRC native diassembly logging [Oliver Stöneberg] [Oliver Stöneberg] 2014-11-07 21:24:35
  • peplus.c: Minor update - NW [briantro] 2014-11-07 18:47:44
    • Add the rom from the internal printer control PCB and a little bit more documentation for the Player's Choice MG0252 set.

      Changed: peplus.c

      1 files changed, 21 insertions, 1 deletions

  • Merge pull request #28 from felipesanches/gforce2_motorcpu [hap] 2014-11-07 18:30:49
  • Merge pull request #39 from p1pkin/naomi#2 [Scott Stone] 2014-11-07 14:52:22
  • pci: A little more, reaches an unemulated pslldq at fd228 [O. Galibert] [Olivier Galibert] 2014-11-07 14:27:39

    Changed: i6300esb.c, i6300esb.h, pci.c, pci.h

    4 files changed, 298 insertions, 37 deletions

  • naomi.c: redumped F355 [Andy Geezer] [MetalliC] 2014-11-07 14:24:16

    Changed: naomi.c

    1 files changed, 1 insertions, 1 deletions

  • added device shortname to DRC UML log for systems with multiple DRCs (nw) [Oliver Stöneberg] 2014-11-07 11:34:19
  • added command-line option -[no]drc_log_uml to control DRC UML disassembly logging [Oliver Stöneberg] [Oliver Stöneberg] 2014-11-07 11:20:27
  • tilemap.c: Respect gfx_element::colors() just like drawgfx.c does. Add temporary assert to catch regressions (i.e. drivers that didn't define their gfx elements correctly) (nw) [Alex W. Jackson] 2014-11-07 10:14:12

    Changed: tilemap.h

    1 files changed, 2 insertions, 1 deletions

  • Merge pull request #37 from ramiropolla/upd7810 [Miodrag Milanović] 2014-11-07 08:09:40
  • tumbleb.c: flip_screen_set() automatically flips tilemaps (nw) [Alex W. Jackson] 2014-11-07 06:27:07

    Changed: tumbleb.c

    1 files changed, 2 insertions, 8 deletions

  • added tms0970 device [hap] 2014-11-07 01:46:35

    Changed: tms0980.c, tms0980.h

    2 files changed, 16 insertions, 2 deletions

  • Update README.md [Miodrag Milanović] 2014-11-06 18:36:59
  • bit of a driver specific hack to work around what seems to be a core problem when you have multiple screens of different refresh rates and partial updates. [mamehaze] 2014-11-06 18:24:01
    • not marked the game as working yet because the side screens seem to crash when you pick the roadster

      Changed: harddriv.c, slapstic.c

      2 files changed, 21 insertions, 37 deletions

  • Fixed MT04990 (nw) [Osso] 2014-11-06 18:13:48

    Changed: tumbleb.c, tumbleb.h, tumbleb.c

    3 files changed, 29 insertions, 32 deletions

  • enabled the RDP range checks by default for now (nw) [Oliver Stöneberg] 2014-11-06 16:03:45
    • this reports some out-of-bounds accesses only ubsan would report otherwise - happens with e.g. n64 -cart nbaliv99u

      Changed: n64.h

      1 files changed, 1 insertions, 1 deletions

  • try 2 - Backport MBC1COL detection from GoodGBx [Cowering] 2014-11-06 15:19:39

    Changed: gb_slot.c

    1 files changed, 1 insertions, 1 deletions

  • Backport MBC1COL detector from GoodGBx [Cowering] 2014-11-06 15:10:11

    Changed: gb_slot.c

    1 files changed, 22 insertions, 2 deletions

  • added fatalerror for unsupported FBSize in RDP (nw) [Oliver Stöneberg] 2014-11-06 11:50:29
  • Build fixes for Emscripten (nw) [Justin Kerk] 2014-11-06 08:12:54

    Changed: makefile, sdl.mak

    2 files changed, 9 insertions, 2 deletions

  • new clones [mamehaze] 2014-11-06 05:51:54
    • Oriental Legend 2 (V101, China) [bytestorm] (not working) Knights of Valour 2 New Legend (V300, Taiwan) [bytestorm] (not working)

      Changed: pgm2.c, mame.lst

      2 files changed, 55 insertions, 0 deletions

  • Start converting the various Hard Drivin' board types to be devices, allowing me to add the 2 additional video boards to Race Drivin' Panorama. [mamehaze] 2014-11-06 05:00:32
    • This brings Race Drivin' Panorama to within an inch of working, however there seems to be what I think is a core bug with partial updates on anything except the primary screen, meaning the other screens fail to update properly. It isn't a communicaiton issue ,as you can swap the screens around and get the other screens updating smoothly instead, it just doesn't seem to want to update the screen when it should. With a tiny bit more work this could be marked as working.
      Also added default eeproms for each of the sub-boards with the views correctly setup.

      Changed: harddriv.c, harddriv.c, harddriv.h, racedrivpan.lay, asic65.c, harddriv.c, slapstic.c, mame.mak, harddriv.c

      9 files changed, 1561 insertions, 689 deletions

  • get rid of some global stuff by making this a device, need this step for now, will improve further later (nw) [mamehaze] 2014-11-05 23:26:26

    Changed: atarig1.c, atarisy1.c, atarisy2.c, atetris.c, cyberbal.c, gauntlet.c, harddriv.c, rampart.c, starwars.c, vindictr.c, xybots.c, atarigx2.h, atarisy2.h, atetris.h, harddriv.h, slapstic.h, starwars.h, atarigen.c, atarigen.h, harddriv.c, slapstic.c, atarisy2.c

    22 files changed, 327 insertions, 164 deletions

  • New Magic Bubble clone [briantro] 2014-11-05 22:19:21
    • New Clone Added ------------------------------------ Magic Bubble (Adult version, YS-0211 PCB) [caius, The Dumping Union]

      Changed: yunsun16.c, mame.lst

      2 files changed, 58 insertions, 25 deletions

  • new Battle Bakraid clone added [briantro] 2014-11-05 22:17:13
    • New Clone Added --------------------------------------- Battle Bakraid - Unlimited Version (China) (Tue Jun 8 1999) [Bill D, The Dumping Union]

      Changed: toaplan2.c, mame.lst

      2 files changed, 28 insertions, 0 deletions

  • nw [hap] 2014-11-05 21:59:33

    Changed: beaminv.c

    1 files changed, 1 insertions, 1 deletions

  • looks like they romanized themselves as "Teknon Kogyo", seen on Dracula titlescreen(another old game by them) [hap] 2014-11-05 21:38:49

    Changed: beaminv.c

    1 files changed, 1 insertions, 1 deletions

  • twin16: note about fround (nw) [Alex W. Jackson] 2014-11-05 21:37:03

    Changed: twin16.c

    1 files changed, 13 insertions, 0 deletions

  • k007121.c: improve documentation (nw) [Alex W. Jackson] 2014-11-05 18:53:11

    Changed: k007121.c, konamiic.txt

    2 files changed, 13 insertions, 9 deletions

  • Compile fix (nw) [Miodrag Milanovic] 2014-11-05 15:13:50

    Changed: pci.c

    1 files changed, 1 insertions, 1 deletions

  • get rid of old printfs [hap] 2014-11-05 13:27:17

    Changed: tms0980.c

    1 files changed, 12 insertions, 30 deletions

  • MT 03590 [Alex Jackson] [Alex W. Jackson] 2014-11-05 09:44:34

    Changed: rockrage.c, rockrage.c

    2 files changed, 18 insertions, 28 deletions

  • (mess) num9rev: add number 9 revolution 512x32 [Carl] [cracyc] 2014-11-05 02:39:38
  • rspdrc: Added undocumented ops VADDB, VACCB, VSUBB, and VSUCB. [MooglyGuy] [mooglyguy] 2014-11-04 23:11:55

    Changed: rsp.h, rspdrc.c

    2 files changed, 103 insertions, 2 deletions

  • vigilant.c: Consistency, some hade "Rev." and others just "Rev" - NW [briantro] 2014-11-04 21:34:27

    Changed: vigilant.c

    1 files changed, 2 insertions, 2 deletions

  • coolridr.c: Add a note about "Aqua Stage" also running on Sega H1 hardware. - NW [briantro] 2014-11-04 21:25:29

    Changed: coolridr.c

    1 files changed, 9 insertions, 6 deletions

  • rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave] [mooglyguy] 2014-11-04 16:04:43

    Changed: rspdrc.c

    1 files changed, 1 insertions, 1 deletions

  • flush drcuml.asm log (nw) [Oliver Stöneberg] 2014-11-04 15:36:32

    Changed: drcuml.c

    1 files changed, 1 insertions, 0 deletions

  • mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy] [mooglyguy] 2014-11-04 14:14:26
  • correct patches for drgw2hk [iq_132] [mamehaze] 2014-11-04 11:43:40

    Changed: pgmprot_igs025_igs012.c

    1 files changed, 4 insertions, 6 deletions

  • upd7220: shift screen down by vbp (nw) [cracyc] 2014-11-04 04:31:47

    Changed: upd7220.c

    1 files changed, 6 insertions, 6 deletions

  • (mess) upd7220: duh (nw) [cracyc] 2014-11-04 02:22:38

    Changed: upd7220.c

    1 files changed, 1 insertions, 1 deletions

  • just test code (nw) [mamehaze] 2014-11-04 01:51:52

    Changed: stv.c, stv.h, 315-5881_crypt.c, 315-5881_crypt.h, stvprot.c

    5 files changed, 20 insertions, 9 deletions

  • OS/2 build fixes [KO Myung-Hun] [arbee] 2014-11-04 01:48:51

    Changed: sqlite3.c, mongoose.c

    2 files changed, 36 insertions, 1 deletions

  • MT 05776 [Robert] 2014-11-03 23:57:43

    Changed: tx1.h, tx1.c

    2 files changed, 18 insertions, 22 deletions

  • Cleanup of unwanted comment (nw) [Scott Stone] 2014-11-03 23:18:17

    Changed: naomi.c

    1 files changed, 1 insertions, 1 deletions

  • upd7220: Bresenham line drawing [Carl] [cracyc] 2014-11-03 22:13:53
  • n64: Fix up how negative values are handled in VRSQL/VRCPL [MooglyGuy] [mooglyguy] 2014-11-03 22:09:55

    Changed: rspdrc.c

    1 files changed, 55 insertions, 91 deletions

  • rsp: Add VNOP, VNULL, and VRSQ instructions. [MooglyGuy] [mooglyguy] 2014-11-03 21:18:39

    Changed: rsp.h, rspdrc.c

    2 files changed, 149 insertions, 0 deletions

  • vigilant.c: Misc updates / corrections - NW [briantro] 2014-11-03 21:09:47
    • Make the unknown World set a bootleg. Use the correct roms for the World Rev C version. Standardize a few rom names and or add IC location where possible. Add a note about need to verify / correct the rom sets for the US versions. - NW

      Changed: vigilant.c

      1 files changed, 62 insertions, 67 deletions

  • n64: Abort MIPS timeslice when unhalting RSP. Fixes many RSP tests. [MooglyGuy] [mooglyguy] 2014-11-03 20:35:06

    Changed: n64.c

    1 files changed, 12 insertions, 109 deletions

  • segas18.c: Fill in the dipswitches for Hammer Away. [Brian Troha] [briantro] 2014-11-03 20:25:37
    • Out of whatsnew: made the Hammer Away addition conform to the driver. IE: Alphabetize, spacing, header ect.... - NW

      Changed: segas18.c

      1 files changed, 95 insertions, 102 deletions

  • Merge branch 'master' of https://github.com/mamedev/mame [mamehaze] 2014-11-03 19:37:29

    Changed: abc99.c

    1 files changed, 28 insertions, 27 deletions

  • missed a line (nw) [mamehaze] 2014-11-03 19:36:44

    Changed: segas18.c

    1 files changed, 1 insertions, 1 deletions

  • new clones [mamehaze] 2014-11-03 18:18:06
  • rdp: Do LOD calculation even in 1-cycle mode. Fixes many tests. [MooglyGuy] [mooglyguy] 2014-11-03 15:50:11

    Changed: rdptpipe.c

    1 files changed, 48 insertions, 1 deletions

  • new clones [mamehaze] 2014-11-03 15:27:46
  • Merge branch 'master' of https://github.com/mamedev/mame [etabeta78] 2014-11-03 11:18:15

    Changed: mips3drc.c

    1 files changed, 8 insertions, 0 deletions

  • fixed obvious typo. nw. [etabeta78] 2014-11-03 10:59:47

    Changed: k803.c

    1 files changed, 1 insertions, 1 deletions

  • mips3drc: Generate -0.0 for NEG.S/D of 0.0 as FNEG does not on x86 [MooglyGuy] [mooglyguy] 2014-11-03 11:10:35

    Changed: mips3drc.c

    1 files changed, 8 insertions, 0 deletions

  • mips3drc: Sign-extend ROUND.L, TRUNC.L, CEIL.L and FLOOR.L [MooglyGuy] [mooglyguy] 2014-11-03 10:53:30

    Changed: mips3drc.c

    1 files changed, 4 insertions, 0 deletions

  • rspdrc: Add destination address support to the BREAK opcode. [MooglyGuy] [mooglyguy] 2014-11-03 10:52:19

    Changed: rsp.h, rspdrc.c, rspfe.c

    3 files changed, 31 insertions, 19 deletions

  • Fix -validation issue for naomi.c (nw) [Scott Stone] 2014-11-03 10:30:39

    Changed: naomi.c

    1 files changed, 1 insertions, 1 deletions

  • align bus section of the makefile. nw. [etabeta78] 2014-11-03 06:53:10

    Changed: mame.mak

    1 files changed, 3 insertions, 0 deletions

  • New WORKING Game [mamehaze] 2014-11-03 02:16:34
    • -- Hammer Away (prototype) [( Atro - from Neo-geo.com aka Rui Baptista ) ( _rm_ - from Neo-geo.com aka Ricardo Marques) ( 1up - from Neo-geo.com aka Daniel "casebres" )]
      (not extensively tested, but seems to work, needed irq0 on the sound cpu from the YM, also has more tiles than any other game, might tweak the code further) (ROM check fails, but I assume that's just because it's a proto.)

      Changed: segas18.c, segas18.h, mame.lst

      3 files changed, 118 insertions, 1 deletions

  • calchase: use larger nvram (nw) [cracyc] 2014-11-03 01:22:53

    Changed: calchase.c

    1 files changed, 6 insertions, 0 deletions

  • new TMNT clone [briantro] 2014-11-02 21:21:50
    • Was formerly the unknown nonworking incomplete dump. Another board with the same version was found and dumped to supply the missing 4 program rom. - NW
      New Clone Added (promoted from nonworking) ----------------------------------------------- Teenage Mutant Hero Turtles (UK 4 Players, set 3) [caius]

      Changed: tmnt.c

      1 files changed, 4 insertions, 6 deletions

  • Merge pull request #32 from p1pkin/naomi#1 [Miodrag Milanović] 2014-11-02 17:34:19
  • naomi.c: vonot maskrom label corrected [MetalliC] 2014-11-02 17:30:24

    Changed: naomi.c

    1 files changed, 13 insertions, 14 deletions

  • Merge pull request #30 from p1pkin/naoimi#1 [Miodrag Milanović] 2014-11-02 15:51:49
  • naomi.c: [MetalliC] 2014-11-02 15:34:40
    • samba2k, ringout - correct maskrom size and labels [Arzeno Fabrice, MetalliC] cartridge docs updates and additions

      Changed: naomi.c

      1 files changed, 78 insertions, 87 deletions

  • (mess) upd7220: so dividing by lr didn't quite work (nw) [cracyc] 2014-11-02 15:05:24
    • --- This works better but it looks too weird to be entirely correct.

      Changed: upd7220.c

      1 files changed, 2 insertions, 1 deletions

  • amstrad: made PlayCity output in stereo, add the device has its own stereo audio output. [mahlemiut] 2014-11-02 12:29:47

    Changed: playcity.c, playcity.h

    2 files changed, 15 insertions, 9 deletions

  • peplus.c: Added Clear CMOS IVC006 to driver - NW [briantro] 2014-11-02 10:52:13
    • Not really useful in emulation but added for completeness and for users / owners / collectors - NW
      New Clone Added ------------------------------------------ Player's Edge Plus (IVC006) Clear EEPROM Chip [BrianT]

      Changed: peplus.c, mame.lst

      2 files changed, 25 insertions, 6 deletions

  • move 315-5881 based encryption to it's own file, allowing me to experiment with the device for the encrypted ST-V games. [mamehaze] 2014-11-02 10:29:08

    Changed: stv.c, stv.h, 315-5881_crypt.c, 315-5881_crypt.h, naomim2.c, naomim2.h, stvprot.c, mame.mak

    8 files changed, 963 insertions, 794 deletions

  • timefgtr: No need for a double flag (nw) [Osso] 2014-11-02 07:53:13

    Changed: galaxian.c

    1 files changed, 1 insertions, 1 deletions

  • svga_device::zero() does it all [nw] [jbu] 2014-11-02 01:39:49

    Changed: pc_vga.c

    1 files changed, 1 insertions, 2 deletions

  • peplus.c: Fix Cut-N-Paste delete - NW [briantro] 2014-11-01 21:01:50

    Changed: peplus.c

    1 files changed, 2 insertions, 1 deletions

  • new PE+ clones [briantro] 2014-11-01 20:51:37
    • New Clones Added ----------------------------------------- Player's Edge Plus (Set004) Set Chip [BrianT]
      New Clones Added (not working) ------------------------------------------ Player's Choice (MG0252) Multi-Game [BrianT] Player's Edge Plus (KE0017) Keno [BrianT]

      Changed: peplus.c, mame.lst

      2 files changed, 152 insertions, 112 deletions

  • New NOT WORKING game added [hap] 2014-11-01 20:43:01
  • minor doc update - NW [briantro] 2014-11-01 20:29:06
  • re-enabled -Wconstant-logical-operand for clang 3.5 (nw) [Oliver Stöneberg] 2014-11-01 20:24:47

    Changed: flags_clang.mak

    1 files changed, 1 insertions, 1 deletions

  • new clones [mamehaze] 2014-11-01 19:47:21
  • use vga_device::zero() in cirrus_vga_device::device_start() as well (nw) [Oliver Stöneberg] 2014-11-01 19:11:15

    Changed: pc_vga.c

    1 files changed, 1 insertions, 1 deletions

  • Merge branch 'master' of https://github.com/mamedev/mame [Oliver Stöneberg] 2014-11-01 14:59:18

    Changed: i386.c

    1 files changed, 6 insertions, 6 deletions

  • i386: call with expand down stack [Carl] [cracyc] 2014-11-01 14:57:11

    Changed: i386.c

    1 files changed, 6 insertions, 6 deletions

  • re-enabled -Wdynamic-class-memaccess for clang 3.5 now that all warnings have been fixed (nw) [Oliver Stöneberg] 2014-11-01 14:59:13

    Changed: flags_clang.mak

    1 files changed, 0 insertions, 2 deletions

  • minor logging update. nw. [etabeta78] 2014-11-01 14:45:36

    Changed: nes_ines.inc

    1 files changed, 1 insertions, 0 deletions

  • Add zero() to (s)vga_device: zeroes all private variables but vtbls. [jbu] 2014-11-01 13:41:13
  • fixed clang compilation of src/emu/cpu/drcfe.c (nw) [Oliver Stöneberg] 2014-11-01 11:50:47

    Changed: drcfe.c

    1 files changed, 1 insertions, 1 deletions

  • updated comments/TODOs about invalid vptr warnings (nw) [Oliver Stöneberg] 2014-11-01 11:50:26

    Changed: flags_clang.mak, s3virge.c, trident.c, pc_vga.c

    4 files changed, 4 insertions, 1 deletions

  • do not overwrite the opcode_desc.delay vptr in drc_frontend::describe_one() (nw) [Oliver Stöneberg] 2014-11-01 10:48:52

    Changed: drcfe.c

    1 files changed, 11 insertions, 2 deletions

  • twin16.c: Rewrite video mixing based on PAL equations [Alex Jackson] [Alex W. Jackson] 2014-11-01 10:33:54

    Changed: twin16.c

    1 files changed, 86 insertions, 59 deletions

  • Get mess compiling again - uint32 should be enough, eh? (nw) [Scott Stone] 2014-11-01 10:31:16

    Changed: playcity.c

    1 files changed, 2 insertions, 2 deletions

  • The 'i' was part of the format. [nw] [jbu] 2014-11-01 09:25:14

    Changed: playcity.c

    1 files changed, 1 insertions, 1 deletions

  • Fix build (nw) [Justin Kerk] 2014-11-01 07:10:44

    Changed: playcity.c

    1 files changed, 1 insertions, 1 deletions

  • i386: GP fault with softint in v86 mode when iopl < 3 [Carl] [cracyc] 2014-11-01 04:24:02

    Changed: i386.c

    1 files changed, 9 insertions, 0 deletions

  • pic8259: priority and sfnm [Carl} [cracyc] 2014-10-31 22:32:53

    Changed: pic8259.c

    1 files changed, 24 insertions, 29 deletions

  • tia.c: Prevent Nans. (nw) [Wilbert Pol] 2014-10-31 20:36:13

    Changed: tia.c

    1 files changed, 8 insertions, 8 deletions

  •  
  •  

→ [Multi]DevMAME 0.155.x SVN241365
  • 241365 SDL: experimental rework of buffer size calculation. (nw) [arbee] 2014-10-21 06:10:51

    Changed: sdl_sound.c

    1 files changed, 1 insertions, 1 deletions

  • SDL: Allow SDL_LIBVER to be overridden without modifying sdl.mak [Alex W. Jackson] 2014-10-21 05:13:51

    Changed: sdl.mak

    1 files changed, 5 insertions, 5 deletions

  • Tell SDL to stop sound when volume is set to max attenuation. (nw) [arbee] 2014-10-21 04:10:30

    Changed: sdl_sound.c

    1 files changed, 9 insertions, 0 deletions

  • Reverse the networking polarity in the OSD makefiles. (nw) [arbee] 2014-10-21 03:56:01

    Changed: sdl.mak, windows.mak

    2 files changed, 2 insertions, 2 deletions

  • SDL: SDL2 is now the default except for OS/2 builds. [R. Belmont] [arbee] 2014-10-21 02:41:17
    • USE_NETWORK Ethernet emulation is now enabled by default as per the roadmap. [R. Belmont]

      Changed: makefile, sdl.mak

      2 files changed, 11 insertions, 7 deletions

  • Merge pull request #1 from plgDavid/patch-1 [Miodrag Milanović] 2014-10-20 20:40:20
  • Update winos.c [David Viens] 2014-10-20 20:38:48
  • Update README.md [Miodrag Milanović] 2014-10-20 18:55:13
  • Create README.md [Miodrag Milanović] 2014-10-20 18:45:50
  • tnzs.c - use bankdev [David Haywood] 2014-10-20 13:03:35

    Changed: tnzs.c, tnzs.h, tnzs.c

    3 files changed, 79 insertions, 70 deletions

  • bwing.c: replace achocode with clean modern stuff (bankdev, correct TILEMAP_MAPPER_MEMBER, GFXDECODE_RAM) (nw) [Alex W. Jackson] 2014-10-20 05:57:09

    Changed: bwing.c, bwing.h, bwing.c

    3 files changed, 87 insertions, 193 deletions

  • gts3a.c: a bit of WIP [Robbbert] 2014-10-20 02:37:21

    Changed: gts3.c, gts3a.c

    2 files changed, 258 insertions, 18 deletions

  • gts3.c: Added switches. After setting up, the games are playable. [Robbbert] 2014-10-20 02:01:50

    Changed: gts3.c

    1 files changed, 197 insertions, 22 deletions

  • model3: More rendering improvements [Ville Linde] [Ville Linde] 2014-10-19 19:16:11
  • galpanic.c: Document that Gals Hustler has been found with genuine AFEGA labels - NW [Brian Troha] 2014-10-19 17:55:39

    Changed: galpanic.c

    1 files changed, 6 insertions, 6 deletions

  • bwing.c: replace achocode with clean modern stuff (bankdev, correct TILEMAP_MAPPER_MEMBER, GFXDECODE_RAM) (nw) [Alex W. Jackson] 2014-10-20 05:57:09

    Changed: bwing.c, bwing.h, bwing.c

    3 files changed, 87 insertions, 193 deletions

  • gts3a.c: a bit of WIP [Robbbert] 2014-10-20 02:37:21

    Changed: gts3.c, gts3a.c

    2 files changed, 258 insertions, 18 deletions

  • gts3.c: Added switches. After setting up, the games are playable. [Robbbert] 2014-10-20 02:01:50

    Changed: gts3.c

    1 files changed, 197 insertions, 22 deletions

  • model3: More rendering improvements [Ville Linde] [Ville Linde] 2014-10-19 19:16:11
  • galpanic.c: Document that Gals Hustler has been found with genuine AFEGA labels - NW [Brian Troha] 2014-10-19 17:55:39

    Changed: galpanic.c

    1 files changed, 6 insertions, 6 deletions

  • dec0.c: Add PALs to the World & Japan Secret Agent sets - NW [Brian Troha] 2014-10-19 17:42:40

    Changed: dec0.c

    1 files changed, 20 insertions, 8 deletions

  • New Secret Agent clone [Brian Troha] 2014-10-19 17:33:48
    • New Clone Added ------------------------------------ Secret Agent (Japan revision 2) [ShouTime, The Dumping Union]

      Changed: dec0.c, mame.lst

      2 files changed, 126 insertions, 85 deletions

  • gts3.c: Display works, attract mode works. [Robbbert] 2014-10-19 15:22:57

    Changed: gts3.c

    1 files changed, 68 insertions, 18 deletions

  • Fixed strange display of long strings in Qt debugger (nw). [Andrew Gardner] 2014-10-19 14:44:24

    Changed: debugcmd.c, debughlp.c, debugqtview.c

    3 files changed, 8 insertions, 13 deletions

  • (nw) [David Haywood] 2014-10-19 11:15:18

    Changed: pgm.c

    1 files changed, 1 insertions, 1 deletions

  • new clones [David Haywood] 2014-10-19 11:13:05
    • S.V.G. - Spectral vs Generation (M68k label V101TW) (ARM label V101TW, ROM 06/20/05 S.V.G V100) [ShouTime] (not working)
      (internal ROM isn't dumped at all for now, using one from Japan PCB but it crashes on special moves) Rom Labels are all V101, internal ROM strings are all V100, because IGS...

      Changed: pgm.c, pgm.h, pgmprot_igs027a_type3.c, mame.lst

      4 files changed, 54 insertions, 2 deletions

  • calomega.c: Fill in some unknown dipswitches. [Brian Troha] [Brian Troha] 2014-10-19 10:44:05

    Changed: calomega.c

    1 files changed, 29 insertions, 24 deletions

  • Fixed MT#05741 [Scott Stone] 2014-10-19 03:00:27

    Changed: centiped.c

    1 files changed, 2 insertions, 2 deletions

  • calchase.c: [Peter Ferrie] [Scott Stone] 2014-10-18 22:44:47
    • * Implemented missing DIP switch for Eggs Playing Chicken, promote to working. Press "S" to skip the CMOS error, "S" or wait to skip the emm386.exe error (not an emulation issue), use "Coin 2" to coin-up and start the game, and "1 Player Start" to brake.
      calchase.c, gamecstl.c, midqslvr.c, queen.c, savquest.c, taitowlf.c, voyager.c, xtom3d.c: [Peter Ferrie] * Intel component is not MXTC, it's MTXC.

      Changed: calchase.c, gamecstl.c, midqslvr.c, queen.c, savquest.c, taitowlf.c, voyager.c, xtom3d.c

      8 files changed, 213 insertions, 215 deletions

  • video/model3: Texture enable has been wrong since 2003. Wow. (nw) [Ville Linde] 2014-10-18 21:25:42

    Changed: model3.c

    1 files changed, 18 insertions, 13 deletions

  • make 'kog' dipswitch part of the protection device / cartridge (nw) [David Haywood] 2014-10-18 20:04:24

    Changed: .gitattributes, bus.mak, bootleg_cart.c, bootleg_cart.h, bootleg_prot.c, bootleg_prot.h, kog_prot.c, kog_prot.h, neogeo_noslot.c, neogeo.h

    10 files changed, 207 insertions, 91 deletions

  • Fix potential overrun when adding a size_t to a UINT16. (nw) [Andrew Gardner] 2014-10-18 19:44:25

    Changed: dsp56ops.inc

    1 files changed, 2 insertions, 2 deletions

  • MT 05527 [Andrew Gardner] [Andrew Gardner] 2014-10-18 19:23:45
  • darius.c: Add OSC derived clocks. - NW [Brian Troha] 2014-10-18 18:05:32

    Changed: darius.c

    1 files changed, 7 insertions, 7 deletions

  • darius.c: Add dipswitch locations to the Darius sets & give the newly added US set the correction coinage. [Brian Troha] [Brian Troha] 2014-10-18 17:47:43

    Changed: darius.c

    1 files changed, 38 insertions, 98 deletions

  • darius.c: Minor rom name corrections - NW [Brian Troha] 2014-10-18 16:45:01

    Changed: darius.c

    1 files changed, 155 insertions, 157 deletions

  • gts3.c: WIP [Robbbert] 2014-10-18 14:58:55

    Changed: gts3.c, gts3a.c

    2 files changed, 51 insertions, 18 deletions

  • fixed "make tools" with VS14 CTP4 (nw) [smf-] 2014-10-18 10:56:59

    Changed: chdman.c

    1 files changed, 3 insertions, 3 deletions

  • Fixed MT05740 (nw) [ivanva] 2014-10-18 08:18:45

    Changed: vsnes.c

    1 files changed, 5 insertions, 5 deletions

  • gts3: split into AN and DMD displays [Robbbert] 2014-10-18 06:06:31

    Changed: .gitattributes, gts3.c, gts3a.c, gts3.lay, gts80b.lay, mame.mak

    6 files changed, 1094 insertions, 678 deletions

  • gts80b.c: Display is working. [Robbbert] 2014-10-18 00:58:49

    Changed: gts80b.c

    1 files changed, 66 insertions, 27 deletions

  • model3: fvipers2 needs longer delay (nw) [Ville Linde] 2014-10-17 23:21:37

    Changed: model3.c

    1 files changed, 1 insertions, 1 deletions

  • new clones [David Haywood] 2014-10-17 22:07:37
  • simplify MSVC fix, tested with official MinGW, VS2013 & VS14 CTP4 (nw) [smf-] 2014-10-17 21:22:31

    Changed: segaufo.c

    1 files changed, 1 insertions, 1 deletions

  • fixes for building with VS14 CTP4 (nw) [smf-] 2014-10-17 14:58:00

    Changed: windows.mak, winprefix.h

    2 files changed, 12 insertions, 1 deletions

  • fix compilation error when building with VS14 CTP4 (nw) [smf-] 2014-10-17 14:54:46

    Changed: nvram.c

    1 files changed, 1 insertions, 1 deletions

  • correct sound rom for 'tturf' (Tough Turf (set 2, Japan, 8751 317-0104)) [ShouTime] [David Haywood] 2014-10-17 14:33:34

    Changed: segas16b.c

    1 files changed, 2 insertions, 2 deletions

  • do some renames: [Michaël Banaan Ananas] 2014-08-26 17:24:55
    • boblbobl2 -> sboblbobl sboblboa -> sboblbobla sboblbob -> sboblboblb

      Changed: bublbobl.c

      1 files changed, 24 insertions, 24 deletions

  • added quizshow 2nd chr prom [Michaël Banaan Ananas] 2014-08-26 17:10:01

    Changed: quizshow.c

    1 files changed, 1 insertions, 2 deletions

  • Various pinball works in progress (nw) [Robbbert] 2014-08-26 16:07:41
    • - atari_s2: marked fourx4 not working (it never worked) - by6803: more preliminary work - st_mp100: added game number of Cosmic Princess - taito: a few more sets working or with sound

      Changed: atari_s2.c, by6803.c, st_mp100.c, taito.c, taito.lay

      5 files changed, 335 insertions, 195 deletions

  • SDL: don't require -str to enable watchdog (nw) [R. Belmont] 2014-08-26 04:11:29

    Changed: sdlmain.c

    1 files changed, 1 insertions, 3 deletions

  • fuukifg2.c: Correct clock speeds for the Susume! Mile Smile / Go Go! Mile Smile and Gyakuten!! Puzzle Bancho sets. [system11] [Brian Troha] 2014-08-26 02:32:47

    Changed: xtal.h, fuukifg2.c, mame.lst

    3 files changed, 80 insertions, 77 deletions

  • boblbobl2 fixed, promoted from GAME_NOT_WORKING [Darq] [Robbbert] 2014-08-26 01:06:09
    • (nw) if someone feels the set name should be changed, go ahead.

      Changed: bublbobl.c

      1 files changed, 21 insertions, 12 deletions

  • Removed for now -nw- [Phil Bennett] 2014-08-25 21:31:31

    Changed: atarig42.c, atarig42.h, mame.lst

    3 files changed, 1 insertions, 117 deletions

  • Misc cleanups (nw) [ivanva] 2014-10-16 14:14:59

    Changed: atarigt.c, cybertnk.c, djmain.c, hng64.c, magicard.c, model2.c, nightgal.c, sfbonus.c, exidy440.h, hng64.h, midyunit.h, midyunit.c, cps1.c, exidy440.c, konamigx.c, nycaptor.c, segas32.c

    17 files changed, 195 insertions, 201 deletions

  • Don't execute a timeslice before loading a savestate from the command line [Alex Jackson] [alexjack] 2014-10-16 07:18:38

    Changed: machine.c

    1 files changed, 3 insertions, 0 deletions

  • k051960: remove 16-bit trampolines (nw) [alexjack] 2014-10-16 06:42:34

    Changed: tmnt.c, k051960.c, k051960.h

    3 files changed, 16 insertions, 50 deletions

  • Capcom updates: [any] [rbelmont] 2014-10-16 04:04:22
    • - Fixed some incorrect info about the SF2 bootlegs and got them running better. - Dumped 8571 MCU from a bootleg Top Secret/Bionic Commando PCB. All other ROMs on the board matched the 'topsecrt' set.

      Changed: bionicc.c, fcrash.c, cps1.h, mame.lst, cps1.c

      5 files changed, 37 insertions, 7 deletions

  • Fix compile on MSVC 2012 from Peter Ferrie (nw) [tafoid] 2014-10-16 03:06:35

    Changed: segaufo.c

    1 files changed, 1 insertions, 1 deletions

  • oh, filename was still 315-5296.h in my local tree [hap] 2014-10-15 20:29:52

    Changed: segaufo.c

    1 files changed, 1 insertions, 1 deletions

  • Added Sega UFO Catcher hardware driver. [hap, Yasuhiro] [hap] 2014-10-15 19:56:02

    Changed: segaufo.c, mame.lst, mame.mak

    3 files changed, 508 insertions, 0 deletions

  • k054156: save correct amount of videoram, fixes lethalen savestates [Alex Jackson] [alexjack] 2014-10-15 17:34:06

    Changed: k054156_k054157_k056832.c, k054156_k054157_k056832.h

    2 files changed, 5 insertions, 4 deletions

  • Better fix for init order on software item load (nw) [Miodrag Milanovic] 2014-10-15 09:10:54

    Changed: imgcntrl.c

    1 files changed, 6 insertions, 6 deletions

  • Fixed init order on software item load (nw) [Miodrag Milanovic] 2014-10-15 08:52:13

    Changed: imgcntrl.c

    1 files changed, 1 insertions, 0 deletions

  • devices with samples shall specify sampleof too. nw. [Fabio Priuli] 2014-10-15 05:27:53

    Changed: info.c

    1 files changed, 1 insertions, 0 deletions

  • I don't think these are really needed, but let's try to use more parentheses ;) nw. [Fabio Priuli] 2014-10-14 22:12:55

    Changed: pce_slot.c

    1 files changed, 2 insertions, 2 deletions

  • new clones [dhaywood] 2014-10-14 21:39:02
  • bl scroll (nw) [dhaywood] 2014-10-14 20:45:24

    Changed: mario.c, mario.h, mario.c

    3 files changed, 10 insertions, 1 deletions

  • further improvements [dhaywood] 2014-10-14 20:34:00
    • (of all the Mario versions we support at the moment this one probably has the least offensive sound ;-)

      Changed: mario.c, mario.h, mario.c

      3 files changed, 85 insertions, 33 deletions

  • Fixed clang build. (nw) [curtcode] 2014-10-14 19:49:31

    Changed: lmc1992.h

    1 files changed, 1 insertions, 1 deletions

  • Fixed clang build. (nw) [curtcode] 2014-10-14 19:48:47

    Changed: macs.c, model3.c

    2 files changed, 4 insertions, 4 deletions

  • improve (nw) [dhaywood] 2014-10-14 19:40:53

    Changed: mario.c, mario.h, mario.c

    3 files changed, 19 insertions, 7 deletions

  • model3.c: experimenting with interrupts (nw) [villelin] 2014-10-14 19:26:57

    Changed: model3.c

    1 files changed, 19 insertions, 10 deletions

  • inputs (nw) [dhaywood] 2014-10-14 18:19:21

    Changed: mario.c

    1 files changed, 57 insertions, 3 deletions

  • new clones [dhaywood] 2014-10-14 18:02:19
  • Come-Cocos (Ms. Pac-Man) ('Made in Greece' Triunvi bootleg) [elnaib (AUMAP)] [dhaywood] 2014-10-14 15:24:50

    Changed: pacman.c, mame.lst

    2 files changed, 30 insertions, 4 deletions

  •  

wstecz10/11/2014 17:23
Do ściągnięcia
t2e-DevMAME x86 0.155.x GIT241829-SVN33317.7z
t2e-DevMAME x64 0.155.x GIT241829-SVN33317.7z
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU