!

[Multi]DevMAME 0.152.x SVN27498

[0] @ środa, 5 Lutego 2014 22:47CET

[Multi]DevMAME 0.152.x SVN27498

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. 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.

Zmiana, wygenerowanie wersji testowej generuje następny dokument.

 

  • 27498 Added Bingo (1983). PCB seems bootleg, but the game looks legit. [robertof] 2014-02-05 20:02:19
    • Worked from the scratch a whole set of inputs and button-lamps support for this game. Changed the poker41 description to Four in One Poker (as seen in the official brochure). Added game and technical notes. [Roberto Fresca]
      New games added or promoted from NOT_WORKING status --------------------------------------------------- Bingo [Roberto Fresca, Siftware]

      Changed: .gitattributes, gatron.c, bingo.lay, mame.lst, mame.mak

      5 files changed, 212 insertions, 47 deletions

  • ? Stop the flipping insanity [Alex Jackson] [alexjack] 2014-02-05 18:25:58
    • Tilemap flipping is now calculated relative to the center of the visible area rather than to the total screen size, and the generic flip screen functions no longer reconfigure the actual screen. These changes ensure that in most cases flipping should Just Work for drivers that use MCFG_RAW_PARAMs, games that have a programmable CRTC, and games that have raster effects, and should fix many longstanding flip/cocktail-related regressions.
      (nw) Unfortunately, it also means that all the thankless work that Osso and hap have been doing over the last few months fixing flipscreen regressions will have to be reverted now. I've also undoubtedly caused new regressions in drivers that handle flipscreen in unusual ways. But now we can share video device implementations between drivers that have been updated to RAW_PARAMs and drivers that haven't without kludges all over the place. And now I can hook up the programmable CRTC in toaplan1.c without abandoning all hope of flipscreen ever working again in that driver.
      (also nw) I also added savestate registration for the generic soundlatches, which seemed like a good idea. Any particular reason why these weren't being saved?

      Changed: driver.c, driver.h, tilemap.c, arkanoid.c, cps1.c, twin16.c

      6 files changed, 25 insertions, 83 deletions

  • ? add/sub carry was still wrong [hap] 2014-02-05 17:53:34

    Changed: mn10200.c, mn10200.h

    2 files changed, 50 insertions, 91 deletions

  • ? Misc ANY part 5 [dhaywood] 2014-02-05 16:01:48

    Changed: exidy.c, mcr68.c, scramble.c, mcr68.h, mame.lst

    5 files changed, 214 insertions, 0 deletions

  • ? misc ANY part 4 [dhaywood] 2014-02-05 15:28:56

    Changed: galaxian.c, itgambl3.c, scobra.c, seta.c, subsino.c, mame.lst

    6 files changed, 242 insertions, 17 deletions

  • ? misc ANY part 3 [dhaywood] 2014-02-05 14:53:49

    Changed: cps1.c, pacman.c, scobra.c, thepit.c, mame.lst

    5 files changed, 128 insertions, 17 deletions

  • ? misc ANY part 2 [dhaywood] 2014-02-05 14:09:52

    Changed: astrof.c, cps1.c, galpani2.c, astrof.h, cps1.h, mame.lst, cps1.c

    7 files changed, 181 insertions, 11 deletions

  • ? misc ANY stuff part 1 [dhaywood] 2014-02-05 13:38:02

    Changed: model3.c, namcos1.c, segas16a.c, segaybd.c

    4 files changed, 40 insertions, 2 deletions

  • ? Adopted 'bool' type [Nathan Woods] 2014-02-05 11:43:22

    Changed: input.c, input.h

    2 files changed, 16 insertions, 16 deletions

  • ? Initializing this variable [Nathan Woods] 2014-02-05 11:43:17

    Changed: machine.c

    1 files changed, 1 insertions, 0 deletions

  • ? New clone added [Fabio Priuli] 2014-02-05 08:26:41
    • ------------------------ Vs. Tennis (Set 3) [any]
      we suspect that some roms for the second CPU went bad :(

      Changed: vsnes.c, mame.lst

      2 files changed, 28 insertions, 2 deletions

  • ? Silence excessive printf spam in RSP core with -nodrc (nw) [jkerk] 2014-02-05 08:01:12

    Changed: rsp.c

    1 files changed, 6 insertions, 6 deletions

  • ? new clones [dhaywood] 2014-02-05 02:36:49
  • ? taito_b.c: Give Yukiwo the correct "World" coinage and change dip DSWB-8 to unused as there doesn't seem to be a "Space Ship" option like in the other Master of Weapons sets. - NW [briantro] 2014-02-05 02:36:36

    Changed: taito_b.c

    1 files changed, 8 insertions, 1 deletions

  • ? document flags, and fixed flags in add/sub [hap] 2014-02-05 02:32:32

    Changed: mn10200.c

    1 files changed, 242 insertions, 221 deletions

  • ? Added netlist output stage to 1942 [couriers] 2014-02-05 00:39:21
    • This is disabled by default for now. Once the stream input/output interface settled it will be enabled.
      Those who like to try it NOW:
      Set at the top of 1942.c
      #define USE_NETLIST (1)
      I think the quality is better with netlist. Better dynamics, you can hear the rotors now. I have observed no performance impact as well.

      Changed: 1942.c

      1 files changed, 124 insertions, 1 deletions

  • ? Added option AY8910_RESISTOR_OUTPUT to AY8910. This will output internal resistor values instead of computed voltages. To be used with netlist output stages. [couriers] 2014-02-05 00:34:57

    Changed: ay8910.c, ay8910.h

    2 files changed, 37 insertions, 11 deletions

  • ? - Added a parameter "MULT" for output multiplication to NETDEV_SOUND_OUT [couriers] 2014-02-05 00:30:48
  • ? some mn10200 opcode fixes [hap] 2014-02-04 22:34:45

    Changed: mn10200.c, taito_zm.c, taito_zm.h, taitogn.c

    4 files changed, 26 insertions, 19 deletions

  • ? Fixed MT03346 (nw) [ivanva] 2014-02-04 18:15:46

    Changed: lucky74.c, lucky74.h

    2 files changed, 6 insertions, 0 deletions

  • ? cleanup (nw) [dhaywood] 2014-02-04 13:49:47

    Changed: taito_b.c

    1 files changed, 73 insertions, 107 deletions

  • ? popeye.c: added RC filter (MT 3726), cleanups [Alex Jackson] [alexjack] 2014-02-04 13:12:30

    Changed: popeye.c, popeye.h, popeye.c

    3 files changed, 66 insertions, 101 deletions

  • ? new clones [dhaywood] 2014-02-04 12:57:23
    • Yukiwo (World, prototype) [Unigame]
      This is Master of Weapon at the point where it was still named after the programmer, very cool indeed

      Changed: taito_b.c, mame.lst

      2 files changed, 39 insertions, 0 deletions

  • ? MSVC fix [Nathan Woods] 2014-02-04 12:30:42

    Changed: c1571.c

    1 files changed, 1 insertions, 1 deletions

  • ? as pointed out by several users, these have been floating around since a few years... nw. [Fabio Priuli] 2014-02-04 12:17:49

    Changed: atarittl.c, mame.lst

    2 files changed, 19 insertions, 13 deletions

  • ? a final round of additions. nw. [Fabio Priuli] 2014-02-04 11:57:52

    Changed: a1supply.c, bailey.c, fungames.c, mame.lst, mame.mak

    5 files changed, 476 insertions, 0 deletions

  • ? a few other ones. nw. [Fabio Priuli] 2014-02-04 10:17:02

    Changed: aleisttl.c, chicago.c, electra.c, mame.lst, mame.mak

    5 files changed, 409 insertions, 0 deletions

  • ? some more roms for discrete games added to skeletons. nw. [Fabio Priuli] 2014-02-04 08:45:22

    Changed: ramtek.c, taitottl.c, mame.lst, mame.mak

    4 files changed, 391 insertions, 0 deletions

  • ? - Some bug fixes for sound device routing [couriers] 2014-02-04 00:53:23
  • ? Cleanup. (nw) [curtcode] 2014-02-04 00:00:04

    Changed: 64h156.c, g64_dsk.c

    2 files changed, 4 insertions, 2 deletions

  • ? a few more whose roms were available. nw. [Fabio Priuli] 2014-02-03 23:11:13

    Changed: atarittl.c, exidyttl.c, meadwttl.c, monacogp.c, mame.lst, mame.mak

    6 files changed, 546 insertions, 10 deletions

  • ? Fixed a scaling bug [couriers] 2014-02-03 22:01:38

    Changed: fixfreq.c

    1 files changed, 3 insertions, 1 deletions

  • ? this was not meant to be in the commit... nw [Fabio Priuli] 2014-02-03 18:19:53

    Changed: mame.lst

    1 files changed, 0 insertions, 1 deletions

  • ? added skeleton for discrete games with roms, to ensure the dumps are [Fabio Priuli] 2014-02-03 18:16:27
    • available when we get there with the emulation. nw.
      atari games will probably need to be split in different source files later on, but I've tried to keep the code to the minimum for the moment.

      Changed: atarittl.c, exidyttl.c, mame.lst, mame.mak

      4 files changed, 574 insertions, 1 deletions

  • ? nw [curtcode] 2014-02-03 17:09:18

    Changed: d71_dsk.h

    1 files changed, 1 insertions, 1 deletions

  • ? nemesis.c [Alex Jackson]: [alexjack] 2014-02-03 16:43:44
  • ? ddribble.c: clean up (nw) [alexjack] 2014-02-03 11:28:05

    Changed: ddribble.c, ddribble.h

    2 files changed, 17 insertions, 21 deletions

  • ? vlm5030: remove silly config interface (nw) [alexjack] 2014-02-03 11:05:14

    Changed: vlm5030.c, vlm5030.h, ddribble.c

    3 files changed, 3 insertions, 41 deletions

  • ? Magic numbers, just say no (nw) [alexjack] 2014-02-03 01:33:19

    Changed: video.c, video.h

    2 files changed, 7 insertions, 4 deletions

  • ? new clones [dhaywood] 2014-02-02 23:31:19
    • Fantasy Zone (prototype) [Unigame]
      unfortunately the board wsa missing a lot of roms, some had gone bad, and it looks like some should be different. it also has an MCU, but possibly leftover from something else.

      Changed: segas16a.c, mame.lst

      2 files changed, 49 insertions, 1 deletions

  • ? mos6551: support Rockwell 6551s, which show different register contents from MOS/CSG parts on reset. [R. Belmont] [rbelmont] 2014-02-02 22:51:50

    Changed: mos6551.c, mos6551.h

    2 files changed, 42 insertions, 4 deletions

  • ? Zoom ZSG-2 sound WIP, very preliminary [hap] 2014-02-02 20:22:34

    Changed: mn10200.c, mn10200.h, zsg2.c, zsg2.h, taito_zm.c, taito_zm.h, taitogn.c, zn.c

    8 files changed, 407 insertions, 177 deletions

  • ? it can probably be considered working now, same credits as before (nw) [dhaywood] 2014-02-02 18:46:27

    Changed: arcadia.c

    1 files changed, 26 insertions, 9 deletions

  • ? improvements (nw) [dhaywood] 2014-02-02 18:22:07

    Changed: arcadia.c

    1 files changed, 8 insertions, 3 deletions

  • ? Added route-inputs to netlist sound device. Currently this is WIP and needs some polishing, however proof-of-concept exists now. [couriers] 2014-02-02 16:59:41
  • ? new NOT WORKING [dhaywood] 2014-02-02 14:19:59
    • Aaargh (Arcadia) [Unigame]
      I haven't been able to establish why this doesn't boot, the decryption seems correct, but it doesn't even get as far as telling me if there's a checksum error or anything.. romcmp doesn't report anything suspicious with the roms at least.

      Changed: arcadia.c, mame.lst

      2 files changed, 44 insertions, 8 deletions

  • ? Let running_machine handle nvram save/load (nw) [Miodrag Milanovic] 2014-02-02 14:14:17

    Changed: machine.c, machine.h, generic.c, generic.h

    4 files changed, 119 insertions, 132 deletions

  • ? Introduced a toggle_record_movie() method [Nathan Woods] 2014-02-02 14:13:17

    Changed: ui.c, video.c, video.h

    3 files changed, 21 insertions, 12 deletions

  • ? Fixed an issue causing prolonged instability in 7400 oscillators. [couriers] 2014-02-02 13:59:08

    Changed: nld_solver.c, nld_twoterm.c

    2 files changed, 5 insertions, 5 deletions

  • ? Merge branch 'master' of ssh://mess.org/mame [Nathan Woods] 2014-02-02 13:53:19

    Changed: qix.h, qix.c

    2 files changed, 34 insertions, 45 deletions

  • ? qix.c: Let's not regenerate the entire palette every time we do a partial update [Alex Jackson] [alexjack] 2014-02-02 13:48:01

    Changed: qix.h, qix.c

    2 files changed, 34 insertions, 45 deletions

  • ? Adding support for variable throttle [Nathan Woods] 2014-02-02 13:43:02

    Changed: video.c, video.h

    2 files changed, 12 insertions, 9 deletions

  • ? Minor cosmetic changes [Nathan Woods] 2014-02-02 13:02:02

    Changed: menu.h, miscmenu.h, selgame.c

    3 files changed, 5 insertions, 7 deletions

  • ? Followup on Alex fix. Thanks a lot, Alex. [couriers] 2014-02-02 12:38:52

    Changed: netlist.c, netlist.h

    2 files changed, 23 insertions, 5 deletions

  • ? removed few legacy calls (nw) [Miodrag Milanovic] 2014-02-02 12:36:01

    Changed: generic.c, generic.h, dcs.c, ygv608.c

    4 files changed, 3 insertions, 17 deletions

  • ? fix missing semicolon (nw) [rbelmont] 2014-02-02 04:54:30

    Changed: m6502.h

    1 files changed, 1 insertions, 1 deletions

  • ? changed name to "PET user port" as that is where it originated and reformatted the source file [smf] [smf] 2014-02-02 02:29:37

    Changed: user.c

    1 files changed, 11 insertions, 49 deletions

  • ? revert part of previous change, resolving the handlers in device_config_complete() isn't working. (nw) [smf] 2014-02-02 02:18:40

    Changed: user.c

    1 files changed, 7 insertions, 7 deletions

  • ? More JSMESS wip (nw) [jkerk] 2014-02-01 22:55:38

    Changed: machine.c

    1 files changed, 14 insertions, 4 deletions

  • ? 1942.c: colortables, you're doing it wrong (nw) [alexjack] 2014-02-01 22:06:58

    Changed: 1942.h, 1942.c

    2 files changed, 10 insertions, 17 deletions

  • ? Fix compile (nw) [alexjack] 2014-02-01 19:48:31

    Changed: netlist.h

    1 files changed, 1 insertions, 1 deletions

  • ? Netlist bugfixes: [couriers] 2014-02-01 17:28:54
  • ? Add a notification for JSMESS when the emulation begins [Vito] (nw) [jkerk] 2014-02-01 11:27:03

    Changed: machine.c

    1 files changed, 3 insertions, 0 deletions

  • ? Implemented a fallback to Gaussian elimination if Gauss-Seidel exceeds a certain number of iterations. [couriers] 2014-01-31 23:43:28

    Changed: nld_solver.c, nld_solver.h, nld_legacy.c, nld_system.c, nld_system.h, nl_base.c

    6 files changed, 11 insertions, 12 deletions

  • ? preliminary ADM decoding [hap] 2014-01-31 23:20:31

    Changed: tc8830f.c, tc8830f.h

    2 files changed, 57 insertions, 9 deletions

  • ? Fixed a nasty issue around convergence by defaulting to Gaussian elemination for 5x5 and 6x6 matrices. This prevented pong from starting. [couriers] 2014-01-31 21:41:32
  • ? AICA: EFREG is mapped every other word, not every word. Fixes memory trashing in all Naomi/DC/AW games. [O. Galibert, R. Belmont] [rbelmont] 2014-01-31 16:06:45

    Changed: aica.c

    1 files changed, 2 insertions, 2 deletions

  • ? k005289.c: correct comments, name functions after pin names on schematic (nw) [alexjack] 2014-01-31 09:44:37

    Changed: k005289.c, k005289.h, nemesis.c

    3 files changed, 27 insertions, 20 deletions

  • ? tugboat.c: correct AY chip type and clock, some cleanups [Alex Jackson] [alexjack] 2014-01-31 09:03:45

    Changed: tugboat.c

    1 files changed, 41 insertions, 45 deletions

  • ? New games added as GAME_NOT_WORKING [rbelmont] 2014-01-31 04:30:01
    • ----------------------------------- SWP Hopper Board [Anonymous, R. Belmont]
      nw: this is for Naomi-based redemption machines.

      Changed: naomi.c, mame.lst

      2 files changed, 17 insertions, 0 deletions

  • ? New clones added [rbelmont] 2014-01-31 04:13:59
    • ---------------- World Kicks (WK1 Ver. A) [Anonymous]
      Also fixed ROM mappings of the existing World Kicks sets to what boots in Demul.

      Changed: naomi.c, mame.lst

      2 files changed, 49 insertions, 23 deletions

  • ? Minor refactorings [Nathan Woods] 2014-01-31 04:11:24

    Changed: ui.c, ui.h

    2 files changed, 75 insertions, 25 deletions

  • ? redumped clubkpzb, fixed ROM mapping errors in wldkicksa and clubkprz (nw) [rbelmont] 2014-01-31 03:49:10

    Changed: naomi.c

    1 files changed, 24 insertions, 20 deletions

  • ? (mess): Floppy subsystem documentation checkpoint. Incomplete, but [olivierg] 2014-01-30 21:13:38
    • there's too many people looking at it not to push it. [O. Galibert]

      Changed: floppy.txt

      1 files changed, 633 insertions, 0 deletions

  • ? placeholder [olivierg] 2014-01-30 21:13:05

    Changed: floppy.txt

    1 files changed, 0 insertions, 0 deletions

  • ? Miscellaneous cleanups to src/emu/ui/menu.?, also added some accessors [Nathan Woods] 2014-01-30 16:13:25

    Changed: menu.c, menu.h, ui.h

    3 files changed, 317 insertions, 283 deletions

  • ? Not everyone calls the base device_start, but they do call the base init() (nw) [rbelmont] 2014-01-30 14:12:32

    Changed: m6502.c

    1 files changed, 2 insertions, 2 deletions

  • ? Const correctness [Nathan Woods] 2014-01-30 13:07:20

    Changed: ui.c, ui.h

    2 files changed, 6 insertions, 6 deletions

  • ? woops [hap] 2014-01-30 10:46:06

    Changed: taitogn.c

    1 files changed, 3 insertions, 3 deletions

  • ? m6502: expose SYNC pin through devcb2 for more flexibility [R. Belmont] [rbelmont] 2014-01-30 04:08:42

    Changed: m6502.c, m6502.h

    2 files changed, 16 insertions, 0 deletions

  • ? (nw) [rbelmont] 2014-01-30 03:07:06

    Changed: mame.lst

    1 files changed, 1 insertions, 0 deletions

  • ? New games added as GAME_NOT_WORKING [rbelmont] 2014-01-30 03:06:53
    • ----------------------------------- Club Kart Prize Ver. B [Anonymous, R. Belmont]

      Changed: naomi.c

      1 files changed, 35 insertions, 0 deletions

  • ? Made these handlers static methods [Nathan Woods] 2014-01-30 02:50:43

    Changed: ui.c, ui.h

    2 files changed, 14 insertions, 14 deletions

  • ? z8000.c: Modernized cpu core. [Wilbert Pol] [Wilbert Pol] 2014-01-29 22:36:42

    Changed: z8000.c, z8000.h, z8000cpu.h, z8000ops.c, z8000tbl.c

    5 files changed, 3097 insertions, 2510 deletions

  •  

NOWSZY [Multi]DevMAME 0.152.x SVN29223
NOWSZY [Multi]DevMAME 0.152.x SVN29096
NOWSZY [Multi]DevMAME 0.152.x SVN28986
NOWSZY [Multi]DevMAME 0.152.x SVN28648
NOWSZY [Multi]DevMAME 0.152.x SVN28385
  • 28385 namcona1: moved some functions in the driver state (nw) [ivanva] 2014-03-10 20:05:47

    Changed: namcona1.c, namcona1.h, namcona1.c

    3 files changed, 95 insertions, 94 deletions

  • ? Reverted changes to decbac06 device flipscreen support, now that this can be done properly. [ivanva] 2014-03-10 19:04:45
  • ? removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw) [oliverst] 2014-03-10 17:18:44

    Changed: sdl.mak

    1 files changed, 1 insertions, 4 deletions

  • ? added a few more missing n in logging / cleanups (nw) [oliverst] 2014-03-10 17:17:31

    Changed: diimage.c, input.c, ioport.c, render.c, rendlay.c, netdev_pcap_osx.c, drawd3d.c

    7 files changed, 16 insertions, 16 deletions

  • ? added missing n in error messages [oliverst] 2014-03-10 17:06:52

    Changed: divideo.c

    1 files changed, 3 insertions, 3 deletions

  • ? n68681: Don't trust the start order (nw) [rbelmont] 2014-03-10 14:23:15

    Changed: n68681.c

    1 files changed, 2 insertions, 3 deletions

  • ? n68681: Only clear input state on start, not reset. (nw) [rbelmont] 2014-03-10 13:29:48

    Changed: n68681.c

    1 files changed, 2 insertions, 1 deletions

  • ? namcona1: moved some functions in the driver state (nw) [ivanva] 2014-03-10 20:05:47

    Changed: namcona1.c, namcona1.h, namcona1.c

    3 files changed, 95 insertions, 94 deletions

  • ? Reverted changes to decbac06 device flipscreen support, now that this can be done properly. [ivanva] 2014-03-10 19:04:45
  • ? removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw) [oliverst] 2014-03-10 17:18:44

    Changed: sdl.mak

    1 files changed, 1 insertions, 4 deletions

  • ? added a few more missing n in logging / cleanups (nw) [oliverst] 2014-03-10 17:17:31

    Changed: diimage.c, input.c, ioport.c, render.c, rendlay.c, netdev_pcap_osx.c, drawd3d.c

    7 files changed, 16 insertions, 16 deletions

  • ? added missing n in error messages [oliverst] 2014-03-10 17:06:52

    Changed: divideo.c

    1 files changed, 3 insertions, 3 deletions

  • ? n68681: Don't trust the start order (nw) [rbelmont] 2014-03-10 14:23:15

    Changed: n68681.c

    1 files changed, 2 insertions, 3 deletions

  • ? n68681: Only clear input state on start, not reset. (nw) [rbelmont] 2014-03-10 13:29:48

    Changed: n68681.c

    1 files changed, 2 insertions, 1 deletions

  • ? Fixed the duart ip pins so they don't accidentally clear each other's state on device_write_line; this fixes the Canon Cat printing in MESS. [Lord Nightmare] [Jonathan Gevaryahu] 2014-03-10 13:08:45

    Changed: n68681.c

    1 files changed, 6 insertions, 6 deletions

  • ? And more Clang (nw) [rbelmont] 2014-03-10 03:56:34

    Changed: 3c505.c

    1 files changed, 0 insertions, 1 deletions

  • ? Added Royal Card (French). This set is original, but running in [robertof] 2014-03-10 02:15:25
    • a bootleg board. Added a default NVRAM to get the game working. Also added technical notes. [Roberto Fresca]
      New clones added ---------------- Royal Card (French) [Roberto Fresca, f205v]

      Changed: funworld.c, mame.lst

      2 files changed, 51 insertions, 0 deletions

  • ? Fixed gap2 creation during write_sector and added debugging output. (nw) [Michael Zapf] 2014-03-10 00:00:08

    Changed: wd_fdc.c

    1 files changed, 209 insertions, 46 deletions

  • ? Moved sbyte_mfm_r out of private area to make it accessible to format [Michael Zapf] 2014-03-09 23:58:11
  • ? Added trace switch to control log output.(nw) [Michael Zapf] 2014-03-09 23:50:35

    Changed: floppy.c

    1 files changed, 7 insertions, 1 deletions

  • ? new 3 Stooges Clone [briantro] 2014-03-09 23:37:29
    • New Clone Added ---------------------------------- The Three Stooges In Brides Is Brides (set 2) [The_Hamster]

      Changed: gottlieb.c, mame.lst

      2 files changed, 51 insertions, 22 deletions

  • ? mame.lst- Fix compile -- wires got crossed - NW [briantro] 2014-03-09 22:46:11

    Changed: mame.lst

    1 files changed, 4 insertions, 4 deletions

  • ? namcos1.c: Get rid of "Old" and "New" by adding actual rev level - NW [briantro] 2014-03-09 22:26:58

    Changed: namcos1.c, mame.lst

    2 files changed, 52 insertions, 52 deletions

  • ? cinemat.c: redumped spaceftr [f205v, Piero Andreini] [hap] 2014-03-09 21:50:46

    Changed: cinemat.c

    1 files changed, 12 insertions, 12 deletions

  • ? namcos2.c: Get rid of "Old" and "New" by adding actual rev level - NW [briantro] 2014-03-09 21:48:43

    Changed: namcos2.c

    1 files changed, 23 insertions, 23 deletions

  • ? fixed usage of uninitialized member in a2bus_applicard_device (nw) [oliverst] 2014-03-09 19:23:16

    Changed: a2applicard.c

    1 files changed, 1 insertions, 0 deletions

  • ? fixed usage of uninitialized member in a2bus_midi_device (nw) [oliverst] 2014-03-09 19:22:26

    Changed: a2midi.c

    1 files changed, 4 insertions, 2 deletions

  • ? fixed usage of uninitialized member in gf1_device (nw) [oliverst] 2014-03-09 19:21:41

    Changed: gus.c

    1 files changed, 1 insertions, 0 deletions

  • ? fixed uninitialized member in wpc_device (nw) [oliverst] 2014-03-09 18:11:58

    Changed: wpc.c

    1 files changed, 1 insertions, 0 deletions

  • ? reverse shift (no practical difference) [hap] 2014-03-09 17:38:44

    Changed: zsg2.c

    1 files changed, 4 insertions, 6 deletions

  • ? small cleanup [hap] 2014-03-09 17:15:40

    Changed: ymf278b.c, ymf278b.h

    2 files changed, 16 insertions, 17 deletions

  • ? Fix for tape control and bitbanger control in UI (nw) [Miodrag Milanovic] 2014-03-09 14:08:19

    Changed: devctrl.h

    1 files changed, 5 insertions, 5 deletions

  • ? Include bus resolve in dynamic build procedure (nw) [Miodrag Milanovic] 2014-03-09 09:40:56

    Changed: makemak.c

    1 files changed, 1 insertions, 0 deletions

  • ? minor stuff from darkstar re: licensing and for chip labels/locations on the dtc-07 dectalk isa card (n/w) [Jonathan Gevaryahu] 2014-03-09 01:05:02

    Changed: aha1542.c, dectalk.c

    2 files changed, 4 insertions, 4 deletions

  • ? New clone added [hap] 2014-03-09 00:37:18
  • ? New games marked as GAME_NOT_WORKING [robertof] 2014-03-08 20:53:43
    • ------------------------------------ unknown Sisteme France Poker [Roberto Fresca, f205v ]

      Changed: goldnpkr.c, mame.lst

      2 files changed, 26 insertions, 2 deletions

  • ? For now keep only bus part in separate library to make visual studio builds possible (nw) [Miodrag Milanovic] 2014-03-08 19:39:50

    Changed: makefile, emu.mak

    2 files changed, 4 insertions, 2 deletions

  •  

NOWSZY [Multi]DevMAME 0.152.x SVN28333
NOWSZY [Multi]DevMAME 0.152.x SVN28232
NOWSZY [Multi]DevMAME 0.152.x SVN27962
NOWSZY [Multi]DevMAME 0.152.x SVN27906
NOWSZY [Multi]DevMAME 0.152.x SVN27675
  • 27675 i86: fix shifts by very large (> 32) amounts. fixes ibm xt detection by [Dirk Best] 2014-02-14 19:43:31
  • ? upd765: add the motorola mcs3201 [Dirk Best] 2014-02-03 09:13:37

    Changed: upd765.c, upd765.h

    2 files changed, 54 insertions, 1 deletions

  • ? fix addc subc zeroflag [hap] 2014-02-14 03:38:13

    Changed: mn10200.c

    1 files changed, 9 insertions, 0 deletions

  • ? fixed crashes (nw) [rbelmont] 2014-02-14 02:47:07

    Changed: naomi.c

    1 files changed, 6 insertions, 0 deletions

  • ? g64_dsk: Added bit cell size detection on save. (nw) [curtcode] 2014-02-13 23:48:20

    Changed: g64_dsk.c, g64_dsk.h

    2 files changed, 24 insertions, 18 deletions

  • ? New Title Fight clone [briantro] 2014-02-13 23:46:00
    • New Clone Added ---------------------------------- Title Fight (Japan) [ShouTime, The Dumping Union]

      Changed: segas32.c, mame.lst

      2 files changed, 32 insertions, 1 deletions

  • ? Fix debug builds (nw) [Wilbert Pol] 2014-02-13 20:05:55

    Changed: drawgfxm.h

    1 files changed, 0 insertions, 2 deletions

  • ? namcos10 gamename region info [hap] 2014-02-13 16:28:19

    Changed: namcos10.c, pgm.c

    2 files changed, 6 insertions, 6 deletions

  • ? Truco-Tron: Identified the last unknown IC (U15). [robertof] 2014-02-13 07:35:41
    • Added Technical notes. [Cristian Arias, Roberto Fresca]

      Changed: truco.c

      1 files changed, 24 insertions, 24 deletions

  • ? [JSMESS] Use emscripten_get_now() instead of gettimeofday() [clb] (nw) [Justin Kerk] 2014-02-13 07:05:58

    Changed: sdlos_unix.c

    1 files changed, 7 insertions, 0 deletions

  • ? Fix MT5440 [Alex Jackson] [alexjack] 2014-02-13 01:29:43

    Changed: emupal.c

    1 files changed, 1 insertions, 1 deletions

  • ? Netlist can now be included as sub-circuits. That's the same approach SPICE uses. [couriers] 2014-02-13 01:28:18
    • The implementation also supports nesting. Opamp emulation now is as easy as
      /* Opamp wired as impedance changer */ SUBMODEL(op, opamp)
      NET_C(op.GND, GND) NET_C(op.PLUS, clk) NET_C(op.MINUS, op.OUT)
      The missing bit now is a central submodel repository. I'll start a discussion soon on the list.
      nl_examples/opamp.c is an example of a impedance changer stage followed by a 1:2 amplifier stage. System size (= number of voltage levels to be calculated) is between 20 - 30. Using a simple, yet better opamp model than usually implemented in the old discrete core, I get
      ./nltool -f nl_examples/opamp.c -t 30 startup time ==> 0.002 runnning ... 30.000000 seconds emulation took 0.438599 real time ==> 6839.96%
      Which leaves quite some buffer to emulate even complex mixing and filtering stages in real-time :-)

      Changed: opamp.c, nld_solver.c, nld_solver.h, nl_lists.h, nl_parser.c, nl_parser.h, nl_setup.c, nl_setup.h, pong.c

      9 files changed, 194 insertions, 31 deletions

  • ? small update while trying to find a suspected opcode bug [hap] 2014-02-13 00:05:44

    Changed: mn10200.c, mn10200.h, mn102dis.c

    3 files changed, 189 insertions, 192 deletions

  • ? Formats detected with size only should not have a confidence higher than 50 (nw) [olivierg] 2014-02-12 18:59:45

    Changed: ti99_dsk.c

    1 files changed, 2 insertions, 2 deletions

  • ? just backing up of some bits to help me test / experiment pending full integration of code from Andreas (nw) [dhaywood] 2014-02-12 15:36:24

    Changed: pgm2.c

    1 files changed, 48 insertions, 2 deletions

  • ? Allow to overwrite find_size and customize offset computation. [Michael Zapf] 2014-02-12 13:39:03

    Changed: wd177x_dsk.c, wd177x_dsk.h

    2 files changed, 17 insertions, 3 deletions

  • ? Fixed sector extract for FM recording. [Michael Zapf] 2014-02-12 12:58:29

    Changed: flopimg.c

    1 files changed, 12 insertions, 26 deletions

  • ? bagman.c, bublbobl.c, chance32.c, galaga.c, mappy.c, pacman.c: fix flipscreen after core changes. Also, try (again) to improve sprite-bullet alignment in bosco [Alex Jackson] [alexjack] 2014-02-12 12:55:06

    Changed: chance32.c, galaga.c, bagman.h, galaga.h, bagman.c, bosco.c, bublbobl.c, digdug.c, galaga.c, mappy.c, pacman.c, xevious.c

    12 files changed, 35 insertions, 73 deletions

  • ? improved 8bit timers [hap] 2014-02-12 04:32:35

    Changed: mn10200.c, mn10200.h

    2 files changed, 125 insertions, 98 deletions

  • ? Preparation to cope with multiple netlists from single source [couriers] 2014-02-12 01:35:30

    Changed: nl_parser.c, nl_parser.h, nl_setup.c

    3 files changed, 48 insertions, 4 deletions

  • ? Call netlist().error if more than 64 nets are found. [couriers] 2014-02-12 00:36:14

    Changed: nld_solver.c

    1 files changed, 6 insertions, 1 deletions

  • ? dkong.c, docastle.c, galaxian.c, mario.c, zaxxon.c: fix flipscreen after core changes [Alex Jackson] [alexjack] 2014-02-12 00:19:03

    Changed: n8080.c, rallyx.c, dkong.c, docastle.c, galaxian.c, mario.c, n8080.c, zaxxon.c

    8 files changed, 11 insertions, 27 deletions

  • ? quick and dirty compile fix (nw) [alexjack] 2014-02-12 00:14:30

    Changed: nld_solver.c

    1 files changed, 1 insertions, 1 deletions

  • ? Netlist maintenance: [couriers] 2014-02-11 22:35:26
    • - netlist construction now is relying on fully qualified names, i.e. the name of a netlist object now starts with the netlist name. This is a first step towards supporting netlist models, i.e. netlists which can be used as a macro model. Very handy for opamps ... - Changed log file filename format. - Support analog net groups of up to 256 nets (i.e. Voltages).

      Changed: nld_solver.c, nld_log.c, nld_log.h, nl_base.c, nl_base.h, nl_setup.c, nl_setup.h

      7 files changed, 64 insertions, 29 deletions

  • ? Magic Card II: Override the wrong visible area and centered the [robertof] 2014-02-11 15:55:33
    • game through a dedicated CRTC config interface [Roberto Fresca]

      Changed: funworld.c

      1 files changed, 18 insertions, 0 deletions

  •  

wstecz05/02/2014 22:47
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