!

[Multi]DevMAME 0.153.x SVN30388

[0] @ Wtorek, 13 Maja 2014 12:56CET

[Multi]DevMAME 0.153.x SVN30388

Raz na jakiś czas będę publikował nowe deweloperskie binarki projektu MAME, natomiast BobBudowniczy będzie się starał na bieżąco śledzić zmiany w changelogu tego  największego projektu emulacyjnego. 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.

Zmiana, wygenerowanie wersji testowej generuje następny dokument.

 

  • 30388 Nuked unused code and updated todo... [robertof] 2014-05-13 03:12:04

    Changed: cocoloco.c

    1 files changed, 0 insertions, 12 deletions

  • ? Changed cocoloco to netlist output. Emulation ends at amplifier input. [couriers] 2014-05-13 00:31:22

    Changed: cocoloco.c

    1 files changed, 67 insertions, 0 deletions

  • ? z80dart: Cleanup. (nw) [curtcode] 2014-05-12 23:11:20

    Changed: z80dart.c

    1 files changed, 0 insertions, 1 deletions

  • ? (MAME) nflfoot: Refactored to use z80dart. (nw) [curtcode] 2014-05-12 23:10:55

    Changed: mcr.c, mcr.h, mcr.c

    3 files changed, 31 insertions, 102 deletions

  • ? added asserts for known index out-of-bounds accesses in i8279_device (nw) [oliverst] 2014-05-12 22:52:02

    Changed: i8279.c

    1 files changed, 2 insertions, 0 deletions

  • ? Bunch of TGP opcodes used by VF2. [angelosa] 2014-05-12 21:56:39

    Changed: mb86233.c

    1 files changed, 15 insertions, 0 deletions

  • ? Fix build, does anyone even bother testing these modernizations-by-rote? (nw) [alexjack] 2014-05-12 21:42:08

    Changed: proconn.c

    1 files changed, 1 insertions, 1 deletions

  • ? merging the drivers fixed this, I guess it will still happen randomly sometimes like it apparently does on the PCB, but some levels in MAME were always broken because the bg banking wasn't implemented in the pushman copy of the video implementation. (nw) [dhaywood] 2014-05-12 20:53:50

    Changed: tigeroad.c

    1 files changed, 1 insertions, 3 deletions

  • ? merged tiger road / f1-dream and pushman / bouncing balls drivers - as usual Comad cloned the hardware when they made the games. [dhaywood] 2014-05-12 16:18:06
    • moved the protection sims for f1dream / bbballs to machine/tigeroad.c
      also marked f1dream as not working, it's never worked, the protection simulation is incomplete. (the bootleg has some original bugs too due to their workarounds, so technically there isn't a perfectly working version of this game supported by MAME)

      Changed: pushman.c, tigeroad.c, pushman.h, tigeroad.h, tigeroad.c, mame.mak, pushman.c, tigeroad.c

      8 files changed, 780 insertions, 1044 deletions

  • ? (MAME) proconn: Use z80dart instead of deprecated z80sio. (nw) [curtcode] 2014-05-12 15:13:28

    Changed: proconn.c

    1 files changed, 11 insertions, 23 deletions

  • ? New games added or promoted from NOT_WORKING status [robertof] 2014-05-12 04:51:37
    • --------------------------------------------------- Leader (version Z 2E, Greece) [Roberto Fresca] Neraidoula (Fairy Butterfly) [Roberto Fresca]
      New games marked as GAME_NOT_WORKING ------------------------------------ Magical Butterfly (version U350C, encrypted) [Roberto Fresca]

      Changed: skylncr.c, mame.lst

      2 files changed, 366 insertions, 7 deletions

  • ? peplus.c: Another minor doc update - NW [briantro] 2014-05-12 04:32:32

    Changed: peplus.c

    1 files changed, 2 insertions, 2 deletions

  • ? Fixed typos [couriers] 2014-05-12 01:12:00

    Changed: nld_7474.h

    1 files changed, 1 insertions, 1 deletions

  • ? Change core_device constructor. [couriers] 2014-05-12 01:09:53

    Changed: nl_base.c, nl_base.h

    2 files changed, 9 insertions, 14 deletions

  • ? Added 7408, 7411, 7432 and 7437 to netlist. [couriers] 2014-05-12 00:27:52

    Changed: net_lib.c, net_lib.h, nld_7408.c, nld_7408.h, nld_7411.c, nld_7411.h, nld_7432.c, nld_7432.h, nld_7437.c, nld_7437.h, netlist.mak

    11 files changed, 424 insertions, 0 deletions

  • ? peplus.c: Documentation updates - NW [briantro] 2014-05-12 00:24:45

    Changed: peplus.c

    1 files changed, 26 insertions, 6 deletions

  • ? Fixed gate timing. [couriers] 2014-05-11 23:27:00

    Changed: nld_signal.h

    1 files changed, 3 insertions, 3 deletions

  • ? Fix copy/paste mistake in validate error text (nw) [alexjack] 2014-05-11 21:50:00

    Changed: digfx.c

    1 files changed, 1 insertions, 1 deletions

  • ? digfx.c, drawgfx.c: don't do unneeded processing or allocate unneeded memory for RAW gfx layouts; add -valid check that extxoffs/extyoffs info are present when the layout size demands them [Alex Jackson] [alexjack] 2014-05-11 21:36:42

    Changed: digfx.c, digfx.h, drawgfx.c

    3 files changed, 43 insertions, 35 deletions

  • ? taitopjc.c: experimenting with TLCS reseting the PPC. (nw) [villelin] 2014-05-11 19:49:14

    Changed: taitopjc.c

    1 files changed, 26 insertions, 1 deletions

  • ? New games added or promoted from NOT_WORKING status [robertof] 2014-05-11 19:48:53
    • --------------------------------------------------- Coco Loco [Roberto Fresca, Angelo Salese, Punkyas (from AUMAP), Ricky2001 (from AUMAP)]

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

      3 files changed, 368 insertions, 0 deletions

  • ? ipf: Fix #1360 [O. Galibert] [olivierg] 2014-05-11 19:17:32

    Changed: ipf_dsk.c

    1 files changed, 1 insertions, 1 deletions

  • ? New Maya clone [briantro] 2014-05-11 00:56:23
    • New Clone Added ----------------------------- Maya (set 3) [system11, The Dumping Union]

      Changed: dynax.c, mame.lst

      2 files changed, 19 insertions, 2 deletions

  • ? new Bouncing Balls clone [briantro] 2014-05-11 00:36:04
    • New Clone Added ----------------------------------------- Bouncing Balls (Adult) [system11, The Dumping Union]

      Changed: pushman.c, mame.lst

      2 files changed, 35 insertions, 0 deletions

  • ? konamigx.c: Remove errant debug addition - NW [briantro] 2014-05-11 00:11:07

    Changed: konamigx.c

    1 files changed, 0 insertions, 1 deletions

  • ? Crazy rare Crazy Cross clone added [briantro] 2014-05-11 00:08:34
  • ? i86: Add 0x6x instruction shadows, used by DEC Rainbow MS-DOS 2.01. [R. Belmont, based on a patch by Bavarese] [rbelmont] 2014-05-10 21:22:59

    Changed: i86.c

    1 files changed, 20 insertions, 2 deletions

  • ? misc comment fix (nw) [tafoid] 2014-05-10 19:15:05

    Changed: t6w28.c

    1 files changed, 1 insertions, 1 deletions

  • ? Upon further review, this shouldn't be here (nw) [ivanva] 2014-05-10 15:36:47

    Changed: scramble.c

    1 files changed, 0 insertions, 1 deletions

  • ? wd7600: extended range of some registers (based on datasheet) (no whatsnew) [barryrod] 2014-05-10 10:17:12

    Changed: wd7600.c, wd7600.h

    2 files changed, 7 insertions, 6 deletions

  • ? oops (nw) [ivanva] 2014-05-10 08:37:41

    Changed: firebeat.c

    1 files changed, 4 insertions, 4 deletions

  • ? Fixed tazmani2 (and possibly other games) regression (nw) [ivanva] 2014-05-10 08:36:55

    Changed: firebeat.c, scobra.c, scramble.c

    3 files changed, 7 insertions, 4 deletions

  • ? Fixed firebeat.c regression (nw) [ivanva] 2014-05-10 08:17:22

    Changed: firebeat.c

    1 files changed, 4 insertions, 4 deletions

  • ? added asserts in device_gfx_interface::decode_gfx() to detect stack-buffer-overflows (nw) [oliverst] 2014-05-10 07:36:42

    Changed: digfx.c

    1 files changed, 2 insertions, 0 deletions

  • ? New games added as GAME_NOT_WORKING [rbelmont] 2014-05-10 05:09:57
  • ? New PE+ Multi-Poker game [briantro] 2014-05-10 00:24:06
    • New Game Added -------------------------------------------------- Player's Edge Plus (XM00013P+XMP00025) Multi-Poker [BrianT]

      Changed: peplus.c, mame.lst

      2 files changed, 19 insertions, 0 deletions

  • ? fixed stack-buffer-overflow in device_gfx_interface::decode_gfx() with extended offsets [Alex Jackson] [oliverst] 2014-05-09 22:38:46

    Changed: digfx.c

    1 files changed, 2 insertions, 8 deletions

  • ? Fix MT05242 (I think...) [Alex Jackson] [alexjack] 2014-05-09 18:14:26

    Changed: k054156_k054157_k056832.c, mystwarr.c

    2 files changed, 3 insertions, 3 deletions

  • ? Fix SDL2 compile. [couriers] 2014-05-09 16:16:08

    Changed: video.c

    1 files changed, 1 insertions, 1 deletions

  • ? bnstars1 regression fix (nw) [Miodrag Milanovic] 2014-05-09 15:56:28

    Changed: bnstars.c

    1 files changed, 3 insertions, 1 deletions

  • ? This fixes strange issue we have with sound not working in some cases [Miodrag Milanovic] 2014-05-09 15:24:26
  • ? don't need this any more (nw) [alexjack] 2014-05-09 12:34:54

    Changed: k054338.c, k054338.h

    2 files changed, 1 insertions, 3 deletions

  • ? Fix generic_paletteram regression in mystwarr.c; fix uninitialized variable in same driver; de-acho-ify k054338.c (nw) [alexjack] 2014-05-09 11:54:21

    Changed: mystwarr.c, konamigx.h, bishi.c, k054338.c, k054338.h, konamigx.c, moo.c, xexex.c

    8 files changed, 37 insertions, 97 deletions

  • ? there was old name here (nw) [Miodrag Milanovic] 2014-05-09 11:43:24

    Changed: sdlmain.c

    1 files changed, 1 insertions, 1 deletions

  • ? no need for this it's in main class now (nw) [Miodrag Milanovic] 2014-05-09 11:10:29

    Changed: emuopts.h

    1 files changed, 0 insertions, 2 deletions

  • ? Placed parsing properly so warnings are displayed, was bug for a longer period (nw) [Miodrag Milanovic] 2014-05-09 11:04:29

    Changed: clifront.c

    1 files changed, 11 insertions, 8 deletions

  • ? fix(?) Super Star '97 graphics (nw) [dhaywood] 2014-05-09 10:20:13

    Changed: skylncr.c

    1 files changed, 11 insertions, 9 deletions

  • ? fix Error in command line not being visible due to buffering, also cleaned some other (nw) [Miodrag Milanovic] 2014-05-09 09:42:15

    Changed: clifront.c

    1 files changed, 7 insertions, 7 deletions

  • ? k055555.c: stop seeing double (nw) [alexjack] 2014-05-09 09:17:04

    Changed: bishi.c, djmain.c, konamigx.c, mystwarr.c, bishi.c, djmain.c, k054156_k054157_k056832.c, k054338.c, k055555.c, k055555.h

    10 files changed, 15 insertions, 135 deletions

  • ? MSVC fix. (nw) [curtcode] 2014-05-09 09:00:58

    Changed: nl_dice_compat.h

    1 files changed, 1 insertions, 1 deletions

  • ? peplus.c: More research and corrections - NW [briantro] 2014-05-09 05:23:49

    Changed: peplus.c

    1 files changed, 12 insertions, 6 deletions

  • ? peplus.c: Updated docs / info - NW [briantro] 2014-05-09 04:45:17

    Changed: peplus.c

    1 files changed, 23 insertions, 5 deletions

  • ? fixed usage of uninitialized member and heap-buffer-overflow in cosmac_device (nw) [oliverst] 2014-05-08 20:32:13

    Changed: cosmac.c

    1 files changed, 1 insertions, 0 deletions

  • ? fixed stack-buffer-overflow in tms9995_device::state_string_export() and tms99xx_device::state_string_export() (nw) [oliverst] 2014-05-08 20:13:39

    Changed: tms9900.c, tms9995.c

    2 files changed, 4 insertions, 4 deletions

  • ? Black Tiger / Black Dragon (mixed bootleg?) [Bonky0013] [dhaywood] 2014-05-08 17:51:17
    • not really sure what to make of this, it's a Capcom marked boardset, but the roms are mixed (bootleg and original, some black tiger, some black dragon), the MCU is missing, and instead the sound rom is address swapped. (assuming it wasn't just dumped incorrectly)
      his Toki dump is just bad, only different rom is the sound rom and it was dumped as the wrong type and has identical halves + missing data.

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

      3 files changed, 55 insertions, 0 deletions

  • ? same fix for sdl build (nw) [Miodrag Milanovic] 2014-05-08 17:07:00

    Changed: video.c

    1 files changed, 8 insertions, 0 deletions

  • ? For windows auto is now same as d3d, till video part is redone (nw) [Miodrag Milanovic] 2014-05-08 16:59:31

    Changed: video.c

    1 files changed, 2 insertions, 0 deletions

  • ? OSX fix (nw) [Miodrag Milanovic] 2014-05-08 16:44:48

    Changed: debugosx.m

    1 files changed, 1 insertions, 1 deletions

  • ? osx compile fix (nw) [Miodrag Milanovic] 2014-05-08 16:41:07

    Changed: debugosx.h

    1 files changed, 2 insertions, 1 deletions

  • ? tms9900: removed spaces in state names, setting register value now possible (nw) [Miodrag Milanovic] 2014-05-08 11:25:19

    Changed: tms9900.c

    1 files changed, 5 insertions, 5 deletions

  • ? fix internal debugger memory handling (nw) [Miodrag Milanovic] 2014-05-08 11:20:47

    Changed: debugint.c

    1 files changed, 10 insertions, 9 deletions

  • ? fix warning (nw) [Miodrag Milanovic] 2014-05-08 10:51:05

    Changed: window.c

    1 files changed, 1 insertions, 1 deletions

  • ? delete empty folder (nw) [Miodrag Milanovic] 2014-05-08 10:10:17

    Changed: debugint.c, debugint.h

    2 files changed, 0 insertions, 1494 deletions

  • ? -Reorganized OSD, handling more sound output systems and debuggers, defaults left same as before [Miodrag Milanovic] [Miodrag Milanovic] 2014-05-08 09:39:04
  • ? fixed viper regression (nw) [Miodrag Milanovic] 2014-05-08 09:15:01

    Changed: voodoo.c, voodoo.h

    2 files changed, 8 insertions, 2 deletions

  • ? peplus.c: Correct long standing error in CPU type in header. - NW [briantro] 2014-05-08 05:30:34

    Changed: peplus.c

    1 files changed, 1 insertions, 1 deletions

  • ? peplus.c: Cut-n-Paste + "fat finger" corrections - NW [briantro] 2014-05-08 03:51:07

    Changed: peplus.c

    1 files changed, 3 insertions, 3 deletions

  • ? peplus.c: Minor info correction - NW [briantro] 2014-05-08 03:41:47

    Changed: peplus.c

    1 files changed, 1 insertions, 1 deletions

  • ? new PE+ (French) clones [briantro] 2014-05-08 03:28:35
    • New Clones Added ----------------------------------------------- Player's Edge Plus (IP0028) Joker Poker - French [BrianT] Player's Edge Plus (IP0029) Joker Poker - French [BrianT] Player's Edge Plus (IP0031) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0051) Joker Poker - French [BrianT] Player's Edge Plus (IP0058) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0062) Joker Poker - French [BrianT] Player's Edge Plus (IP0101) Joker Poker - French [BrianT] Player's Edge Plus (IP0103) Joker Poker - French [BrianT] Player's Edge Plus (IP0105) Joker Poker - French [BrianT] Player's Edge Plus (IP0108) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0111) Joker Poker - French [BrianT] Player's Edge Plus (IP0112) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0112) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0115) Joker Poker - French [BrianT] Player's Edge Plus (IP0116) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0118) Standard Draw Poker - French [BrianT] Player's Edge Plus (IP0120) Standard Draw Poker - French [BrianT] Player's Edge Plus (X002419P+XP000064) Deuces Wild Bonus Poker - French [BrianT] Player's Edge Plus (X002421P+XP000064) Deuces Wild Bonus Poker - French [BrianT]

      Changed: peplus.c, mame.lst

      2 files changed, 460 insertions, 3 deletions

  • ? MSVC-specific macros? In my trunk? (nw) [alexjack] 2014-05-08 02:36:12

    Changed: funworld.c

    1 files changed, 2 insertions, 2 deletions

  • ? AY8910 uses this constructor (nw) [alexjack] 2014-05-08 02:16:35

    Changed: ay8910.c

    1 files changed, 1 insertions, 1 deletions

  • ? For AY891X emulate vol-0 resistor as infinite. [couriers] 2014-05-08 01:30:35

    Changed: ay8910.c

    1 files changed, 2 insertions, 2 deletions

  • ? Refactored fd1094's decryption code in order to make the function more amenable to inversion. [Andreas Naive] [andreasn] 2014-05-08 00:33:58

    Changed: fd1094.c

    1 files changed, 64 insertions, 59 deletions

  • ? ins8250: fix regression (nw) [crazyc] 2014-05-07 22:50:54

    Changed: ins8250.c

    1 files changed, 4 insertions, 4 deletions

  • ? rcdino4 improvements... [robertof] 2014-05-07 20:43:01
    • - Improved decryption, game boots now. [Peter Ferrie] - Created a dedicated machine driver. [Roberto Fresca] - Adjusted the tilemap size accordingly. [Roberto Fresca] - Added the proper color banking. [Roberto Fresca] - Hooked DIP switches and proper inputs. [Roberto Fresca]

      Changed: funworld.c

      1 files changed, 235 insertions, 122 deletions

  • ? 88games.c: modernized banking [Alex Jackson] [alexjack] 2014-05-07 18:23:31

    Changed: 88games.c, 88games.h

    2 files changed, 39 insertions, 53 deletions

  • ? enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h for all DEBUG builds since this is the fastest combination [Oliver Stöneberg] [oliverst] 2014-05-07 16:23:54

    Changed: makefile, rgbutil.c, rgbutil.h

    3 files changed, 3 insertions, 3 deletions

  • ? Fix tiny build (nw) [Miodrag Milanovic] 2014-05-07 15:59:50

    Changed: tiny.mak

    1 files changed, 1 insertions, 0 deletions

  • ? zaccaria.c: fix AY regression (nw) [alexjack] 2014-05-07 13:25:25

    Changed: zaccaria.c

    1 files changed, 1 insertions, 1 deletions

  • ? added GCC 4.9 handling to build/flags_gcc.mak now it has been released (nw) [oliverst] 2014-05-07 12:41:39

    Changed: flags_gcc.mak

    1 files changed, 4 insertions, 0 deletions

  • ? Fixed compile. (nw) [curtcode] 2014-05-07 12:34:33

    Changed: aakart.h

    1 files changed, 2 insertions, 1 deletions

  • ? Fix osd_printf_debug regression, replace gone wrong :) (nw) [Miodrag Milanovic] 2014-05-07 09:07:04

    Changed: osdcore.c

    1 files changed, 1 insertions, 1 deletions

  • ? Silence ~1MB/second printf spam (nw) [tafoid] 2014-05-07 02:30:36

    Changed: aakart.c

    1 files changed, 1 insertions, 1 deletions

  • ? ay8910.c: Provide chip-specific details (number of outputs, number of usable IO ports) in constructor for each variant (nw) [alexjack] 2014-05-07 01:42:49

    Changed: 2203intf.c, 2608intf.c, 2610intf.c, ay8910.c, ay8910.h

    5 files changed, 65 insertions, 81 deletions

  • ? Added first draft of 74123 to netlist code. [couriers] 2014-05-07 00:37:20

    Changed: 74123_mstable.c, net_lib.c, net_lib.h, nld_74123.c, nld_74123.h, netlist.mak

    6 files changed, 233 insertions, 0 deletions

  • ? Allow connecting a net to itself, fixed typo and be more explicit on error. [couriers] 2014-05-07 00:32:26

    Changed: nl_base.c

    1 files changed, 7 insertions, 1 deletions

  • ? more (nw) [dhaywood] 2014-05-06 23:59:54

    Changed: bfm_sc4.c

    1 files changed, 2229 insertions, 494 deletions

  • ? more discovery (nw) [dhaywood] 2014-05-06 20:37:42

    Changed: bfm_sc4.c, bfm_sc45_helper.c

    2 files changed, 8092 insertions, 1005 deletions

  • ? ay8910.c: AY8912 and AY8913 are AY8910-based, not YM2149-based (nw) [alexjack] 2014-05-06 20:25:15

    Changed: ay8910.c

    1 files changed, 1 insertions, 1 deletions

  • ? de-spaced and fixed vectrex bios names (nw) [tafoid] 2014-05-06 18:58:39

    Changed: vectrex.c

    1 files changed, 3 insertions, 3 deletions

  • ? sharc: DMA internal index registers are only 17 bits long. (nw) [villelin] 2014-05-06 18:46:08

    Changed: sharc.c, sharcdma.inc, sharcmem.inc

    3 files changed, 13 insertions, 13 deletions

  • ? sc4 backup (nw) [dhaywood] 2014-05-06 17:43:25

    Changed: bfm_sc4.c, bfm_sc45_helper.c, bfm_sc4h.c, bfm_sc45.h

    4 files changed, 13219 insertions, 3417 deletions

  • ? new clones [dhaywood] 2014-05-06 16:42:50
  • ? avoid even more unnecessary rgb_t<->UINT32 conversions (nw) [oliverst] 2014-05-06 14:30:15

    Changed: rendersw.inc, rgbsse.h

    2 files changed, 9 insertions, 9 deletions

  • ? avoid some more unnecessary rgb_t <-> UINT32 conversions (nw) [oliverst] 2014-05-06 13:59:50

    Changed: rendersw.inc

    1 files changed, 8 insertions, 8 deletions

  • ? Fix tiny build (nw) [Miodrag Milanovic] 2014-05-06 12:23:04

    Changed: tiny.mak

    1 files changed, 1 insertions, 0 deletions

  • ? small fix for makemak (nw) [Miodrag Milanovic] 2014-05-06 11:10:33

    Changed: makefile

    1 files changed, 1 insertions, 1 deletions

  • ? segag80r.c: fix generic_paletteram regression (nw) [alexjack] 2014-05-06 08:28:17

    Changed: segag80r.h, segag80r.c

    2 files changed, 9 insertions, 9 deletions

  • ? blockhl.c, chqflag.c: fix generic_paletteram regression (nw) [alexjack] 2014-05-06 08:09:11

    Changed: blockhl.h, chqflag.h, blockhl.c, chqflag.c

    4 files changed, 2 insertions, 10 deletions

  • ? ddragon3.c: palette cleanup (nw) [alexjack] 2014-05-06 07:59:14

    Changed: ddragon3.c, ddragon3.h

    2 files changed, 9 insertions, 11 deletions

  • ? emupal.c: Support palette RAM less than the full width of the data bus it's on, [alexjack] 2014-05-06 07:20:51
  • ? shortname fix (nw) [tafoid] 2014-05-06 05:13:29

    Changed: h8_timer8.c

    1 files changed, 1 insertions, 1 deletions

  • ? Fix build (nw) [alexjack] 2014-05-06 01:38:34

    Changed: a1supply.c, aleisttl.c, bailey.c, chicago.c, electra.c, exidyttl.c, fungames.c, meadwttl.c, monacogp.c, popeye.c, ramtek.c, taitottl.c

    12 files changed, 0 insertions, 12 deletions

  • ? i960.c: Save some additional state [Phil Bennett] [philipbe] 2014-05-06 00:20:01

    Changed: i960.c

    1 files changed, 5 insertions, 0 deletions

  • ? Fixed compile issue. Thanks Justin! [couriers] 2014-05-06 00:14:55

    Changed: atarittl.c

    1 files changed, 0 insertions, 1 deletions

  • ? Netlist: [couriers] 2014-05-05 22:02:26
    • - Pong Doubles now working Thanks a lot to Adam Bousley for dual licensing DICE netlists. Hooked up player inputs - Minor performance tweaks - Separated game netlists from driver. Dice is making extensive use of macros which may conflict if these are in one source file. - Added some rescap.h macros to netlist
      New games added or promoted from NOT_WORKING status --------------------------------------------------- Pong Doubles [DICE Team, Couriersud]

      Changed: nld_twoterm.h, net_lib.h, nld_74107.c, nld_7474.c, nl_setup.h, nl_pong.c, nl_pongd.c, pong.c, mame.lst, mame.mak

      10 files changed, 742 insertions, 813 deletions

  • ? 16 buttons is plenty thanks (nw) [alexjack] 2014-05-05 19:56:58

    Changed: ioport.h, bfm_sc4.c, bfm_sc45_helper.c, bfm_sc4h.c

    4 files changed, 25 insertions, 34 deletions

  • ? sc4dnd / sc4dndtp / sc4dnddw layout fun - backup of WIP (nw) [dhaywood] 2014-05-05 17:17:28

    Changed: .gitattributes, ioport.h, bfm_sc4.c, bfm_sc45_helper.c, bfm_sc4h.c, bfm_sc45.h, sc4dnd.lay, sc4dnddw.lay, sc4dndtp.lay, mame.mak

    10 files changed, 6537 insertions, 3316 deletions

  • ? pc_dsk: doh (nw) [crazyc] 2014-05-05 14:35:48

    Changed: pc_dsk.c

    1 files changed, 1 insertions, 1 deletions

  • ? mc6847: avoid one-time buffer underflow when fc100 is starting up. [robbbert] 2014-05-05 13:27:23

    Changed: mc6847.c

    1 files changed, 12 insertions, 14 deletions

  • ? removed lot of legacy code in memory system and removed corresponding macros (nw) [Miodrag Milanovic] 2014-05-05 13:22:11

    Changed: addrmap.c, addrmap.h, devcb.h, device.h, memory.c, memory.h

    6 files changed, 94 insertions, 893 deletions

  • ? Ah, and this one (nw) [Miodrag Milanovic] 2014-05-05 12:13:16

    Changed: devlegcy.h, voodoo.c

    2 files changed, 11 insertions, 79 deletions

  • ? Dirty modernization (nw) [Miodrag Milanovic] 2014-05-05 12:05:14
  • ? pc_dsk: 1.2MB floppies have 80 tracks (nw) [crazyc] 2014-05-05 05:25:22

    Changed: pc_dsk.c

    1 files changed, 2 insertions, 2 deletions

  • ? More work on pong doubles. Working again (if enabled). [couriers] 2014-05-04 23:38:11

    Changed: tdice.c, nld_solver.c, nld_legacy.c, nl_dice_compat.h, nl_setup.c, pong.c

    6 files changed, 98 insertions, 34 deletions

  • ? coins map here (don't do anything in door open mode) (nw) [dhaywood] 2014-05-04 21:48:40

    Changed: bfm_sc4h.c

    1 files changed, 9 insertions, 1 deletions

  • ? Fixed a timing bug in netlist 7474 [couriers] 2014-05-04 20:04:05

    Changed: nld_7474.c

    1 files changed, 4 insertions, 2 deletions

  • ? fix some warnings on older GCCs (e.g. OSX PPC) (nw) [rbelmont] 2014-05-04 19:40:21

    Changed: konami.c, psx.h

    2 files changed, 4 insertions, 1 deletions

  • ? sc4dnd layout helper fun (nw) [dhaywood] 2014-05-04 17:23:20

    Changed: .gitattributes, bfm_sc4.c, bfm_sc45_helper.c, bfm_sc45_helper.h, bfm_sc5.c, sc4dnd.lay, mame.mak

    7 files changed, 1843 insertions, 340 deletions

  • ? size fix (nw) [tafoid] 2014-05-04 10:38:59

    Changed: mpu4vid.c

    1 files changed, 2 insertions, 2 deletions

  • ? peplus.c: soo close.... - NW [briantro] 2014-05-04 06:54:28

    Changed: peplus.c

    1 files changed, 1 insertions, 0 deletions

  • ? peplus.c: Restore recent additions. - NW [briantro] 2014-05-04 06:48:56

    Changed: peplus.c

    1 files changed, 10 insertions, 26 deletions

  • ? New PE+ Clones (the Key on Credit games) [briantro] 2014-05-04 06:17:16
    • New Games Added ------------------------------------------------- Player's Edge Plus (PP0766 A5W-A6F) Standard Draw Poker [BrianT] Player's Edge Plus (PP0801 A5W-A6F) 10's or Better [BrianT] Player's Edge Plus (PP0802 A5W-A6F) Standard Draw Poker [BrianT] Player's Edge Plus (PP0803 A5W-A6F) Joker Poker [BrianT] Player's Edge Plus (PP0803 A50-A6N) Joker Poker [BrianT] Player's Edge Plus (PP0804 A5W-A6F) Bonus Poker Deluxe [BrianT] Player's Edge Plus (PP0806 A5W-A6F) Standard Draw Poker [BrianT] Player's Edge Plus (PP0818 A5W-A6F) Joker Poker (Aces or Better) [BrianT] Player's Edge Plus (PP0819 A5W-A6F) Bonus Poker Deluxe [BrianT] Player's Edge Plus (PP0825 A59-A7C) White Hot Aces [BrianT]

      Changed: peplus.c, mame.lst

      2 files changed, 379 insertions, 112 deletions

  • ? williams.c: convert defender hardware games to bankdev (nw) [alexjack] 2014-05-04 04:44:18

    Changed: williams.c, wmg.c, williams.h, williams.c

    4 files changed, 58 insertions, 128 deletions

  • ? makefile: don't get the nodename when auto-detecting build parameters. [R. Belmont, based on a patch by robert_s] [rbelmont] 2014-05-04 02:17:50

    Changed: makefile

    1 files changed, 1 insertions, 1 deletions

  • ? New games added or promoted from NOT_WORKING status [rbelmont] 2014-05-03 22:53:28
  • ? williams.c: convert williams2 hardware games to bankdev [Alex Jackson] [alexjack] 2014-05-03 19:01:28

    Changed: williams.c, williams.h, williams.c, williams.c

    4 files changed, 27 insertions, 31 deletions

  • ? svga_dm: prevent writing past the end of VRAM, should fix XF86_SVGA crashing. (no whatsnew) [barryrod] 2014-05-03 12:08:37

    Changed: pc_vga.c

    1 files changed, 4 insertions, 4 deletions

  • ? small FASTDEBUG optimization [oliverst] 2014-05-03 11:42:19

    Changed: corealloc.c

    1 files changed, 1 insertions, 1 deletions

  • ? finished comment in previous commit (nw) [oliverst] 2014-05-03 11:26:24

    Changed: memory.c

    1 files changed, 1 insertions, 1 deletions

  • ? disable logging of unmapped memory accesses when neither -log nor -debug is specified (nw) [oliverst] 2014-05-03 11:22:42

    Changed: memory.c

    1 files changed, 21 insertions, 10 deletions

  • ? williams.c: move williams2-specific stuff into subclass (nw) [alexjack] 2014-05-03 07:40:09

    Changed: williams.c, williams.h, williams.c, williams.c

    4 files changed, 120 insertions, 118 deletions

  • ? williams.c: move blaster-specific stuff into subclass (nw) [alexjack] 2014-05-03 05:47:31

    Changed: williams.c, wmg.c, williams.h, williams.c, williams.c

    5 files changed, 151 insertions, 154 deletions

  • ? small optimization to device_execute_interface::local_time() (nw) [oliverst] 2014-05-03 01:48:52

    Changed: diexec.c

    1 files changed, 2 insertions, 3 deletions

  • ? williams.c: fix generic_paletteram regression (nw) [alexjack] 2014-05-02 21:57:55

    Changed: williams.h

    1 files changed, 3 insertions, 2 deletions

  • ? centiped.c: fix generic_paletteram regression (nw) [alexjack] 2014-05-02 17:00:29

    Changed: centiped.h, centiped.c

    2 files changed, 14 insertions, 6 deletions

  • ? fixed sfrush sound regression (nw) [Miodrag Milanovic] 2014-05-02 16:47:51

    Changed: midwayic.c

    1 files changed, 3 insertions, 3 deletions

  • ? webengine: fixed a memory leak, after Firewave's suggestion. nw. [Fabio Priuli] 2014-05-02 14:44:56

    Changed: webengine.c

    1 files changed, 1 insertions, 1 deletions

  • ? hexion.c: remove long obsolete comment (nw) [alexjack] 2014-05-02 12:21:05

    Changed: hexion.c

    1 files changed, 0 insertions, 2 deletions

  •  

NOWSZY [Multi]DevMAME 0.153.x SVN31310
  • 31310 Use a Chinese title for Star 100 since that is all it shows on the title screen [Justin Kerk] 2014-07-18 04:10:37

    Changed: goldstar.c

    1 files changed, 1 insertions, 1 deletions

  • dreamwld.c: Fill in some missing dips for Rolling Crush and Baryon - Future Assault. [Brian Troha] [briantro] 2014-07-18 02:56:55

    Changed: dreamwld.c

    1 files changed, 152 insertions, 101 deletions

  • New clone added [hap] 2014-07-18 01:39:08
    • -------------------- Lunar Lander (screen test) [Clay Cowgill]
      dumped way back in 1999, but not added to mame back then

      Changed: asteroid.c, mame.lst

      2 files changed, 51 insertions, 3 deletions

  • RB's better fix for silencing a compiler warning (nw) [Wilbert Pol] 2014-07-17 20:46:50

    Changed: drawogl.c

    1 files changed, 1 insertions, 5 deletions

  • new clones [dhaywood] 2014-07-17 20:46:08
    • Center Court (prototype, MC-8123B) [Alan Meades, Porchy]
      this has a MC-8123B, Charles will generate the key, for now I'm loading the unencrypted sound CPU rom over the encrypted one.

      Changed: segas16b.c, mame.lst

      2 files changed, 54 insertions, 0 deletions

  • silence compiler warning (nw) [Wilbert Pol] 2014-07-17 20:26:59

    Changed: drawogl.c

    1 files changed, 1 insertions, 1 deletions

  • readded ace color overlay after confirmation with cabinet photo [hap] 2014-07-17 17:36:48

    Changed: tms7000.c, tms7000.h, ace.c, ace.lay, mame.mak

    5 files changed, 42 insertions, 51 deletions

  • new working game [dhaywood] 2014-07-17 14:36:33
    • Rolling Crush (version 1.07.E - 1999/02/11) [David Haywood, Osso, caius]

      Changed: dreamwld.c

      1 files changed, 80 insertions, 4 deletions

  • Fixed qix.c save state regression (nw) [ivanva] 2014-07-17 13:09:51

    Changed: qix.c

    1 files changed, 1 insertions, 0 deletions

  • SDL: rebuild all GL textures when the core changes resolutions. [R. Belmont] [rbelmont] 2014-07-17 05:51:46

    Changed: drawogl.c, window.h

    2 files changed, 32 insertions, 0 deletions

  • granny: merged the 2 temporary screens into 1. [robbbert] 2014-07-17 04:55:54

    Changed: byvid.c

    1 files changed, 18 insertions, 5 deletions

  • Renamed 3ds -> threeds in MAME to avoid potential setname difficulties later (nw) [tafoid] 2014-07-17 00:06:56

    Changed: pastelg.c, mame.lst

    2 files changed, 6 insertions, 6 deletions

  • Fixed hero save state regression (couldn't repro the dazzler one) (nw) [ivanva] 2014-07-16 18:21:24

    Changed: cvs.c, cvs.h

    2 files changed, 3 insertions, 6 deletions

  • mrgame.c: fixed bad sprites; fixed scrolling. [robbbert] 2014-07-16 16:25:31

    Changed: mrgame.c

    1 files changed, 29 insertions, 20 deletions

  • mrgame.c: added some inputs. Game can be adjusted and coins inserted (see notes in source). [robbbert] 2014-07-16 11:17:57

    Changed: mrgame.c

    1 files changed, 78 insertions, 30 deletions

  • Fixed superqix.c save state regression (nw) [ivanva] 2014-07-15 16:43:16

    Changed: superqix.c

    1 files changed, 1 insertions, 0 deletions

  • Added missing save states to i8275.c, fixes dwarfd save state regression (nw) [ivanva] 2014-07-15 16:42:01

    Changed: i8275.c

    1 files changed, 15 insertions, 0 deletions

  • Fixed tetrisp2.c save state regression (nw) [ivanva] 2014-07-15 16:40:28

    Changed: tetrisp2.c

    1 files changed, 6 insertions, 0 deletions

  • Fixed battlane.c save state regression (nw) [ivanva] 2014-07-15 16:39:30

    Changed: battlane.c

    1 files changed, 1 insertions, 0 deletions

  • mrgame.c: added some video [robbbert] 2014-07-15 15:49:16

    Changed: mrgame.c

    1 files changed, 260 insertions, 20 deletions

  • Fixed lua engine initialization (nw) [Miodrag Milanovic] 2014-07-15 11:57:36

    Changed: luaengine.c, luaengine.h, mame.c

    3 files changed, 6 insertions, 1 deletions

  • Minimize resampling, optimized netlist parameters in 1942 [couriers] 2014-07-14 23:58:29

    Changed: 1942.c

    1 files changed, 5 insertions, 2 deletions

  • Fixed alcon and slapfigh save state problem (nw) [ivanva] 2014-07-14 21:04:21

    Changed: slapfght.c

    1 files changed, 22 insertions, 22 deletions

  • Adjusted maximum value suitable for streaming and removed some dead code. [couriers] 2014-07-14 20:42:04

    Changed: ay8910.c

    1 files changed, 3 insertions, 27 deletions

  • Fixed motos save state problem (m_scroll is used by screen_update_mappy which motos calls, not by screen_update_phozon) (nw) [ivanva] 2014-07-14 20:34:25

    Changed: mappy.c

    1 files changed, 2 insertions, 2 deletions

  • Fixed jumppop save state regression (nw) [ivanva] 2014-07-14 20:20:00

    Changed: esd16.c, esd16.h

    2 files changed, 11 insertions, 11 deletions

  • new NOT WORKING [dhaywood] 2014-07-14 19:45:07
    • Rolling Crush (version 1.07.E - 1999/02/11) [Osso, caius]
      (It's a Semicom game, I need to extract the protection data)

      Changed: dreamwld.c, mame.lst

      2 files changed, 65 insertions, 3 deletions

  • Fixed save state regression in armedf.c (kozure and terrafb) (nw) [ivanva] 2014-07-14 18:52:01

    Changed: armedf.h, armedf.c

    2 files changed, 18 insertions, 12 deletions

  • mrgame.c: added some devices [robbbert] 2014-07-14 15:34:27

    Changed: mrgame.c

    1 files changed, 240 insertions, 55 deletions

  • Removed duplicate set (stillcra == scrzy_l1) [robbbert] 2014-07-14 06:24:47

    Changed: s8.c, s9.c, mame.lst

    3 files changed, 5 insertions, 18 deletions

  • peplus.c: Minor whitespace fix - nw [briantro] 2014-07-14 05:45:34

    Changed: peplus.c

    1 files changed, 1 insertions, 1 deletions

  • peplus.c: Correct all other P47A paytables - NW [briantro] 2014-07-14 03:06:23

    Changed: peplus.c

    1 files changed, 3 insertions, 3 deletions

  • granny: added notes [robbbert] 2014-07-14 03:03:33

    Changed: byvid.c

    1 files changed, 31 insertions, 11 deletions

  • peplus.c: Documentation update: [briantro] 2014-07-14 02:49:27
    • Explain the incorrect payout table of PP0103 and use correct 32K dump. Slight re-order of some clones "Newest" --> "Oldest" and slight rewording of Shockwave bonus description. - NW

      Changed: peplus.c

      1 files changed, 33 insertions, 14 deletions

  • [MAME] New clones added: [philipbe] 2014-07-14 01:07:24
  • granny: added dips [robbbert] 2014-07-13 13:53:19

    Changed: byvid.c

    1 files changed, 213 insertions, 25 deletions

  • peplus.c: Documentation corrections, figured out how to find & read the internal paytables and documented this information within the driver. - NW [briantro] 2014-07-13 09:05:51

    Changed: peplus.c

    1 files changed, 61 insertions, 10 deletions

  • Assorted device name description fixes from MASH (nw) [tafoid] 2014-07-13 00:43:56

    Changed: k053252.c, serflash.c, i8275.c, pc_vga.c, jaguar.c, turrett.c, atari_vg.c, deco104.c, deco146.c, k051733.c, k054000.c, k054338.c

    12 files changed, 12 insertions, 12 deletions

  • peplus.c: Correct a Cut-N-Paste that didn't get updated. - NW [briantro] 2014-07-12 23:23:16

    Changed: peplus.c

    1 files changed, 1 insertions, 1 deletions

  • peplus.c: Yet another slight update in documentation. List the paytable ID for the 2 Keno sets - NW [briantro] 2014-07-12 00:24:06

    Changed: peplus.c

    1 files changed, 2 insertions, 2 deletions

  • Include missing members in save state in driver dkong.c. [Couriersud] [couriers] 2014-07-11 22:39:18

    Changed: dkong.c

    1 files changed, 21 insertions, 0 deletions

  • USE 64bit intermediary results in sound_stream::generate_resampled_data. This will allow sound drivers to make use of the full width of stream_sample_t. [Couriersud] [couriers] 2014-07-11 21:52:43

    Changed: sound.c

    1 files changed, 8 insertions, 8 deletions

  • seta001.c: make data members private, distinguish per-driver configuration from runtime state and only state save the latter (nw) [alexjack] 2014-07-11 17:04:52

    Changed: seta001.c, seta001.h

    2 files changed, 26 insertions, 41 deletions

  •  

NOWSZY [Multi]DevMAME 0.153.x SVN31283
  • 31283 Fixed lua engine initialization (nw) [Miodrag Milanovic] 2014-07-15 11:57:36

    Changed: luaengine.c, luaengine.h, mame.c

    3 files changed, 6 insertions, 1 deletions

  • Minimize resampling, optimized netlist parameters in 1942 [couriers] 2014-07-14 23:58:29

    Changed: 1942.c

    1 files changed, 5 insertions, 2 deletions

  • Fixed alcon and slapfigh save state problem (nw) [ivanva] 2014-07-14 21:04:21

    Changed: slapfght.c

    1 files changed, 22 insertions, 22 deletions

  • Adjusted maximum value suitable for streaming and removed some dead code. [couriers] 2014-07-14 20:42:04

    Changed: ay8910.c

    1 files changed, 3 insertions, 27 deletions

  • Fixed motos save state problem (m_scroll is used by screen_update_mappy which motos calls, not by screen_update_phozon) (nw) [ivanva] 2014-07-14 20:34:25

    Changed: mappy.c

    1 files changed, 2 insertions, 2 deletions

  • Fixed jumppop save state regression (nw) [ivanva] 2014-07-14 20:20:00

    Changed: esd16.c, esd16.h

    2 files changed, 11 insertions, 11 deletions

  • new NOT WORKING [dhaywood] 2014-07-14 19:45:07
    • Rolling Crush (version 1.07.E - 1999/02/11) [Osso, caius]
      (It's a Semicom game, I need to extract the protection data)

      Changed: dreamwld.c, mame.lst

      2 files changed, 65 insertions, 3 deletions

  • Fixed save state regression in armedf.c (kozure and terrafb) (nw) [ivanva] 2014-07-14 18:52:01

    Changed: armedf.h, armedf.c

    2 files changed, 18 insertions, 12 deletions

  • mrgame.c: added some devices [robbbert] 2014-07-14 15:34:27

    Changed: mrgame.c

    1 files changed, 240 insertions, 55 deletions

  • Removed duplicate set (stillcra == scrzy_l1) [robbbert] 2014-07-14 06:24:47

    Changed: s8.c, s9.c, mame.lst

    3 files changed, 5 insertions, 18 deletions

  • peplus.c: Minor whitespace fix - nw [briantro] 2014-07-14 05:45:34

    Changed: peplus.c

    1 files changed, 1 insertions, 1 deletions

  • peplus.c: Correct all other P47A paytables - NW [briantro] 2014-07-14 03:06:23

    Changed: peplus.c

    1 files changed, 3 insertions, 3 deletions

  • granny: added notes [robbbert] 2014-07-14 03:03:33

    Changed: byvid.c

    1 files changed, 31 insertions, 11 deletions

  • peplus.c: Documentation update: [briantro] 2014-07-14 02:49:27
    • Explain the incorrect payout table of PP0103 and use correct 32K dump. Slight re-order of some clones "Newest" --> "Oldest" and slight rewording of Shockwave bonus description. - NW

      Changed: peplus.c

      1 files changed, 33 insertions, 14 deletions

  • [MAME] New clones added: [philipbe] 2014-07-14 01:07:24
  • granny: added dips [robbbert] 2014-07-13 13:53:19

    Changed: byvid.c

    1 files changed, 213 insertions, 25 deletions

  • peplus.c: Documentation corrections, figured out how to find & read the internal paytables and documented this information within the driver. - NW [briantro] 2014-07-13 09:05:51

    Changed: peplus.c

    1 files changed, 61 insertions, 10 deletions

  • Assorted device name description fixes from MASH (nw) [tafoid] 2014-07-13 00:43:56

    Changed: k053252.c, serflash.c, i8275.c, pc_vga.c, jaguar.c, turrett.c, atari_vg.c, deco104.c, deco146.c, k051733.c, k054000.c, k054338.c

    12 files changed, 12 insertions, 12 deletions

  • peplus.c: Correct a Cut-N-Paste that didn't get updated. - NW [briantro] 2014-07-12 23:23:16

    Changed: peplus.c

    1 files changed, 1 insertions, 1 deletions

  • peplus.c: Yet another slight update in documentation. List the paytable ID for the 2 Keno sets - NW [briantro] 2014-07-12 00:24:06

    Changed: peplus.c

    1 files changed, 2 insertions, 2 deletions

  • Include missing members in save state in driver dkong.c. [Couriersud] [couriers] 2014-07-11 22:39:18

    Changed: dkong.c

    1 files changed, 21 insertions, 0 deletions

  • USE 64bit intermediary results in sound_stream::generate_resampled_data. This will allow sound drivers to make use of the full width of stream_sample_t. [Couriersud] [couriers] 2014-07-11 21:52:43

    Changed: sound.c

    1 files changed, 8 insertions, 8 deletions

  • seta001.c: make data members private, distinguish per-driver configuration from runtime state and only state save the latter (nw) [alexjack] 2014-07-11 17:04:52

    Changed: seta001.c, seta001.h

    2 files changed, 26 insertions, 41 deletions

NOWSZY [Multi]DevMAME 0.153.x SVN31258
  • 31258 Added working save states to svolleybl and the rest of rpunch.c game drivers. (nw) [ivanva] 2014-07-11 12:49:29

    Changed: rpunch.c, rpunch.h

    2 files changed, 42 insertions, 20 deletions

  • Fixed doraemon save state problem (actually seta001.c save states weren't complete) (nw) [ivanva] 2014-07-11 12:48:09

    Changed: seta001.c

    1 files changed, 13 insertions, 1 deletions

  • Fixed brkthru.c.c save state regression (nw) [ivanva] 2014-07-11 12:47:12

    Changed: brkthru.c

    1 files changed, 2 insertions, 0 deletions

  • Fixed 4enraya.c save state regression (nw) [ivanva] 2014-07-11 12:46:33

    Changed: 4enraya.c

    1 files changed, 2 insertions, 0 deletions

  • babypac: Added nvram and joystick. Game is playable but no sound. [robbbert] 2014-07-11 11:00:22

    Changed: byvid.c

    1 files changed, 30 insertions, 15 deletions

  • silence compiler warning (nw) [Wilbert Pol] 2014-07-10 21:51:30

    Changed: ay8910.c

    1 files changed, 2 insertions, 0 deletions

  • minx.c: Get rid of pointers to member functions (nw) [Wilbert Pol] 2014-07-10 21:47:57

    Changed: minx.c, minx.h, minxfunc.h, minxopce.h, minxopcf.h, minxops.h

    6 files changed, 1572 insertions, 1658 deletions

  • babypac WIP: added coin and start inputs, and something for granny. [robbbert] 2014-07-10 15:01:57

    Changed: byvid.c

    1 files changed, 146 insertions, 44 deletions

  • babypac WIP: boots up but that's all [robbbert] 2014-07-10 07:51:23

    Changed: byvid.c

    1 files changed, 408 insertions, 96 deletions

  • peplus.c: Yet another slight update in documentation - NW [briantro] 2014-07-10 04:57:46

    Changed: peplus.c

    1 files changed, 6 insertions, 5 deletions

  • peplus.c: Documentation corrections & Explain the Lucky Deal bonus feature. - NW [briantro] 2014-07-10 04:01:04

    Changed: peplus.c

    1 files changed, 9 insertions, 6 deletions

  • Fix some issues introduced with last commit. [couriers] 2014-07-09 23:21:38
    • The sound system does not allow to stream values > 2^20. Currently limiting the value, but this is not really optimal.

      Changed: ay8910.c, 1942.c

      2 files changed, 16 insertions, 6 deletions

  • sh4: inlined some functions (nw) [Wilbert Pol] 2014-07-09 22:20:43

    Changed: sh4.c

    1 files changed, 6 insertions, 6 deletions

  • AY8910_RESISTOR_OUTPUT now selects resistance calculation by simple saturation mosfet model in ay8910.c. Currently only two drivers use this: 1942 and popeye. [couriers] 2014-07-09 21:20:11

    Changed: ay8910.c, ay8910.h, 1942.c, popeye.c

    4 files changed, 82 insertions, 14 deletions

  • cv1k.c: Reduce tagmap lookups (nw) [Wilbert Pol] 2014-07-09 20:26:40

    Changed: cv1k.c

    1 files changed, 8 insertions, 3 deletions

  • various cpu cores: don't state save icount (nw) [alexjack] 2014-07-09 19:34:43

    Changed: am29000.c, avr8.c, cosmac.c, dsp56k.c, hd61700.c, mc68hc11.c, superfx.c, tlcs90.c, tms32010.c, tms32025.c

    10 files changed, 0 insertions, 13 deletions

  • 6805: add missing items to save state [hap] 2014-07-09 19:22:17

    Changed: 6805ops.inc, m6805.c

    2 files changed, 14 insertions, 12 deletions

  • nec cpu: add missing items to save state [Alex Jackson] [alexjack] 2014-07-09 18:02:33

    Changed: nec.c, v25.c

    2 files changed, 6 insertions, 0 deletions

  • schedule.c: minor logging improvements (nw) [alexjack] 2014-07-09 17:52:27

    Changed: schedule.c

    1 files changed, 8 insertions, 7 deletions

  • tigeroad.c: Correct name for BPROM and document type for the Tiger Road sets - NW [briantro] 2014-07-09 04:17:40

    Changed: tigeroad.c

    1 files changed, 3 insertions, 3 deletions

  • Chihiro WIP [Samuele Zannoli] [rbelmont] 2014-07-09 03:19:20
    • - Add NV2A vertex program disassembler - Added two new debugger commands, grab_vprog to save the currently uploaded vertex program, and vprogdis
  • Updated information about measurements and model derived from those. [Couriersud] [couriers] 2014-07-09 01:38:08

    Changed: ay8910.c

    1 files changed, 7 insertions, 12 deletions

  • schedule.c: rebuild_execute_list() after loading a saved state to ensure the order of execution remains consistent [Alex Jackson] [alexjack] 2014-07-08 10:55:55

    Changed: schedule.c

    1 files changed, 1 insertions, 0 deletions

  • paradise.c: fix save state issue (nw) [alexjack] 2014-07-08 07:22:54

    Changed: paradise.c

    1 files changed, 1 insertions, 0 deletions

NOWSZY [Multi]DevMAME 0.153.x SVN31239
  • 31329 tigeroad.c: Correct name for BPROM and document type for the Tiger Road sets - NW [briantro] 2014-07-09 04:17:40

    Changed: tigeroad.c

    1 files changed, 3 insertions, 3 deletions

  • Chihiro WIP [Samuele Zannoli] [rbelmont] 2014-07-09 03:19:20
    • - Add NV2A vertex program disassembler - Added two new debugger commands, grab_vprog to save the currently uploaded vertex program, and vprogdis
  • Updated information about measurements and model derived from those. [Couriersud] [couriers] 2014-07-09 01:38:08

    Changed: ay8910.c

    1 files changed, 7 insertions, 12 deletions

  • schedule.c: rebuild_execute_list() after loading a saved state to ensure the order of execution remains consistent [Alex Jackson] [alexjack] 2014-07-08 10:55:55

    Changed: schedule.c

    1 files changed, 1 insertions, 0 deletions

  • paradise.c: fix save state issue (nw) [alexjack] 2014-07-08 07:22:54

    Changed: paradise.c

    1 files changed, 1 insertions, 0 deletions

  • New Tiger Road clone [briantro] 2014-07-08 04:35:17
    • tigeroad.c: Added PCB locations to the Tiger Road sets. [Bonky0013, Brian Troha]
      New clone Added ----------------------------------------------------- Tiger Road (US) [Bonky0013, The Dumping Union]

      Changed: tigeroad.c, mame.lst

      2 files changed, 78 insertions, 40 deletions

  • fd1089.c: Document the newly redumped FD1089A 317-0027 along with it's unencrypted data range. [Charles MacDonald] [briantro] 2014-07-08 03:01:35

    Changed: fd1089.c

    1 files changed, 1 insertions, 1 deletions

  • forgot one [hap] 2014-07-08 02:08:07

    Changed: hd44780.h

    1 files changed, 1 insertions, 1 deletions

  • correct ac after function set too [hap] 2014-07-08 01:22:03

    Changed: hd44780.c, hd44780.h

    2 files changed, 37 insertions, 54 deletions

  • (whitespace) [hap] 2014-07-08 00:56:20

    Changed: hd44780.c

    1 files changed, 25 insertions, 25 deletions

  • setting address is allowed before function set [hap] 2014-07-08 00:51:32

    Changed: hd44780.c

    1 files changed, 19 insertions, 8 deletions

  • nw [hap] 2014-07-07 21:08:25

    Changed: tms7000.c, hd44780.c

    2 files changed, 12 insertions, 13 deletions

  • looks like unmapped output bits are 0 [hap] 2014-07-07 17:20:19

    Changed: tmpz84c011.c

    1 files changed, 15 insertions, 15 deletions

  • nec v25: initialize clock divider in constructor, since execute_clocks_to_cycles() gets called before device_start() (nw) [alexjack] 2014-07-07 13:55:29

    Changed: v25.c

    1 files changed, 1 insertions, 2 deletions

  • m6809: add missing members to save registration; this should fix the save state regressions for real [Alex Jackson] [alexjack] 2014-07-07 13:52:34

    Changed: m6809.c

    1 files changed, 2 insertions, 0 deletions

  • Add ATTR_COLD to DECLARE_(foo)_START and DECLARE_DRIVER_INIT (nw) [alexjack] 2014-07-07 11:39:42

    Changed: driver.h, gamedrv.h

    2 files changed, 4 insertions, 4 deletions

  • m6809: fix another typo (nw) [alexjack] 2014-07-07 04:32:10

    Changed: hd6309.c

    1 files changed, 1 insertions, 1 deletions

  • m6809: fix typo in device_post_load(), should fix various savestate regressions in drivers using this CPU family [Alex Jackson] [alexjack] 2014-07-07 02:27:41

    Changed: m6809.c

    1 files changed, 1 insertions, 1 deletions

  • small optimization to scc8530_t::device_timer() (nw) [oliverst] 2014-07-06 23:55:10

    Changed: 8530scc.c

    1 files changed, 2 insertions, 1 deletions

  • new SDI clone [briantro] 2014-07-06 21:19:19
    • Also adds a complete dump of the FD1089B 317-0027 key!
      New Clone Added ---------------------------------------------- SDI - Strategic Defense Initiative (Japan, old, System 16A, FD1089B 317-0027) [Charles MacDonald, ShouTime, The Dumping Union]

      Changed: segas16a.c, mame.lst

      2 files changed, 45 insertions, 2 deletions

  • Document recent measurements done on the AY8910. [Couriersud] [couriers] 2014-07-06 18:53:47

    Changed: ay8910.c

    1 files changed, 123 insertions, 0 deletions

  • Cool Pool: added 2nd button and button labels [Gamez Fan] [robbbert] 2014-07-06 04:14:54

    Changed: coolpool.c

    1 files changed, 7 insertions, 4 deletions

  • peplus.c: Minor corrections for correct English - NW [briantro] 2014-07-05 19:28:22

    Changed: peplus.c

    1 files changed, 2 insertions, 2 deletions

NOWSZY [Multi]DevMAME 0.153.x SVN31195
NOWSZY [Multi]DevMAME 0.153.x SVN31173
  • 31173 small optimization to c64h156_device::get_next_bit() (nw) [oliverst] 2014-07-03 07:54:05

    Changed: 64h156.c

    1 files changed, 11 insertions, 7 deletions

  • nw [hap] 2014-07-03 02:55:04

    Changed: tmpz84c011.c, mb89363b.c

    2 files changed, 11 insertions, 11 deletions

  • first batch of passing attotime as const reference instead of copy - where possible (nw) [oliverst] 2014-07-02 20:44:14

    Changed: c2040fdc.c, c2040fdc.h, floppy.c, floppy.h, 64h156.c, 64h156.h, amigafdc.c, amigafdc.h, fdc_pll.c, fdc_pll.h, wd_fdc.c, wd_fdc.h, wozfdc.c, wozfdc.h

    14 files changed, 120 insertions, 120 deletions

  • improved exception reporting in cli_frontend (nw) [oliverst] 2014-07-02 20:26:13

    Changed: clifront.c

    1 files changed, 2 insertions, 2 deletions

  • final rev of these bootlegs turned up (nw) [dhaywood] 2014-07-02 17:16:29

    Changed: cps3.c, mame.lst

    2 files changed, 25 insertions, 5 deletions

  • vconv: map /O3 to /Ox (nw) [oliverst] 2014-07-02 15:46:13

    Changed: vconv.c

    1 files changed, 1 insertions, 1 deletions

  • address some ng save state concerns (nw) [dhaywood] 2014-07-02 14:34:16

    Changed: banked_cart.c, banked_cart.h, neogeo.c, neogeo.h

    4 files changed, 10 insertions, 2 deletions

  • m6502: put back get_cycle() since OG says it'll be needed in future, but compile-time disable the slow precalculation/caching (nw) [alexjack] 2014-07-02 08:36:51

    Changed: m6502.c, m6502.h, m740.c

    3 files changed, 16 insertions, 0 deletions

  • Fix for gradius3 crash from Fabio (nw) [tafoid] 2014-07-02 07:58:33

    Changed: k051960.c

    1 files changed, 1 insertions, 1 deletions

  • removed unnecessary assert from src/emu/schedule.c (nw) [oliverst] 2014-07-01 23:29:12

    Changed: schedule.c

    1 files changed, 0 insertions, 1 deletions

  • m6502: remove expensive and unused attotime precalculation at start of each timeslice [Alex Jackson] [alexjack] 2014-07-01 21:30:52
    • (nw) This precalculation seems to be part of OG's "CPU core template", as all CPU cores written by him do it. It's used to optimize things like onboard serial ports and high-frequency timers; however, the m6502 and its derivatives have neither onboard serial ports nor high-frequency timers, and the precalculation is simply a boat anchor on drivers with 6502-family CPUs and tight interleaving.
      mess c64 benchmarks (3.4 GHz Sandy Bridge i5; 64-bit Linux GCC 4.8 build)
      before: [awj@localhost trunk]$ ./mess64 -window -bench 60 c64 Average speed: 238.17% (59 seconds) [awj@localhost trunk]$ ./mess64 -window -bench 60 c64 Average speed: 236.36% (59 seconds)
      after: [awj@localhost trunk]$ ./mess64 -window -bench 60 c64 Average speed: 279.93% (59 seconds) [awj@localhost trunk]$ ./mess64 -window -bench 60 c64 Average speed: 279.30% (59 seconds)

      Changed: m6502.c, m6502.h, m740.c

      3 files changed, 0 insertions, 12 deletions

  • clear the extra ram some of the bootlegs have, might actually fix kof10th this time (nw) [dhaywood] 2014-07-01 14:32:45

    Changed: bootleg_prot.c

    1 files changed, 2 insertions, 0 deletions

  •  

NOWSZY [Multi]DevMAME 0.153.x SVN31148
NOWSZY [Multi]DevMAME 0.153.x SVN31125
NOWSZY [Multi]DevMAME 0.153.x SVN31082
NOWSZY [Multi]DevMAME 0.153.x SVN30970
wstecz13/05/2014 12:56
Do ściągnięcia
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