!

[multi][update] Universal Machine Emulator 0.153x5

[0] # Haze\'Blog | !!! środa, 25 Czerwca 2014 00:51 CET [22-06-2014 23:15 CET]

[multi][update] Universal Machine Emulator 0.153x5

Universal Machine Emulator to projekt Haze (David Haywood), który łączy dwa emulatory MAME i MESS w jedną aplikację. Co ciekawe, UME znajdziemy w repozytorium MESS'a, można go więc na bieżąco kompilować (TARGET=ume). UME, nie posiada wersji okienkowej, może go dozbroić w nakładkę QMC2.

Haze dorzucił także kompilację MAME/MESS/UME wykorzystujące mechanikę SDL - nawet ze względu na ostatnio dodaną obsługę tej wersji przez EmuLoader warto zerknąć.

Points of Interest

  • We’ve seen a number of prototypes show up over the last few years, some of them early builds, some of them almost indistinguishable from the final versions of the game. Another one so far falling into the latter category is a Raiden Fighters SPI Cartridge. ‘Karen’ found this version of Raiden Fighters and it displays an interesting message on the title screen ‘EVALUATION SOFTWARE FOR SHOW LICENSEE TUNING – GERMANY’. This message is present in the ROMs for all versions of the game, however it isn’t usually used. We know TUNING licensed a lot of Seibu’s games (including the Raiden Fighters games) for use in Germany, so it makes sense that them might have been sent preview versions. What makes a little less sense is that the board is an Australian region board (according to the region byte) and was found in Australia.
    It would be easy to write it off as some kind of hoax / hack, but the actual codebase is clearly a different revision than any of the previously supported sets at least, so it’s definietly not a cheap hack of a set we already know about, and could actually be earlier code, although so far we’ve been unable to identify any actual differences in the gameplay so it’s probably close to the final, or maybe even a later revision than those used in Japan if it was sent for evaluation after the actual Japanese release. I do hope somebody attempts to identify all the differences in the various Seibu revisions one day because most of their games have a number of builds.
    One fix that is likely to be overlooked by the majority is the one made to the Amiga emulation allowing the Arcadia game Space Ranger to function correctly. Space Ranger has been marked as ‘Working’ in MAME for a long time, but was another case of a driver being marked as working prematurely. To play the game you need 2 buttons, and for the majority of Arcadia games both buttons worked, however in Space Ranger the 2nd button didn’t, meaning you couldn’t use the net to capture / rescue the creatures along the bottom. It turned out to be an issue with the emulation of an internal timer, so hopefully the fix has also improved some Amiga titles where inputs weren’t responding correctly. Along with coming up with this fix Duke has also continued to improve other areas of the Amiga emulation although it still struggles with most copy protected software.

UME 0.153x5[SVN 31072]

Author: rbelmont | Date: 22 June 2014 04:16:21

  • (nw)

UME 0.153x5[SVN 31071]

Author: rbelmont | Date: 22 June 2014 04:13:07

  • (MESS) apple2: Support some oddball sized disk images and DOS 3.3 disks that were ripped in ProDOS sector order. [R. Belmont]

UME 0.153x5[SVN 31070]

Author: couriers | Date: 22 June 2014 00:36:53

  • Netlist:
  • - Device definitions now can specify the logic family (i.e. TTL, CD4000)
  • - fixed timing on 4020

UME 0.153x5[SVN 31069]

Author: hap | Date: 22 June 2014 00:06:22

  • added preliminary tmpz84c015, stupid daisy chain

UME 0.153x5[SVN 31068]

Author: dhaywood | Date: 21 June 2014 23:00:04

  • new clones
  • Peek-a-Boo! (US, ver 1.0) [no credit needed]

UME 0.153x5[SVN 31067]

Author: dhaywood | Date: 21 June 2014 22:07:23

  • more findings (nw)

UME 0.153x5[SVN 31066]

Author: couriers | Date: 21 June 2014 21:54:41

  • Added CD4020 device.

UME 0.153x5[SVN 31065]

Author: dhaywood | Date: 21 June 2014 20:50:55

  • fix note (nw)

UME 0.153x5[SVN 31064]

Author: dhaywood | Date: 21 June 2014 20:08:21

  • notes (nw)

UME 0.153x5[SVN 31063]

Author: dhaywood | Date: 21 June 2014 18:47:03

  • notes on priority (nw)

UME 0.153x5[SVN 31062]

Author: dhaywood | Date: 21 June 2014 18:17:33

  • work in progress (nw)

UME 0.153x5[SVN 31061]

Author: hap | Date: 21 June 2014 17:09:21

  • partial revert of r31054: daisy chain config is on TMPZ84C011 external pins

UME 0.153x5[SVN 31060]

Author: hap | Date: 21 June 2014 16:36:01

  • nw

UME 0.153x5[SVN 31059]

Author: hap | Date: 21 June 2014 15:11:04

  • fixed vulgus wrong sprite wraparound

UME 0.153x5[SVN 31058]

Author: couriers | Date: 21 June 2014 14:39:30

  • Align naming convention to be the same for nld_signal and nld_truthtable

UME 0.153x5[SVN 31057]

Author: barryrod | Date: 21 June 2014 14:09:12

  • gimix: added banking, RTC, timer, FDC...

UME 0.153x5[SVN 31056]

Author: hap | Date: 21 June 2014 13:36:11

  • tweak music tempo
  • http://mametesters.org/view.php?id=5562

UME 0.153x5[SVN 31055]

Author: dhaywood | Date: 21 June 2014 12:28:00

  • this compiled? (nw)

UME 0.153x5[SVN 31054]

Author: hap | Date: 21 June 2014 03:25:03

  • got rid of tmpz84c011 ctc trampolines

UME 0.153x5[SVN 31053]

Author: hap | Date: 21 June 2014 00:41:14

  • tmpz84c011c small cleanup.
  • note: if you want a handler for logging unmapped read/write, put it in the driver machine config, like we do with 8255, for example:
  • MCFG_I8255_OUT_PORTB_CB(LOGGER("PPI8255 - unmapped write port B", 0))

UME 0.153x5[SVN 31052]

Author: tafoid | Date: 20 June 2014 21:27:26

  • (MESS) New skeleton driver:
  • ----------------------

UME 0.153x5[SVN 31051]

Author: wilbertp | Date: 20 June 2014 19:48:05

  • Styling, no functional changes (nw)

UME 0.153x5[SVN 31050]

Author: wilbertp | Date: 20 June 2014 19:45:59

  • Fix osx compile

UME 0.153x5[SVN 31049]

Author: couriers | Date: 20 June 2014 19:16:40

  • More cleanup and some development:
  • - removed dead code from nld_signal.h
  • - removed m_last_Q and all callers; if a device depends on state let it maintain it.
  • - added development on a generic device based on truthtables.

UME 0.153x5[SVN 31048]

Author: dhaywood | Date: 20 June 2014 15:19:38

  • move some code around for later (nw)

UME 0.153x5[SVN 31047]

Author: dhaywood | Date: 20 June 2014 13:46:20

  • shuffle bits of code around for easier experimentation (nw)

UME 0.153x5[SVN 31046]

Author: miodragm | Date: 20 June 2014 13:15:24

  • Added LuaBridge and exposed few classes as example (nw)

UME 0.153x5[SVN 31045]

Author: robbbert | Date: 20 June 2014 11:33:22

  • (MESS) gimix: connected to a terminal; it boots to GMXBUG-09.

UME 0.153x5[SVN 31044]

Author: briantro | Date: 20 June 2014 02:11:41

  • peplus.c: Minor text corrections - NW

UME 0.153x5[SVN 31043]

Author: wilbertp | Date: 19 June 2014 20:53:26

  • (MESS) msx.c: Notes update (nw)

UME 0.153x5[SVN 31042]

Author: wilbertp | Date: 19 June 2014 20:28:41

  • (MESS) msx.c: Added microsol fdc; marked a few more drivers as working. (nw)

UME 0.153x5[SVN 31041]

Author: wilbertp | Date: 19 June 2014 18:55:43

  • v9938.c: Let's make this a bit safer; fixes black screens in hotbit20 and expert20 msx drivers (nw)

UME 0.153x5[SVN 31040]

Author: couriers | Date: 19 June 2014 16:21:32

  • Removed a number of "uninitialized member" warnings by using a template wrapper around those members.

UME 0.153x5[SVN 31039]

Author: tafoid | Date: 19 June 2014 13:05:23

  • Gave legacy device a proper setname to eliminate confusion with modern implementation (nw)

UME 0.153x5[SVN 31038]

Author: couriers | Date: 19 June 2014 12:44:56

  • Moved solver templates into separate header files.

UME 0.153x5[SVN 31037]

Author: olivierg | Date: 19 June 2014 12:38:57

  • nscsi_cd: I told'ya, there's no disk in the drive [O. Galibert]

UME 0.153x5[SVN 31036]

Author: dhaywood | Date: 19 June 2014 11:18:51

  • use custom roz implementation to allow for further tweaking, whatever this does it doesn't appear to be standard (I still haven't figured it out properly after 10 years) so will need it (nw)

UME 0.153x5[SVN 31035]

Author: alexjack | Date: 19 June 2014 03:33:34

  • fix asc_device::read too (nw)

UME 0.153x5[SVN 31034]

Author: rbelmont | Date: 19 June 2014 03:14:11

  • (MESS) mac: fix 0.153 regression that prevented several Macs from booting. [R. Belmont]

UME 0.153x5[SVN 31033]

Author: rbelmont | Date: 19 June 2014 02:50:14

  • Defeated another attempt to make MAME Windows-only (nw)

UME 0.153x5[SVN 31032]

Author: rbelmont | Date: 19 June 2014 02:49:15

  • Another CHD that was generated with a too-old chdman. (nw)

UME 0.153x5[SVN 31031]

Author: tafoid | Date: 18 June 2014 22:52:18

  • (MESS) New skeleton driver:
  • ----------------------

UME 0.153x5[SVN 31030]

Author: wilbertp | Date: 18 June 2014 22:17:35

  • (MESS) msx.c: Internal ym2413s don't need the unlock sequence. (nw)

UME 0.153x5[SVN 31029]

Author: wilbertp | Date: 18 June 2014 21:51:17

  • (MESS) msx1_cart.xml: Renamed a few Yamaha cartridges. (nw)

UME 0.153x5[SVN 31028]

Author: olivierg | Date: 18 June 2014 21:39:34

  • well, next *needs* the rounding mode, or white is black... (nw)

UME 0.153x5[SVN 31027]

Author: wilbertp | Date: 18 June 2014 20:48:58

  • (MESS) msx.c: Adding MIDI ports to midisaurus. Can't test these yet because of missing software (nw)

UME 0.153x5[SVN 31026]

Author: wilbertp | Date: 18 June 2014 20:08:52

  • (MESS) msx.c: Added MIDI in support to Yamaha SFG01/SFG05 expansions (nw)

UME 0.153x5[SVN 31025]

Author: tafoid | Date: 18 June 2014 19:25:48

  • Recreated yet again the CHDs from r30949 (no new sets) which all had different SHA1 hashes due to bugfixes with CHDMAN since 0.153 release. [f205v]

UME 0.153x5[SVN 31024]

Author: olivierg | Date: 18 June 2014 18:58:01

  • hmmm, missed a commit (nw)

UME 0.153x5[SVN 31023]

Author: olivierg | Date: 18 June 2014 18:55:02

  • m68040: fbcc dasm fixes [O. Galibert]

UME 0.153x5[SVN 31022]

Author: dhaywood | Date: 18 June 2014 16:21:14

  • blmbycar: modern palette handling (nw)

UME 0.153x5[SVN 31021]

Author: dhaywood | Date: 18 June 2014 11:15:35

  • this appears to be a Korea set, not a Japan set. (nw)

UME 0.153x5[SVN 31020]

Author: crazyc | Date: 18 June 2014 04:10:07

  • i186: fix timer read (nw)
  • (mess) rmnimbus: bit of refactoring and cleanup, fix some video ram reads and writes, use eepromser and remove er59256 (nw)

UME 0.153x5[SVN 31019]

Author: briantro | Date: 18 June 2014 03:52:47

  • peplus.c: Document the Sequential ACE$ bonus for the Ace$ Bonus Poker set. Minor comment standardization. - NW

UME 0.153x5[SVN 31018]

Author: briantro | Date: 18 June 2014 03:29:45

  • peplus.c: Document the "Shockwave" mode in the Shockwave Poker sets. - NW

UME 0.153x5[SVN 31017]

Author: briantro | Date: 18 June 2014 02:56:28

  • peplus.c: Documentation correction. This set of Blackjack (BE0014) stands on hard or soft (Ace-6) 17. There is documentation stating that the blackjack program hit's soft 17, so that must refer to a different program set. - NW

UME 0.153x5[SVN 31016]

Author: tafoid | Date: 18 June 2014 01:43:25

  • Examined/adjusted mame.lst for orphaned sets and invalid entries. Added commented entries in mame.lst to match missing roms as well as already existing macros in drivers and eliminating redundancies. (nw)

UME 0.153x5[SVN 31015]

Author: rbelmont | Date: 18 June 2014 01:31:38

  • omti8621: The Z8 program was hiding in plain sight at Bitsavers. (nw)

UME 0.153x5[SVN 31014]

Author: hap | Date: 17 June 2014 23:32:28

  • ok, correction: sound is in the LR35902

UME 0.153x5[SVN 31013]

Author: hap | Date: 17 June 2014 22:20:39

  • typo

UME 0.153x5[SVN 31012]

Author: hap | Date: 17 June 2014 20:45:10

  • nomapper startaddress detection from meisei

UME 0.153x5[SVN 31011]

Author: hap | Date: 17 June 2014 20:20:01

  • allow 8kb and 48kb sizes

UME 0.153x5[SVN 31010]

Author: tafoid | Date: 17 June 2014 18:00:41

  • Fix validation errors (nw)

UME 0.153x5[SVN 31009]

Author: tafoid | Date: 17 June 2014 17:35:23

  • The great ", The" conversion. Thanks M.A.S.H. (nw)

UME 0.153x5[SVN 31008]

Author: hap | Date: 17 June 2014 15:36:38

  • Sharp LR35902 is the cpu

UME 0.153x5[SVN 31007]

Author: alexjack | Date: 17 June 2014 09:14:53

  • star100: fix rightmost reels being cut off (nw)

UME 0.153x5[SVN 31006]

Author: tafoid | Date: 17 June 2014 06:57:41

  • Examined/adjusted mess.lst for orphaned sets and invalid entries. Adjusted spacing to better view commented setnames and added commented entries in mess.lst to match missing roms as well as already existing macros in drivers. (nw)

UME 0.153x5[SVN 31005]

Author: barryrod | Date: 17 June 2014 05:35:33

  • x68k: generate a bus error on accessing the FPU expansion device (fixes Illumination LASER).

UME 0.153x5[SVN 31004]

Author: alexjack | Date: 17 June 2014 04:16:45

  • star100: improve (?) bg color (nw)

UME 0.153x5[SVN 31003]

Author: robertof | Date: 17 June 2014 04:05:47

  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.153x5[SVN 31002]

Author: alexjack | Date: 17 June 2014 03:56:15

  • fix incorrect comment (nw)

UME 0.153x5[SVN 31001]

Author: alexjack | Date: 17 June 2014 03:50:30

  • goldstar.c: (mostly) fix star100 colors: fg tiles are 4bpp, not 3bpp (nw)

UME 0.153x5[SVN 31000]

Author: sronco | Date: 16 June 2014 22:57:15

  • segajw: added preliminary sound. (nw)

UME 0.153x5[SVN 30999]

Author: hap | Date: 16 June 2014 22:19:56

  • added macro and callback for 16bit inc/dec

UME 0.153x5[SVN 30998]

Author: hap | Date: 16 June 2014 21:36:37

  • nw

UME 0.153x5[SVN 30997]

Author: hap | Date: 16 June 2014 18:57:36

  • made gbc a parent

UME 0.153x5[SVN 30996]

Author: hap | Date: 16 June 2014 18:49:05

  • gb xtal info

UME 0.153x5[SVN 30995]

Author: alexjack | Date: 16 June 2014 17:54:10

  • system16.c: sync shadow/hilight with non-bootleg code, should fix out-of-range pixels (nw)

UME 0.153x5[SVN 30994]

Author: tafoid | Date: 16 June 2014 16:15:37

  • Duplicate description fix (nw)

UME 0.153x5[SVN 30993]

Author: tafoid | Date: 16 June 2014 16:12:29

  • (MESS) hprot1: Felipe Sanches
  • * new derivative "CARD I PCB rev.08A"
  • * new derivative "CARD II PCB rev.6"
  • * fixed LCD rendering (now both lines are displayed properly)
  • * inverted logic of the inputs so that now we can navigate the menu

UME 0.153x5[SVN 30992]

Author: miodragm | Date: 16 June 2014 11:05:00

  • sync with main mongoose branch, includes all our patches so far as well (nw)

UME 0.153x5[SVN 30991]

Author: oliverst | Date: 16 June 2014 08:37:06

  • added comment to lua modification (nw)

UME 0.153x5[SVN 30990]

Author: oliverst | Date: 16 June 2014 08:26:06

  • fixed Visual Studio compiler warning in src/lib/lua/lib/lsqlite3.c (nw)

UME 0.153x5[SVN 30989]

Author: miodragm | Date: 16 June 2014 07:38:30

  • Update to latest (nw)

UME 0.153x5[SVN 30988]

Author: briantro | Date: 16 June 2014 04:15:11

  • peplus: Make layout buttons clickable for the PE Plus sets - NW

UME 0.153x5[SVN 30987]

Author: tafoid | Date: 16 June 2014 02:59:53

  • Assorted set name corrections (duplicates) and macro changes to match up to actual use. Cleared redundant GAME( entries in galaxian.c and left notes in drivers that will eventually be merged. (nw)

UME 0.153x5[SVN 30986]

Author: barryrod | Date: 16 June 2014 02:31:54

  • dim_dsk: fix 2HS image loading (can now boot Illumination LASER from floppy)

UME 0.153x5[SVN 30985]

Author: couriers | Date: 15 June 2014 22:59:16

  • Fix clang compile.

UME 0.153x5[SVN 30984]

Author: jgevarya | Date: 15 June 2014 19:46:14

  • seta.c: Verify clocks and fix refresh rate for daioh. [trap15]

UME 0.153x5[SVN 30983]

Author: couriers | Date: 15 June 2014 18:42:27

  • Goodbye to m_last_analog ... it was used any longer.

UME 0.153x5[SVN 30982]

Author: couriers | Date: 15 June 2014 18:38:18

  • Optimized netlist proxies. Small but measurable performance increase for pongf and Pong Doubles. In addition, moved some code between classes and sorted code in nl_base.c

UME 0.153x5[SVN 30981]

Author: rbelmont | Date: 15 June 2014 16:56:23

  • Apollo updates [Hans Ostermeyer]
  • - Fixed ISA bus endianness, it's the same as other 680x0 systems with ISA
  • - Improved logging in several places
  • - "20 years ago" option updated to now-necessary "25 years ago"
  • - Fixed ISA high IRQ routing
  • - Fixed 3c505 to have a 16 bit ISA interface
  • - Fixed omti8621 and sc499 to have correct-endian ISA interfaces

UME 0.153x5[SVN 30980]

Author: couriers | Date: 15 June 2014 16:06:23

  • netlist:
  • - Removed m_new_Analog
  • - Did some tests using linear prediction. This is not used since the savings are about the same size as the effort.
  •  

UME 0.153x5[SVN 30979]

Author: dhaywood | Date: 15 June 2014 12:48:09

  • documentation improvement (nw)

UME 0.153x5[SVN 30978]

Author: dhaywood | Date: 15 June 2014 10:39:06

  • shuffle (nw)

UME 0.153x5[SVN 30977]

Author: alexjack | Date: 15 June 2014 06:38:24

  • nsmpoker.c: 8 color palette + 4bpp tilemap is not a good idea, even in a barely-more-than-skeleton driver (nw)

UME 0.153x5[SVN 30976]

Author: hap | Date: 14 June 2014 20:43:08

  • removed MCFG_LR35902_RESET_VALUES

UME 0.153x5[SVN 30975]

Author: rbelmont | Date: 14 June 2014 20:10:40

  • SDL: Always supply screen size uniforms to GLSL shaders, and fix bug with X multihead. [R. Belmont]

UME 0.153x5[SVN 30974]

Author: wilbertp | Date: 14 June 2014 19:38:11

  • (MESS)New drivers added:
  • Yamaha FB-01 [Wilbert Pol]

UME 0.153x5[SVN 30973]

Author: dhaywood | Date: 14 June 2014 18:52:05

  • new clones
  • Galaga '88 (02-03-88) [Andrew Welburn]

UME 0.153x5[SVN 30972]

Author: alexjack | Date: 14 June 2014 11:06:13

  • Convert some more drivers to core palette handling (nw)

UME 0.153x5[SVN 30971]

Author: dhaywood | Date: 14 June 2014 09:13:05

  • don't think this rom belongs in this set (nw)

UME 0.153x5[SVN 30970]

Author: dhaywood | Date: 14 June 2014 01:24:59

  • improve layer alignments with video reference (nw)

UME 0.153x5[SVN 30969]

Author: wilbertp | Date: 14 June 2014 00:40:20

  • Fix linking on osx (nw)

UME 0.153x5[SVN 30968]

Author: dhaywood | Date: 14 June 2014 00:38:07

  • fixed some missing gfx in svolley (nw)

UME 0.153x5[SVN 30967]

Author: dhaywood | Date: 13 June 2014 23:55:11

  • use mixer regs (nw)

UME 0.153x5[SVN 30966]

Author: hap | Date: 13 June 2014 22:54:35

  • log illegal ops

UME 0.153x5[SVN 30965]

Author: hap | Date: 13 June 2014 22:20:34

  • renamed opcode lists.h to .inc, renamed LR35902_FLAG_x to FLAG_x

UME 0.153x5[SVN 30964]

Author: wilbertp | Date: 13 June 2014 22:13:45

  • (MESS) msx.c: added sfg05 support (still without midi) (nw)

UME 0.153x5[SVN 30963]

Author: alexjack | Date: 13 June 2014 22:01:35

  • Change remaining references to -nosound to -sound none in code and docs; move description of -sound option to OSD-specific doc files to be orthogonal to -video (nw)

UME 0.153x5[SVN 30962]

Author: tafoid | Date: 13 June 2014 21:17:06

  • Correct format of -sound command in documents to match recent changes. (nw)

UME 0.153x5[SVN 30961]

Author: dhaywood | Date: 13 June 2014 18:20:57

  • reorganize some code for gstriker (no functional change) (nw)

UME 0.153x5[SVN 30960]

Author: crazyc | Date: 13 June 2014 16:34:24

  • (mess) x68k: don't copy so much with the crtc text copy op (nw)

UME 0.153x5[SVN 30959]

Author: curtcode | Date: 13 June 2014 08:11:24

  • atahle: Added CS1 active status register. [Curt Coder]
  • (MESS) ql: Qubide WIP. (nw)

UME 0.153x5[SVN 30958]

Author: wilbertp | Date: 12 June 2014 22:03:04

  • (MESS) fb01.c: Fixed irq handling (nw)

UME 0.153x5[SVN 30957]

Author: tafoid | Date: 12 June 2014 22:01:34

  • Compile fix for DEBUG=1 builds, 32-bit, GCC 4.6.3 (nw)

UME 0.153x5[SVN 30956]

Author: wilbertp | Date: 12 June 2014 21:24:45

  • (MESS) fb01.c: Fixed communication between midi-in and 8251. (nw)

UME 0.153x5[SVN 30955]

Author: tafoid | Date: 12 June 2014 20:43:10

  • Missing .lst entry from latest chihiro/triforce submission (nw)

UME 0.153x5[SVN 30954]

Author: curtcode | Date: 12 June 2014 19:34:19

  • (MESS) ql: Qubide WIP. (nw)

UME 0.153x5[SVN 30953]

Author: oliverst | Date: 12 June 2014 10:40:49

  • fixed -j compilation with VS2013 [Oliver Stöneberg]

UME 0.153x5[SVN 30952]

Author: miodragm | Date: 12 June 2014 08:03:23

  • Updated mongoose and fixed initial websocket connecte to client (nw)

UME 0.153x5[SVN 30951]

Author: rbelmont | Date: 12 June 2014 04:11:37

  • SDL: fix -prescale 0.153 regression. [R. Belmont]

UME 0.153x5[SVN 30950]

Author: tafoid | Date: 12 June 2014 02:56:30

  • Documentation fixes from Metallic (nw)

UME 0.153x5[SVN 30949]

Author: tafoid | Date: 12 June 2014 01:59:56

  • chihiro.c: [f205v]
  • - Added exact release dates, GDX info and descriptions for all known existing games/releases not yet secured or dumped
  • - Added v5 CHDs redumps for: GDX-0002B, GDX-0003A, GDX-0006G, GDX-0024A
  • triforce.c: [f205v]
  • - Added exact release dates, GDT info and descriptions for all known existing games/releases not yet secured or dumped
  • - Added v5 CHDs redumps for: GDT-0002, GDT-0013E, GDT-0015

UME 0.153x5[SVN 30948]

Author: wilbertp | Date: 11 June 2014 21:52:14

  • (MESS) Added Yamaha FB-01
  • I haven't been able to test if this makes the expected sounds when a midi keyboard is hooked up the midi-in port of this device.

UME 0.153x5[SVN 30947]

Author: dhaywood | Date: 11 June 2014 20:22:49

  • new clones
  • Space Invaders (Electromar, Spanish) [Roselson, Ricky2001 from Aumap]

UME 0.153x5[SVN 30946]

Author: crazyc | Date: 11 June 2014 18:35:22

  • hd63450: this time it's really right (maybe) (nw)

UME 0.153x5[SVN 30945]

Author: crazyc | Date: 11 June 2014 18:28:31

  • hd63540: oops (nw)

UME 0.153x5[SVN 30944]

Author: curtcode | Date: 11 June 2014 17:44:32

  • Fixed build. (nw)

UME 0.153x5[SVN 30943]

Author: crazyc | Date: 11 June 2014 16:32:08

  • upd765: drop the polling irq when anything is written to the controller in command mode (verified on actual hardware) (nw)

UME 0.153x5[SVN 30942]

Author: dhaywood | Date: 11 June 2014 14:50:26

  • move tmpz84c011 specifics to its own files, make z80ctc a subdevice rather than adding it separately it in each driver using a tmpz84c011. (nw)

UME 0.153x5[SVN 30941]

Author: curtcode | Date: 11 June 2014 13:04:35

  • (MESS) ex800: Refactored Epson EX-800 from a driver into a Centronics device. (nw)

UME 0.153x5[SVN 30940]

Author: curtcode | Date: 11 June 2014 12:47:08

  • (MESS) lx800: Refactored Epson LX-800 from a driver into a Centronics device. (nw)

UME 0.153x5[SVN 30939]

Author: dirkbest | Date: 11 June 2014 12:04:06

  • vtech1: Add "VZ-200 Enhanced BASIC V1.01" [Chicken Man]

UME 0.153x5[SVN 30938]

Author: dirkbest | Date: 11 June 2014 11:35:47

  • upd7810: reorganize, compile source files seperately instead of
  • including them into the main source

UME 0.153x5[SVN 30937]

Author: alexjack | Date: 11 June 2014 10:17:41

  • namcos1.c: Completely rewrote the emulation of the CUS117 MMU.
  • The MMU is no longer emulated by modifying address maps at
  • runtime, an operation which has become excessively slow as the
  • core memory system has accumulated features and complexity over
  • the years. Instead, the MMU is now a device which works on
  • similar principles to the address_map_bank_device. The recent
  • multisession regression is fixed, all games in the driver
  • should now run substantially faster, and most importantly the
  • driver code is now much cleaner and easier to understand. [Alex Jackson]

UME 0.153x5[SVN 30936]

Author: rbelmont | Date: 11 June 2014 04:37:23

  • SDL: Fix shaders for games that output indexed16 (e.g. pacman). [R. Belmont]

UME 0.153x5[SVN 30935]

Author: rbelmont | Date: 11 June 2014 03:45:49

  • SDL: fix 0.153 regression where user GLSL shaders didn't work. [R. Belmont]

UME 0.153x5[SVN 30934]

Author: hap | Date: 11 June 2014 00:44:04

  • rm gblight clone, implementation was identical to gbpocket

UME 0.153x5[SVN 30933]

Author: hap | Date: 11 June 2014 00:35:12

  • rm really old todo list

UME 0.153x5[SVN 30932]

Author: hap | Date: 11 June 2014 00:23:57

  • (MESS) gb.c: Added GameBoy Pocket Boot ROM. [BennVenn]

UME 0.153x5[SVN 30931]

Author: hap | Date: 11 June 2014 00:02:25

  • small cleanup

UME 0.153x5[SVN 30930]

Author: hap | Date: 10 June 2014 23:38:22

  • nonsense

UME 0.153x5[SVN 30929]

Author: crazyc | Date: 10 June 2014 23:03:18

  • upd765: implement scan data and read track [Carl]
  • fail command when drive not ready and check ready before command (verified on real hardware)
  • stop polling when first byte of command sent (verified)
  • (mess) x68k: experiment with fdc drive control (nw)

UME 0.153x5[SVN 30928]

Author: curtcode | Date: 10 June 2014 18:21:09

  • (MESS) ql: Added preliminary CST Q+4 emulation. [Curt Coder]

UME 0.153x5[SVN 30927]

Author: curtcode | Date: 10 June 2014 18:20:38

  • (MESS) ql: Fixed late binding error. (nw)

UME 0.153x5[SVN 30926]

Author: miodragm | Date: 10 June 2014 12:59:55

  • Lua overhaul [Olivier Galibert, Miodrag Milanovic]

UME 0.153x5[SVN 30925]

Author: robbbert | Date: 10 June 2014 12:59:39

  • romident: print a summary at the end, instead of garbage.

UME 0.153x5[SVN 30924]

Author: robbbert | Date: 10 June 2014 10:48:45

  • oops, its actually the Action Printer 2000 (nw) my bad

UME 0.153x5[SVN 30923]

Author: robbbert | Date: 10 June 2014 09:59:26

  • (MESS) New not-working printer [Felipe Sanchez]
  • --------------------------------------------

UME 0.153x5[SVN 30922]

Author: rbelmont | Date: 10 June 2014 03:58:05

  • naomi.c: redumped tetkiwam and ngdup23c to current standards. [MetalliC]

UME 0.153x5[SVN 30921]

Author: robbbert | Date: 10 June 2014 00:59:58

  • (MESS) New not-working printer [Felipe Sanchez]
  • --------------------------------------------

UME 0.153x5[SVN 30920]

Author: hap | Date: 09 June 2014 22:24:03

  • typo

UME 0.153x5[SVN 30919]

Author: andreasn | Date: 09 June 2014 21:59:11

  • Added comment (nw)

UME 0.153x5[SVN 30918]

Author: andreasn | Date: 09 June 2014 21:49:18

  • Work on System24's remaining sgmast set [Chris Hardy, Andreas Naive]
  • * Reconstructed SEGA FD1094 key (317-0058-05d)
  • * Tossed the previous alternate reads away as confirmed duplicate disks of sgmastj & sgmast (with differences in the highscores' track)
  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.153x5[SVN 30917]

Author: jameswal | Date: 09 June 2014 20:56:51

  • Made MPU4Vid chips properly 8-bit where possible, still doesn't fix 6850 issues though, but does fix CHR regression (nw)

UME 0.153x5[SVN 30916]

Author: ivanva | Date: 09 June 2014 20:34:08

  • These aren't needed anymore (nw)

UME 0.153x5[SVN 30915]

Author: ivanva | Date: 09 June 2014 20:21:54

  • Applied Kale's ramdac changes to koftball.c, too. This fixes the debug build regression found by Tafoid's regression tests. (nw)

UME 0.153x5[SVN 30914]

Author: hap | Date: 09 June 2014 18:26:32

  • some cleanup, got rid of unneeded trampolines

UME 0.153x5[SVN 30913]

Author: hap | Date: 09 June 2014 17:28:19

  • (shortened CALLBACK to CB)

UME 0.153x5[SVN 30912]

Author: miodragm | Date: 09 June 2014 15:32:44

  • few more commands just for fun (nw)

UME 0.153x5[SVN 30911]

Author: miodragm | Date: 09 June 2014 15:13:19

  • made LUA script execute in main thread, but console running in another (nw)
  • Need to generalize mechanism of communication between threads and do more cleanup

UME 0.153x5[SVN 30910]

Author: curtcode | Date: 09 June 2014 13:57:43

  • clang compile fix. (nw)

UME 0.153x5[SVN 30909]

Author: miodragm | Date: 09 June 2014 08:51:30

  • fixed listxml crash (palette_init was after ramdac device not after palette device) anyway it was not needed (nw)

UME 0.153x5[SVN 30908]

Author: hap | Date: 09 June 2014 04:03:14

  • small tweak

UME 0.153x5[SVN 30907]

Author: alexjack | Date: 09 June 2014 03:56:55

  • nitedrvr.c: 0x80 bytes / 32 cols = 4 rows; also add AM_READNOPs so 6502 dummy reads don't clog the log (nw)

UME 0.153x5[SVN 30906]

Author: hap | Date: 09 June 2014 03:44:47

  • base colecop on coleco, not dina

UME 0.153x5[SVN 30905]

Author: angelosa | Date: 09 June 2014 03:15:10

  • Some fixes for hotslots, nw

UME 0.153x5[SVN 30904]

Author: hap | Date: 09 June 2014 02:56:49

  • fixed tilemap and 'hvc' ram size

UME 0.153x5[SVN 30903]

Author: dhaywood | Date: 09 June 2014 02:38:34

  • make MB89363B a trampoline device for 2x i8255 chips (nw)

UME 0.153x5[SVN 30902]

Author: tafoid | Date: 09 June 2014 01:42:53

  • rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese]
  • i86.c: Four new 8086 opcode aliases: 0xc0 is 0xc2; 0xc1 = 0xc3; 0xc8 = 0xca; 0xc9 = 0xcb as documented at OS 2 Museum. [Bavarese]
  • rx50_dsk.h/c: Rainbow specific; The RX50 _disk drive_ was used in different architectures. Floppy format used by Rainbow-100 and -190. Track layout (post-amble, some positions) yet unverified. Currently only raw 400 K disk dumps are supported (*.img). [Bavarese]

UME 0.153x5[SVN 30901]

Author: tafoid | Date: 09 June 2014 01:36:59

  • typo (nw)

UME 0.153x5[SVN 30900]

Author: tafoid | Date: 09 June 2014 01:32:49

  • New Clones
  • -----

UME 0.153x5[SVN 30899]

Author: angelosa | Date: 09 June 2014 01:05:17

  • Added Vertical Display bit in Magic Card, nw

UME 0.153x5[SVN 30898]

Author: briantro | Date: 09 June 2014 00:51:52

  • peplus.c: Misc documentation updates - NW

UME 0.153x5[SVN 30897]

Author: angelosa | Date: 09 June 2014 00:47:35

  • Hooked up RAMDAC device to following drivers [Angelo Salese]:
  • * adp.c
  • * bmcbowl.c
  • * coinmvga.c
  • * highvdeo.c
  • * magicard.c
  • * segajw.c

UME 0.153x5[SVN 30896]

Author: dhaywood | Date: 09 June 2014 00:20:39

  • fix 68k regression (nw)

UME 0.153x5[SVN 30895]

Author: hap | Date: 08 June 2014 23:50:56

  • comment out printfs

UME 0.153x5[SVN 30894]

Author: dhaywood | Date: 08 June 2014 23:37:57

  • fix some 68k regressions (nw)

UME 0.153x5[SVN 30893]

Author: hap | Date: 08 June 2014 23:19:05

  • prettied up kenseim internal artwork

UME 0.153x5[SVN 30892]

Author: miodragm | Date: 08 June 2014 20:09:58

  • Fix crash due to uninitialized variable (nw)

UME 0.153x5[SVN 30891]

Author: michaelz | Date: 08 June 2014 19:54:59

  • (MESS) ti99: Added a new error message for RPK. (nw)

UME 0.153x5[SVN 30890]

Author: sronco | Date: 08 June 2014 19:48:13

  • sigmab52.c: added coin lockout. (nw)

UME 0.153x5[SVN 30889]

Author: michaelz | Date: 08 June 2014 19:39:43

  • (MESS) Preparing new HFDC implementation with new HDC9234. (nw)

UME 0.153x5[SVN 30888]

Author: michaelz | Date: 08 June 2014 19:38:41

  • New implementation of HDC9234 for modern floppy system, still WIP. (nw)

UME 0.153x5[SVN 30887]

Author: dhaywood | Date: 08 June 2014 19:25:48

  • new clones
  • Knights of Valour Super Heroes / Sangoku Senki Super Heroes (ver. 100, CN) [Joerg Hartenberger]

UME 0.153x5[SVN 30886]

Author: sronco | Date: 08 June 2014 19:16:20

  • segajw.c updates: [Sandro Ronco]
  • - Hooked up ACRTC
  • - Added inputs
  • - Added NVRAM support

UME 0.153x5[SVN 30885]

Author: dhaywood | Date: 08 June 2014 19:06:53

  • fix 68k regression (nw)

UME 0.153x5[SVN 30884]

Author: dhaywood | Date: 08 June 2014 13:27:10

  • I'll tag it as working
  • new working game
  • Ken Sei Mogura - Street Fighter II (1994.04.18, Ver 1.00) [Alan Meades, Porchy, David Haywood, hap, Santeri Saarimaa]

UME 0.153x5[SVN 30883]

Author: robbbert | Date: 08 June 2014 11:19:17

  • (MESS) kog is unsupported as per MT 04742 (nw)

UME 0.153x5[SVN 30882]

Author: miodragm | Date: 08 June 2014 09:45:26

  • remove extra line on exit (nw)

UME 0.153x5[SVN 30881]

Author: miodragm | Date: 08 June 2014 09:40:30

  • no need for this, we always return it as is (nw)

UME 0.153x5[SVN 30880]

Author: miodragm | Date: 08 June 2014 09:21:50

  • Clear manager in destructor (nw)

UME 0.153x5[SVN 30879]

Author: wilbertp | Date: 07 June 2014 20:03:13

  • (MESS) msx.c: Added preliminary support for the Midisaurus BM-012 Midi interface cartridge (nw)

UME 0.153x5[SVN 30878]

Author: dhaywood | Date: 07 June 2014 15:06:40

  • game is now playable, want to check a few things before marking it as working tho (nw)

UME 0.153x5[SVN 30877]

Author: dhaywood | Date: 07 June 2014 14:26:48

  • start representing the moles (nw)

UME 0.153x5[SVN 30876]

Author: dhaywood | Date: 07 June 2014 11:49:51

  • start lamps, added pal dump (nw)

UME 0.153x5[SVN 30875]

Author: dirkbest | Date: 07 June 2014 10:57:00

  • vtech1: Use the slot system for I/O and Memory expansion slots. Emulate
  • the newly dumped RS-232 cartridge. Add support for the WordPro
  • cartridge. Cleanup driver.

UME 0.153x5[SVN 30874]

Author: dhaywood | Date: 07 June 2014 10:43:14

  • improve some dips and layout (nw)

UME 0.153x5[SVN 30873]

Author: alexjack | Date: 07 June 2014 10:10:48

  • k051316: clean up/simplify inline configs, add tile bank dirty method for ultraman (nw)

UME 0.153x5[SVN 30872]

Author: dhaywood | Date: 07 June 2014 04:08:45

  • improve video (nw)

UME 0.153x5[SVN 30871]

Author: hap | Date: 07 June 2014 00:43:19

  • fixed comms, attract mode works now

UME 0.153x5[SVN 30870]

Author: tafoid | Date: 06 June 2014 22:50:55

  • Device short name corrections to allow them to be viewed in XML output (nw)

UME 0.153x5[SVN 30869]

Author: jameswal | Date: 06 June 2014 20:57:15

  • Attempt to fix MPU4Vid regression reported after r30715 (CHR chip expects to only see a byte, not a whole word, as it's a straight lift from 6809 era) (nw)

UME 0.153x5[SVN 30868]

Author: miodragm | Date: 06 June 2014 20:51:23

  • Fix for listxml crash (nw)

UME 0.153x5[SVN 30867]

Author: hap | Date: 06 June 2014 19:44:24

  • some pcb info (TLP521-4? i've never seen that before)

UME 0.153x5[SVN 30866]

Author: ivanva | Date: 06 June 2014 17:56:25

  • 3x3puzzl.c: added save state support (nw)

UME 0.153x5[SVN 30865]

Author: olivierg | Date: 06 June 2014 16:06:36

  • motoxgo: Fix point rom loading [O. Galibert]

UME 0.153x5[SVN 30864]

Author: michaelz | Date: 06 June 2014 15:47:45

  • (MESS) ti99: replaced malloc by global_alloc_array (nw)

UME 0.153x5[SVN 30863]

Author: dhaywood | Date: 06 June 2014 15:09:31

  • shuffle some code around, comms still wrong (nw)

UME 0.153x5[SVN 30862]

Author: olivierg | Date: 06 June 2014 14:18:28

  • duh (nw)

UME 0.153x5[SVN 30861]

Author: miodragm | Date: 06 June 2014 13:07:35

  • Link fix for some linux-es (nw)

UME 0.153x5[SVN 30860]

Author: miodragm | Date: 06 June 2014 12:36:45

  • Compile fix from qmc2 author (nw)

UME 0.153x5[SVN 30859]

Author: dhaywood | Date: 06 June 2014 11:27:13

  • make fhawk run with perfect interleave, seems to fix some issues (nw)

UME 0.153x5[SVN 30858]

Author: miodragm | Date: 06 June 2014 11:11:31

  • -Created machine_manager as singleton class that contains (for now) one running machine [Miodrag Milanovic]
  • -Updated LUA engine to run in machine_manager instead of being initialized per machine
  • -Added "-console" option so emulator can be started with LUA enabled console
  • -Update LUA to version 5.2.3
  • -Enabled SQLite3 to be compiled and added LUA module for it

UME 0.153x5[SVN 30857]

Author: barryrod | Date: 06 June 2014 08:17:14

  • fmtowns: fix port 2 mouse regression (no whatsnew)

UME 0.153x5[SVN 30856]

Author: barryrod | Date: 06 June 2014 07:27:51

  • fmscsi: removed a hack, corrected status for invalid drives. This fixes Windows95 booting. (no whatsnew)

UME 0.153x5[SVN 30855]

Author: curtcode | Date: 06 June 2014 07:04:47

  • Fixed clang build. (nw)

UME 0.153x5[SVN 30854]

Author: hap | Date: 05 June 2014 22:06:53

  • get rid of unneeded handler

UME 0.153x5[SVN 30853]

Author: alexjack | Date: 05 June 2014 19:58:23

  • toaplan2.c: fix m68k regression in ghox (nw)

UME 0.153x5[SVN 30852]

Author: hap | Date: 05 June 2014 17:33:38

  • nw

UME 0.153x5[SVN 30851]

Author: angelosa | Date: 05 June 2014 16:52:07

  • Fixed properties

UME 0.153x5[SVN 30850]

Author: ivanva | Date: 05 June 2014 16:45:20

  • Removed some unused macros (nw)

UME 0.153x5[SVN 30849]

Author: angelosa | Date: 05 June 2014 16:39:27

  • Fix conflict

UME 0.153x5[SVN 30848]

Author: ivanva | Date: 05 June 2014 16:36:11

  • Fixed msx2_flop.xml validation (nw)

UME 0.153x5[SVN 30847]

Author: angelosa | Date: 05 June 2014 16:25:55

  • Added placeholder TGPx4 CPU core for Model 2C, nw

UME 0.153x5[SVN 30846]

Author: oliverst | Date: 05 June 2014 15:56:33

  • also enable rgbsse.h for optimized (GCC only) DEBUG builds (nw)

UME 0.153x5[SVN 30845]

Author: oliverst | Date: 05 June 2014 11:46:50

  • (MESS) more unsupported software flagging (nw)

UME 0.153x5[SVN 30844]

Author: curtcode | Date: 05 June 2014 11:19:14

  • (MESS) ql: Fixed Sandy mouse. (nw)

UME 0.153x5[SVN 30843]

Author: curtcode | Date: 05 June 2014 10:31:51

  • (MESS) ql: SandyQMouse WIP. (nw)

UME 0.153x5[SVN 30842]

Author: dhaywood | Date: 05 June 2014 10:00:41

  • new clones
  • Raiden Fighters (Evaluation Software For Show, Germany) [Karen, Justin and The Dumping Union]
  • (included code, applied as-is)
  • this is set to the Australia region despite being a set for Germany, maybe due to it being 'evaluation software'

UME 0.153x5[SVN 30841]

Author: oliverst | Date: 05 June 2014 09:44:15

  • (MESS) flagged more software as unsupported (nw)

UME 0.153x5[SVN 30840]

Author: curtcode | Date: 05 June 2014 08:25:37

  • (MESS) ql: Fixed QIMI mouse. (nw)

UME 0.153x5[SVN 30839]

Author: wilbertp | Date: 04 June 2014 22:30:17

  • (MESS) msx.c: Added support for Arc (nw)

UME 0.153x5[SVN 30838]

Author: curtcode | Date: 04 June 2014 22:29:13

  • (MESS) ql: Added slot interfaces for the expansion and ROM cartridge ports. Modernized the Sandy Super Disk, Sandy SuperQBoard, and Miracle Trump Card floppy interfaces. Added a device for the QIMI (not working yet). Created skeletons for several expansion cards. [Curt Coder]

UME 0.153x5[SVN 30837]

Author: wilbertp | Date: 04 June 2014 21:46:54

  • (MESS) msx.c: Added support for mapper used by halnote (nw)

UME 0.153x5[SVN 30836]

Author: wilbertp | Date: 04 June 2014 21:16:15

  • (MESS) msx2_cart/flop.xml: Added description for Arc and moved Halnote description to msx2_flop.xml. (nw)

UME 0.153x5[SVN 30835]

Author: wilbertp | Date: 04 June 2014 20:13:06

  • (MESS) msx.c: Added support for protection used by Baby Dinosaur Dooly (hopefully complete). (nw)

UME 0.153x5[SVN 30834]

Author: wilbertp | Date: 04 June 2014 18:57:35

  • (MESS) msx.c: Added support for mapper used by Holy Quran. [hap, Wilbert Pol]

UME 0.153x5[SVN 30833]

Author: ivanva | Date: 04 June 2014 18:14:37

  • Fixed interact.c regression (nw)

UME 0.153x5[SVN 30832]

Author: curtcode | Date: 04 June 2014 15:59:20

  • (MESS) ql: Peripherals WIP. (nw)

UME 0.153x5[SVN 30831]

Author: curtcode | Date: 04 June 2014 15:58:33

  • (MESS) Fixed rom size. (nw)

UME 0.153x5[SVN 30830]

Author: oliverst | Date: 04 June 2014 15:43:21

  • (MESS) more unsupported software flagging (nw)

UME 0.153x5[SVN 30829]

Author: oliverst | Date: 04 June 2014 15:18:38

  • (MESS) flagged some software as unsupported (nw)

UME 0.153x5[SVN 30828]

Author: miodragm | Date: 04 June 2014 14:54:36

  • ah forgot to commit this (nw)

UME 0.153x5[SVN 30827]

Author: curtcode | Date: 04 June 2014 13:34:08

  • (MESS) ql: Floppy WIP. (nw)

UME 0.153x5[SVN 30826]

Author: miodragm | Date: 04 June 2014 12:53:08

  • Added SQLite3 for future use, not linked in main binary till proved compiling good on all platforms (nw)

UME 0.153x5[SVN 30825]

Author: curtcode | Date: 04 June 2014 12:37:59

  • (MESS) ql: Expansions WIP. (nw)

UME 0.153x5[SVN 30824]

Author: dhaywood | Date: 04 June 2014 12:24:58

  • misc, trying to understand comms (nw)

UME 0.153x5[SVN 30823]

Author: miodragm | Date: 04 June 2014 09:31:48

  • fixed compile (nw)

UME 0.153x5[SVN 30822]

Author: miodragm | Date: 04 June 2014 09:10:44

  • Updated to latest mongoose, used new added features (nw)

UME 0.153x5[SVN 30821]

Author: alexjack | Date: 04 June 2014 09:08:09

  • Clean up hotchase and tail2nos as requested by Fabio. Use official (and actually formerly trademarked in the US) name for the k051316 as longname (nw)

UME 0.153x5[SVN 30820]

Author: briantro | Date: 04 June 2014 03:31:23

  • peplus.c: Correct percentages for Treasure Chest bonus so it can equal 100% - NW

UME 0.153x5[SVN 30819]

Author: tafoid | Date: 04 June 2014 02:18:59

  • Verified and added to mess.lst 1 rom set which was mistakenly missing but had rom_start and game( macros set up for it. Added mm4tk (mephisto.c). (nw)

UME 0.153x5[SVN 30818]

Author: dhaywood | Date: 04 June 2014 01:53:02

  • refactor slightly (nw)

UME 0.153x5[SVN 30817]

Author: dhaywood | Date: 03 June 2014 22:02:09

  • more notes (nw)

UME 0.153x5[SVN 30816]

Author: wilbertp | Date: 03 June 2014 20:30:04

  • (MESS) msx.c: Added support for keyboard master prototype. (nw)

UME 0.153x5[SVN 30815]

Author: dhaywood | Date: 03 June 2014 19:11:48

  • more notes / guesses (nw)

UME 0.153x5[SVN 30814]

Author: fabiopri | Date: 03 June 2014 18:14:04

  • these lines were fine (I had removed them as an experiment only). nw.

UME 0.153x5[SVN 30813]

Author: fabiopri | Date: 03 June 2014 18:08:51

  • (MESS) nes.c: fixed WRAM banking for MMC5, so that Bandit Kings of Ancient China
  • (and Suikoden - Tenmei no Chikai) can be considered as working. Also fixed wrong
  • battery size for Aoki Ookami to Shiroki Mejika - Genchou Hishi in xml, which was causing
  • a "Memory Over" error message ingame. [Fabio Priuli]
  • out of whatsnew: apparently the current WRAM mirroring (based on nesdev wiki notes)
  • causes glitches in some of these games. I hope to improve this soonish.

UME 0.153x5[SVN 30812]

Author: wilbertp | Date: 03 June 2014 18:08:27

  • (MESS) msx1/msx2_cart.xml: Notes (nw)

UME 0.153x5[SVN 30811]

Author: dhaywood | Date: 03 June 2014 16:11:42

  • more board layout (nw)

UME 0.153x5[SVN 30810]

Author: robbbert | Date: 03 June 2014 15:57:09

  • removed leading space from rom name

UME 0.153x5[SVN 30809]

Author: curtcode | Date: 03 June 2014 15:23:51

  • (MESS) ql_flop.xml: Added The Simulator. (nw)

UME 0.153x5[SVN 30808]

Author: fabiopri | Date: 03 June 2014 15:10:12

  • macro naming clean up (was a copy&paste mistake from 30693). nw.

UME 0.153x5[SVN 30807]

Author: fabiopri | Date: 03 June 2014 14:57:27

  • k051316: converted to use device_gfx_interface, inline configs and delegates. nw.

UME 0.153x5[SVN 30806]

Author: dhaywood | Date: 03 June 2014 14:55:01

  • some notes on how things connect (nw)

UME 0.153x5[SVN 30805]

Author: miodragm | Date: 03 June 2014 14:03:14

  • Placing reverting options on proper place (nw)

UME 0.153x5[SVN 30804]

Author: curtcode | Date: 03 June 2014 13:54:19

  • (MESS) ql: Expansions WIP. (nw)

UME 0.153x5[SVN 30803]

Author: tafoid | Date: 03 June 2014 13:47:10

  • Clarified and added to mame.lst 4 rom sets which were mistakenly missing but had rom_start and game( macros set up. These include: fcocku2_4c, fcockt2_4e, pex2029p and jngld_l1. In other cases of unused rom sets - I reverted to #if'ing the whole section while consolidating and deleting entries, if possible. (nw)
  •  

UME 0.153x5[SVN 30802]

Author: curtcode | Date: 03 June 2014 13:37:42

  • (MESS) ql: Expansions WIP. (nw)

UME 0.153x5[SVN 30801]

Author: curtcode | Date: 03 June 2014 12:58:17

  • (MESS) ql: Expansions WIP. (nw)

UME 0.153x5[SVN 30800]

Author: curtcode | Date: 03 June 2014 12:42:56

  • (MESS) ql: Expansion WIP. (nw)

UME 0.153x5[SVN 30799]

Author: curtcode | Date: 03 June 2014 11:54:04

  • (MESS) ql: Expansion WIP. (nw)

UME 0.153x5[SVN 30798]

Author: curtcode | Date: 03 June 2014 09:28:53

  • (MESS) ql: Added ROM cartridge slot interface. (nw)

UME 0.153x5[SVN 30797]

Author: alexjack | Date: 03 June 2014 08:39:21

  • Added some more friendly macros to help define custom palette formats (nw)

UME 0.153x5[SVN 30796]

Author: barryrod | Date: 03 June 2014 08:12:54

  • revert r30583, it breaks -ramsize option (no whatsnew)

UME 0.153x5[SVN 30795]

Author: alexjack | Date: 03 June 2014 07:54:46

  • thunderx.c: add xtals (nw)

UME 0.153x5[SVN 30794]

Author: miodragm | Date: 03 June 2014 07:46:06

  • New macro added for per driver defined palette formats (nw)

UME 0.153x5[SVN 30793]

Author: curtcode | Date: 03 June 2014 07:39:56

  • Fixed clang build. (nw)

UME 0.153x5[SVN 30792]

Author: briantro | Date: 03 June 2014 03:32:27

  • zr107.c: Consistent naming conventions - NW

UME 0.153x5[SVN 30791]

Author: tafoid | Date: 03 June 2014 03:12:32

  • Fixed up known same label/different hash instances in source (nw)

UME 0.153x5[SVN 30790]

Author: couriers | Date: 03 June 2014 01:48:42

  • Disable printf logging of stats

UME 0.153x5[SVN 30789]

Author: couriers | Date: 03 June 2014 01:47:27

  • Quite a number of changes:
  • - templates to provide operations for fixed matrix sizes
  • - sorting of nets to increase convergence
  • - successive over relaxation - for popeye a parameter of 1.05 works best.
  • - The code commented out may provide benefits on different architectures like true
  • vector architectures.
  •  
  • Popeye run peaks at 1800% (up 20%) and pong has a slight performance increase as well.

UME 0.153x5[SVN 30788]

Author: crazyc | Date: 03 June 2014 01:05:52

  • (mess) x68k: fix text layer clear and gfx buffer mode (nw)

UME 0.153x5[SVN 30787]

Author: alexjack | Date: 03 June 2014 00:38:11

  • Revert unneccessary change to memarray.c; change another emupal.c assert to assert_always; restore joust2r1 which was accidentally removed from mame.lst (nw)

UME 0.153x5[SVN 30786]

Author: robertof | Date: 02 June 2014 23:40:16

  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.153x5[SVN 30785]

Author: wilbertp | Date: 02 June 2014 22:22:18

  • (MESS) msx2_cart.xml: mirai seems to work now (nw)

UME 0.153x5[SVN 30784]

Author: alexjack | Date: 02 June 2014 22:14:25

  • k053252.c: fix an off-by-one error, allowing various Konami games to actually match their Guru-measured vsyncs (nw)

UME 0.153x5[SVN 30783]

Author: hap | Date: 02 June 2014 20:33:50

  • fix regression: http://mametesters.org/view.php?id=5598

UME 0.153x5[SVN 30782]

Author: hap | Date: 02 June 2014 20:31:13

  • added irq ack

UME 0.153x5[SVN 30781]

Author: hap | Date: 02 June 2014 20:30:32

  • some cleanup while i was trying to find the cause of this:
  • http://mametesters.org/view.php?id=5537

UME 0.153x5[SVN 30780]

Author: wilbertp | Date: 02 June 2014 20:25:47

  • don't log to stdout (nw)

UME 0.153x5[SVN 30779]

Author: wilbertp | Date: 02 June 2014 20:22:54

  • (MESS) msx.c: Added harry fox mapper (nw)

UME 0.153x5[SVN 30778]

Author: hap | Date: 02 June 2014 19:27:04

  • nw

UME 0.153x5[SVN 30777]

Author: tafoid | Date: 02 June 2014 18:16:56

  • (MESS) exelv.c [Gilles Fétis]
  • Improved emulation in driver to the point where exl100 will successfully load and execute cartridges. Still lacking any input at the moment.

UME 0.153x5[SVN 30776]

Author: hap | Date: 02 June 2014 18:11:28

  • small correction from gregf

UME 0.153x5[SVN 30775]

Author: hap | Date: 02 June 2014 17:09:38

  • Mamesick removed fhawk irq hack

UME 0.153x5[SVN 30774]

Author: crazyc | Date: 02 June 2014 16:04:32

  • (mess) x68k: apply the intensity bit to fix some transparency issues and slightly change gfx layer blending (nw)

UME 0.153x5[SVN 30773]

Author: dhaywood | Date: 02 June 2014 14:42:24

  • confirm kenseim dipswitch ports by looking at code (nw)

UME 0.153x5[SVN 30772]

Author: dhaywood | Date: 02 June 2014 12:16:19

  • new clones
  • Miss Pukman ('Made in Greece' bootleg) [AUMAP]
  • Zero Time (Datamat) [AUMAP]
  • these are both bootlegs produced in the early 90s by Datamat, Datamat still operate as Datasat http://datasat.info/

UME 0.153x5[SVN 30771]

Author: ivanva | Date: 02 June 2014 08:01:58

  • hec2hrp.c converted to ioport_array (nw)

UME 0.153x5[SVN 30770]

Author: crazyc | Date: 02 June 2014 04:30:04

  • (mess) x68k: experiments in layer blending (nw)

UME 0.153x5[SVN 30769]

Author: alexjack | Date: 02 June 2014 03:29:01

  • surpratk.c: convert to bankdev, add xtal, remove KONAMI_ROM_DEINTERLEAVE. gradius3.c: add xtal (nw)

UME 0.153x5[SVN 30768]

Author: dhaywood | Date: 02 June 2014 00:51:49

  • add some leds (nw)

UME 0.153x5[SVN 30767]

Author: briantro | Date: 01 June 2014 23:38:37

  • cbuster.c: Put clock speed comment on correct line - NW

UME 0.153x5[SVN 30766]

Author: briantro | Date: 01 June 2014 23:35:34

  • cbuster.c: Correct Crude Buster / Two Crude to use actual measured clock speeds. [Artemio Urbina]

UME 0.153x5[SVN 30765]

Author: wilbertp | Date: 01 June 2014 21:57:05

  • (MESS) msx.c: Added support for mapper used by Super Swangi (nw)

UME 0.153x5[SVN 30764]

Author: hap | Date: 01 June 2014 21:21:10

  • improve lemnangl dips

UME 0.153x5[SVN 30763]

Author: wilbertp | Date: 01 June 2014 20:36:29

  • (MESS) msx.c: Added preliminary sfg01 support (nw)

UME 0.153x5[SVN 30762]

Author: crazyc | Date: 01 June 2014 20:19:37

  • x68k: compose the gfx and sprite/bg layers individually before drawing to the screen [Carl]

UME 0.153x5[SVN 30761]

Author: briantro | Date: 01 June 2014 19:14:45

  • williams.c: Make it "pretty" - alignment - NW

UME 0.153x5[SVN 30760]

Author: briantro | Date: 01 June 2014 19:02:08

  • New Midnight Run clone
  • Add credits and minor whitespace clean-up
  • New Clone Added
  • ---------------------------

UME 0.153x5[SVN 30759]

Author: briantro | Date: 01 June 2014 18:58:54

  • New Midnight Run clone
  • New Clone Added
  • ---------------------------

UME 0.153x5[SVN 30758]

Author: wilbertp | Date: 01 June 2014 16:47:35

  • mips3.c: Modernised cpu core (nw)

UME 0.153x5[SVN 30757]

Author: dhaywood | Date: 01 June 2014 15:59:51

  • fix compile (nw)

UME 0.153x5[SVN 30756]

Author: robbbert | Date: 01 June 2014 14:26:55

  • (MESS) LX800: connected up analog inputs.

UME 0.153x5[SVN 30755]

Author: couriers | Date: 01 June 2014 13:07:48

  • Document & save work. Pretty convoluted code now. I'd really miss the good old Cray C90. Clean Fortran code, seamless vectorization and parallelization. That's now 20 years ago and I am fighting with cryptic vectorization compiler messages today.

UME 0.153x5[SVN 30754]

Author: alexjack | Date: 01 June 2014 10:45:32

  • gradius3: remove KONAMI_ROM_DEINTERLEAVE and some no longer needed code (nw)
  • k051960, k052109: remove m_dx and m_dy, already nonfunctional since devicefication.
  • These chips don't have variable offsets like the later Konami customs do
  • (Gradius 3 title screen being offset 2 pixels to the left is a BTANB, see MT #4118)

UME 0.153x5[SVN 30753]

Author: ivanva | Date: 01 June 2014 08:44:04

  • p2000t.c now uses ioport_array (nw)

UME 0.153x5[SVN 30752]

Author: tafoid | Date: 01 June 2014 06:18:24

  • New clones added
  • -----------

UME 0.153x5[SVN 30751]

Author: mnaberez | Date: 31 May 2014 19:38:36

  • (MESS) c8050: Added ROM signatures for 901483-04. [Paul Rickards, Mike Naberezny]

UME 0.153x5[SVN 30750]

Author: dhaywood | Date: 31 May 2014 19:37:11

  • how do we work out the cps1 video tables from the equations again? is there a tool or was it all done manually? (nw)

UME 0.153x5[SVN 30749]

Author: sronco | Date: 31 May 2014 19:04:22

  • adp.c updates: [Sandro Ronco]
  • - Added NVRAM support.
  • - Hooked up RTC.
  • - Added inputs to fstation.
  • - Removed unused code.
  • hd63484: fixed CP position after PTN command and some cleanups. (nw)

UME 0.153x5[SVN 30748]

Author: dhaywood | Date: 31 May 2014 19:03:50

  • misc changes (nw)

UME 0.153x5[SVN 30747]

Author: briantro | Date: 31 May 2014 18:35:02

  • cbuster.c: Fix over zealous cut-n-paste - NW

UME 0.153x5[SVN 30746]

Author: dhaywood | Date: 31 May 2014 18:01:10

  • notes (nw)

UME 0.153x5[SVN 30745]

Author: briantro | Date: 31 May 2014 16:41:43

  • cbuster.c: Add PCB locations to the Crude Buster / Two Crude sets [Artemio Urbina]
  • Out of whatsnew: Corrected some rom names, reordered the US sets as the recent addition is revision 01. Added more descriptive names in the gamedef to reflect revision 01 sets.

UME 0.153x5[SVN 30744]

Author: hap | Date: 31 May 2014 15:11:47

  • fix Ken's double whine in sfiii

UME 0.153x5[SVN 30743]

Author: dhaywood | Date: 31 May 2014 14:46:33

  • kenseim fleshing out (nw)

UME 0.153x5[SVN 30742]

Author: dhaywood | Date: 31 May 2014 13:58:58

  • may as well do this now (nw)

UME 0.153x5[SVN 30741]

Author: dhaywood | Date: 31 May 2014 13:46:59

  • update csplayh5.c (nw)
  • (these Nichibutsu games all seem to use common sound systems, so we could probably combine the sound system emulation in a single file rather then duplicating it)

UME 0.153x5[SVN 30740]

Author: dirkbest | Date: 31 May 2014 13:02:17

  • Amiga: Add very basic POT counter emulation, enough for Space Ranger to
  • detect the second button.

UME 0.153x5[SVN 30739]

Author: dhaywood | Date: 31 May 2014 12:36:40

  • use generic palette handling, remove artificial brightness boost (nw)

UME 0.153x5[SVN 30738]

Author: dhaywood | Date: 31 May 2014 12:25:41

  • improve the note to mention exactly what is changed (nw)

UME 0.153x5[SVN 30737]

Author: dhaywood | Date: 31 May 2014 12:03:14

  • new clones
  • Two Crude (US, set 2) [system11]

UME 0.153x5[SVN 30736]

Author: dhaywood | Date: 31 May 2014 11:41:12

  • nbmj9195.c now uses the TMZ84C011 core with callbacks (nw)

UME 0.153x5[SVN 30735]

Author: alexjack | Date: 31 May 2014 09:33:05

  • Fix lethalen sprite regression; adjust ROM loading so at least some of the mask ROM tests pass (nw)

UME 0.153x5[SVN 30734]

Author: miodragm | Date: 31 May 2014 07:52:58

  • reverted due to breaking official toolchain and 4.8.2 32 bit is buggy as hell (nw)

UME 0.153x5[SVN 30733]

Author: barryrod | Date: 31 May 2014 04:12:35

  • x68k: fix SRAM write protect breakage from r30715 (no whatsnew)

UME 0.153x5[SVN 30732]

Author: philipbe | Date: 31 May 2014 01:22:55

  • williams.c - Added two video board PROMs to joust2 and made ROM names more descriptive [Joe Magiera]
  • New clones added:
  • Joust 2 - Survival of the Fittest (revision 1) [Joe Magiera]

UME 0.153x5[SVN 30731]

Author: crazyc | Date: 30 May 2014 23:40:20

  • x68k: make screen rgb and split palette (nw)
  • mongoose: mingw-gcc 4.8 compile fix (nw)

UME 0.153x5[SVN 30730]

Author: alexjack | Date: 30 May 2014 22:30:14

  • niyanpai.c: blitter registers are 8-bit; fix m68000 regression (nw)

UME 0.153x5[SVN 30729]

Author: dhaywood | Date: 30 May 2014 21:23:03

  • start to make the z84 a proper cpu type, migrate code from niyanpai to the cpu.
  • spent most of the day (many hours) trying to work out why this was hanging with my changes only to find out the 68k change broke the driver (it's still broken, i don't have time to fix it) :/

UME 0.153x5[SVN 30728]

Author: dirkbest | Date: 30 May 2014 19:30:34

  • Amiga: Emulate DIWHIGH register for ECS machines, reduce some code
  • duplication.

UME 0.153x5[SVN 30727]

Author: angelosa | Date: 30 May 2014 18:52:58

  • Fixed XTALs in Tecmo 16, corrected OKI clock, nw

UME 0.153x5[SVN 30726]

Author: hap | Date: 30 May 2014 18:19:34

  • fix aceattac analog inputs

UME 0.153x5[SVN 30725]

Author: dhaywood | Date: 30 May 2014 17:32:56

  • fix regression caused by 68k change (nw)

UME 0.153x5[SVN 30724]

Author: couriers | Date: 30 May 2014 17:04:08

  • Netlist changes:
  • - Reworked the analog storage model to better support the compiler.
  • This will most likely only pay off on larger matrices than currently used.
  • Investment for future platforms with larger vectors
  • - Added parameter "GS_THRESHOLD" to select the minimum matrix size for Gauss-Seidel solver
  • - pstate: pointer will be resolved late, i.e. after all initialization is finished.
  • State is registered during start, but some pointers are only set during post_load in the solver.

UME 0.153x5[SVN 30723]

Author: tafoid | Date: 30 May 2014 15:04:12

  • Device description fixes from MASH (nw)

UME 0.153x5[SVN 30722]

Author: tafoid | Date: 30 May 2014 14:48:47

  • Compile fix for some GCCs - patch sent to author - from Micko. (nw)

UME 0.153x5[SVN 30721]

Author: curtcode | Date: 30 May 2014 13:16:03

  • clang compile fix, please submit to mongoose baseline. (nw)

UME 0.153x5[SVN 30720]

Author: curtcode | Date: 30 May 2014 13:13:31

  • clang compile fix. (nw)

UME 0.153x5[SVN 30719]

Author: dhaywood | Date: 30 May 2014 12:17:41

  • wc90 sprites refactor (nw)

UME 0.153x5[SVN 30718]

Author: alexjack | Date: 30 May 2014 11:24:29

  • bladestl.c: add RC filters to YM2203 SSG channels (based on schematic, identical to ddribble) [Alex Jackson]

UME 0.153x5[SVN 30717]

Author: miodragm | Date: 30 May 2014 11:18:47

  • Updated to latest mongoose code in agreement with author (nw)

UME 0.153x5[SVN 30716]

Author: dhaywood | Date: 30 May 2014 11:11:08

  • guess 30715 broke this logic (nw)

UME 0.153x5[SVN 30715]

Author: alexjack | Date: 30 May 2014 05:05:49

  • m68000: Do what the real M68K does on byte writes. Fix the debugger so watchpoints continue to work as expected [Alex Jackson]

UME 0.153x5[SVN 30714]

Author: dhaywood | Date: 30 May 2014 01:53:50

  • new NOT WORKING
  • Kensei Mogura (1994.04.18, Ver 1.00) [Alan Meades, Porchy]
  • (I'll be looking at this more over the coming days)

UME 0.153x5[SVN 30713]

Author: alexjack | Date: 30 May 2014 00:40:00

  • fix build (nw)

UME 0.153x5[SVN 30712]

Author: andreasn | Date: 30 May 2014 00:08:08

  • FD1094's documentation updates & cleanups [Andreas Naive]

UME 0.153x5[SVN 30711]

Author: dhaywood | Date: 29 May 2014 22:46:29

  • move some tecmo sprite code around for later refactoring (nw)

UME 0.153x5[SVN 30710]

Author: dirkbest | Date: 29 May 2014 18:02:55

  • Remove cd32.h, no longer needed

UME 0.153x5[SVN 30709]

Author: couriers | Date: 29 May 2014 17:45:20

  • Further work on vectorization. Works, but not yet finished.

UME 0.153x5[SVN 30708]

Author: couriers | Date: 29 May 2014 15:03:07

  • Further work on vectorization. Works but not yet finished.

UME 0.153x5[SVN 30707]

Author: robbbert | Date: 29 May 2014 12:15:11

  • In the File Manager, if the path is invalid, show the list of drives instead of an empty menu.

UME 0.153x5[SVN 30706]

Author: alexjack | Date: 29 May 2014 10:03:42

  • Remove more KONAMI_ROM_DEINTERLEAVEs; SHUFFLE8 and DEINTERLEAVE_4 are entirely gone now (nw)

UME 0.153x5[SVN 30705]

Author: miodragm | Date: 29 May 2014 07:24:44

  • Added sc-3000 bit format to castool (nw)

UME 0.153x5[SVN 30704]

Author: briantro | Date: 29 May 2014 03:55:03

  • peplus.c: Document how the Treasure Chest bonus round works for the PP0816 set. - NW

UME 0.153x5[SVN 30703]

Author: couriers | Date: 29 May 2014 01:17:27

  • More cleanups and one bug: resize should never have been public in plists.h

UME 0.153x5[SVN 30702]

Author: andreasn | Date: 28 May 2014 23:02:13

  • Fix to FD1094 317-0059's key (nw)

UME 0.153x5[SVN 30701]

Author: couriers | Date: 28 May 2014 19:03:05

  • Dead code removal

UME 0.153x5[SVN 30700]

Author: couriers | Date: 28 May 2014 18:54:56

  • Netlist updates and bugfixes
  • - improved convergence code (max(epsilon) instead of sum(epsilon))
  • - identified needless updates
  • - changed NE555 discharge current to a value in the order of the datasheet
  • - improved dynamic time-stepping.
  • Dynamic time-stepping is not used by any current implementation right now since any fast discharge will be resolved to mV levels imposing nano-second timesteps. Great and exact but deadly for performance.

UME 0.153x5[SVN 30699]

Author: robbbert | Date: 28 May 2014 13:20:03

  • Generic keyboard / terminal: added function keys. Clean build needed.
  • Values are 0x81 to 0x8c (F1 to F12)
  • If CTRL pressed, add 0x10
  • If SHIFT pressed, add 0x20
  • This gives 48 new keys for special terminal functions, etc.

UME 0.153x5[SVN 30698]

Author: dhaywood | Date: 28 May 2014 12:54:15

  • some improvements to the mastninj bootleg emulation (nw)

UME 0.153x5[SVN 30697]

Author: robbbert | Date: 28 May 2014 11:11:54

  • (MESS) applix: set dips default to allow booting

UME 0.153x5[SVN 30696]

Author: robbbert | Date: 28 May 2014 09:48:28

  • (MESS) uts20: some work

UME 0.153x5[SVN 30695]

Author: alexjack | Date: 28 May 2014 09:42:56

  • k053245: remove deinterleave crap, clean up (nw)

UME 0.153x5[SVN 30694]

Author: dirkbest | Date: 28 May 2014 09:12:56

  • Amiga: Rendering update, always render the full height to allow mixed
  • mode screens. LACE and LOF bits should now work closer to the real
  • system.

UME 0.153x5[SVN 30693]

Author: fabiopri | Date: 28 May 2014 05:57:45

  • k053244/k053245: converted to use inline configs, delegates and device_gfx_interface. nw.
  • 6bpp graphics (i.e. lethalen sprites) is currently broken, because it needs further refactoring
  • (currently in progress)

UME 0.153x5[SVN 30692]

Author: alexjack | Date: 28 May 2014 03:31:16

  • mystwarr.c: fix mask ROM tests, broken since video was devicefied (nw)

UME 0.153x5[SVN 30691]

Author: barryrod | Date: 28 May 2014 03:27:06

  • vga_ati: added some selectable VLB and PCI BIOSes so they can be documented (no whatsnew)

UME 0.153x5[SVN 30690]

Author: alexjack | Date: 28 May 2014 02:52:31

  • neogeo: use real palette_device (nw)

UME 0.153x5[SVN 30689]

Author: alexjack | Date: 28 May 2014 01:14:36

  • xexex.c: small cleanup to audiocpu banking; start removal of KONAMI_ROM_DEINTERLEAVE crap (nw)

UME 0.153x5[SVN 30688]

Author: hap | Date: 27 May 2014 18:33:02

  • nw

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.161

Points of Interest

The main thing of interest over the last 2 months comes in the form of the emulation progress made with the old handheld games, most of these are MCU based, so simply seeing somebody dumping them is an achievement, and beyond that the work required to create artwork etc. means that the number of them we see marked as working in this release is phenomenal. Some screenshots of these running were uploaded here. Most of these require external artwork to be functional, the current artwork being used can be found here.

Ted Green’s improvements to the driver for the more recent Golden Tee games continue to be a revelation, many of them boot and can actually be played to a degree, although there are still graphical issues (of note the map display on the bottom left) and no sound. They also require a pretty beefy machine but do actually hover around 100% on my new setup (faster when unthrottled but a bit uneven when throttled as the CPU load for each individual frame varies quite a lot) Interestingly the version we have marked as ‘Golden Tee Fore 2002′ actually shows 2003, I’m not sure if that means we’re missing a real 2002 set?

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.159

Points of Interest

 

.159 could be the point where interesting work being done in the MESS side of the project really overtakes the work being done on the arcade hardware.

 

Recent work on decapping / reading out MCUs from old electronic toys, as well as lots of work from hap on the CPU core to run them means that those represent some of the more noteworthy pieces of progress in this release. A number of them really need good quality external artwork files if they’re to be fully playable. Obviously the scope for this kind of work, and potential it has is expansive; we might even see a number of the things currently handled by MADrigal’s simulators emulated at a CPU level if they turn out to use MCUs we can read and emulate, and running the original game code is obviously a big step up from simulation of all the game logic.

There are some bits of MAME progress that you might find interesting however, obviously there’s PuzzLove shown below, and Super Miss World (which is an alt version of Miss World ’96) but some of the clones are potentially a bit spicier... [read more]

 

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.158

Points of Interest

0.158 represents steady progress in the right direction, all of the recent progress you’ve seen here is included, and a couple of things that I’ve not covered too, including what seems to be a rare original Italian game called ‘Star Trek’ running on Head On hardware) I’m inclined to think it should have a thruster sound instead of the car skid sound from Head On tho ;-) It’s not a game you’re going to lose sleep over playing, but does appear to be a very rare find!

There are some important little bugfixes in there too, things like the fix for the Space Harrier MCU simulation (it was doing the very subtle job of setting some bonus lives flags, not easy to catch) and priorities on one of the Batrider bosses (although if anybody notices any new priority bugs in the Toaplan 2 driver with 0.158 please do let me know) Super Punch Out also had an annoying reset ug in 0.157 due to premature removal of some protection workarounds, that’s fixed too. Work was also done on the -mt flag to fix a number of palette glitches that occured when using it, while I haven’t tested it extensively it might be safe to use once again for a fractional performance gain. (unless you have really bad video card drivers that are dog slow in even doing a simple blit, in which case the gain is more noticable) A number of Windows specific issues were also fixed in the SDL builds, which is why I’m offering those again for this release, more on that later tho.

Tetris heads will be happy to know that TGM2 is now set to the correct ~61.7 refresh rate, rather than the incorrect ’60’, meaning that timing should now properly match the PCB, even if that means the ingame timer is no longer counting real seconds (it assumes 60fps)

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.157

Points of Interest

  • 0.157 is fairly light on the ‘new working games’ side of things, but there have been a couple of important revision fixes including a fix for the flickering sprites in ‘720’ that has plagued MAME since some rewrites a few years back.
  • In the MESS side there have been improvements to the recently added Gamate driver as well as many other changes to less well known systems – it’s definitely worth checking out the progress logs there.

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.156

Points of Interest

  • Official whatsnew texts for (MAME, MESS) provide full details of what has changed since 0.155
NOWSZY [multi] Universal Machine Emulator (UME) 0.155

Points of Interest

  • Not a great deal has changed from a user-visible point of view since the last ‘ex’ build, but I’ll cover some highlights, and anything interesting I missed from the entire cycle soonish. read more

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.154x5

Points of Interest

  • TRaiden II changes. One thing I didn’t realise about Raiden II is that your ship hitbox becomes larger when you reach a certain powerup level, making bullets more difficult to judge. Experts on the game are well aware of this however, and pointed out a situation in MAME where the hitboxes didn’t seem correct. Sometimes large objects need to fit through small spaces, and it is known that even with a fully powered up ship it should be possible to pass through the 1st attack by the 2nd stage boss as long as you really are dead on center. This was possible in MAME on the r2dx_v33 sets (V33 hardware) where collisions were done in the game software, and in the Playstation port, it however wasn’t possible using the regular Raiden II / DX sets
  • Gundam Wing: Endless Duel is a bootleg of the Japanese SNES game ‘Shin Kidou Senki Gundam W – Endless Duel’ adapted for arcade use. It seems that SNES games were a popular target for this kind of bootlegging as we already have several supported in MAME. Typically the bootleggers also encrypted the games, and added additional protection. As a result of these extra protections it took quite a long time, and a number of devs to finally figure this one out. (Peter Ferrie for protection, iq_132 for decryption, and stephh making a rare appearance for the inputs). read more

UME 0.154 [SVN 32608]Author: dhaywood | Date: 10 October 2014 00:17:14

  • make the orlegend111t set work [iq_132]

UME 0.154 [SVN 32607]

Author: tafoid | Date: 09 October 2014 23:40:24

  • Some mame.mak file cleanups/consolidations - adding a couple items mistakenly left out. (nw)

UME 0.154 [SVN 32606]

Author: dhaywood | Date: 09 October 2014 23:37:52

  • in no universe is this a working system ;-) (nw)

UME 0.154 [SVN 32605]

Author: dhaywood | Date: 09 October 2014 21:29:38

  • apparently R2 collisions are more correct like this - it should be possible to pass through the 2nd boss 'straight' attack with a fully powered up ship.
  • (it's also more consistent with collisions in r2dx_v33 where you can - that does collisions in software)

UME 0.154 [SVN 32604]

Author: dhaywood | Date: 09 October 2014 21:03:02

  • from rtw (nw)

UME 0.154 [SVN 32603]

Author: dhaywood | Date: 09 October 2014 20:38:33

  • misc additions (nw)

UME 0.154 [SVN 32602]

Author: hap | Date: 09 October 2014 19:44:44

  • removed this duplicate sketch

UME 0.154 [SVN 32601]

Author: fabiopri | Date: 09 October 2014 19:17:13

  • some more generic cart slots. nw.

UME 0.154 [SVN 32600]

Author: dhaywood | Date: 09 October 2014 18:28:56

  • new clones
  • Raiden II (Raiden DX hardware)
  • Raiden DX (China, Ideal International Development Corp license)
  • (just some old sets that were dumped years ago and never added)

UME 0.154 [SVN 32599]

Author: dhaywood | Date: 09 October 2014 15:00:54

  • change note (nw)

UME 0.154 [SVN 32598]

Author: dhaywood | Date: 09 October 2014 14:32:55

  • added handcrafted MCU rom with corrected level table pointer data for the new set to make it work (nw)
  • note, I think the handcrafted data in arkanoidja has a bad value when compared to the other sets?

UME 0.154 [SVN 32597]

Author: ivanva | Date: 09 October 2014 13:15:17

  • atarisy4.c: converted from polylgcy.h to poly.h (nw)

UME 0.154 [SVN 32596]

Author: dhaywood | Date: 09 October 2014 12:47:48

  • new clones
  • Arkanoid (Japan) [ShouTime]
  • (doesn't work, MCU isn't dumped.)

UME 0.154 [SVN 32595]

Author: tafoid | Date: 09 October 2014 10:02:16

  • Some minor mame.mak cleanup. (nw)
  • Comments: I eventually will be consolidating more of these bits and attaching them to their proper driver.

UME 0.154 [SVN 32594]

Author: fabiopri | Date: 09 October 2014 08:27:56

  • and one more. nw.

UME 0.154 [SVN 32593]

Author: fabiopri | Date: 09 October 2014 08:13:20

  • a few more generic cart slots. nw.

UME 0.154 [SVN 32592]

Author: fabiopri | Date: 09 October 2014 04:50:39

  • whoops III (and hopefully last). nw.

UME 0.154 [SVN 32591]

Author: robbbert | Date: 09 October 2014 04:12:07

  • gts80.c: WIP

UME 0.154 [SVN 32590]

Author: barryrod | Date: 09 October 2014 03:32:51

  • trident: reworked Bresenham line drawing. It's better, but I'm still not convinced it's completely accurate.

UME 0.154 [SVN 32589]

Author: tafoid | Date: 09 October 2014 00:57:17

  • Make cheat initialization debugger message more verbose. [Pugsy]

UME 0.154 [SVN 32588]

Author: villelin | Date: 09 October 2014 00:42:55

  • 53c810.c: reading DSTAT clears DIP bit in ISTAT. (nw)

UME 0.154 [SVN 32587]

Author: robbbert | Date: 09 October 2014 00:38:34

  • (MESS) fixed compile.

UME 0.154 [SVN 32586]

Author: wilbertp | Date: 08 October 2014 21:49:24

  • (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol]

UME 0.154 [SVN 32585]

Author: curtcode | Date: 08 October 2014 19:45:00

  • clang compile fix. (nw)

UME 0.154 [SVN 32584]

Author: fabiopri | Date: 08 October 2014 19:31:50

  • whoops II.

UME 0.154 [SVN 32583]

Author: fabiopri | Date: 08 October 2014 17:50:04

  • whoops...

UME 0.154 [SVN 32582]

Author: fabiopri | Date: 08 October 2014 17:42:01

  • (MESS) intv: converted the driver to use slot devices for
  • cartridges and implemented the IntelliVoice expansion and
  • the Entertainment Computer System expansion as passthru
  • devices. The official syntax to launch games requiring the
  • speech expansion is now
  • mess intv -cart voice -cart2 gamename
  • which corresponds to mounting the IntelliVoice and plugging
  • the game cart in its subslot. The official syntax to launch games
  • requiring the ECS expansion is now instead
  • mess intv -cart ecs -cart2 gamename
  • and
  • mess intv -cart ecs -cart2 voice -cart3 gamename
  • if the game requires both expansions at once. For additional user
  • friendliness, we also offer intvecs (which emulates an Intellivision
  • unit with both expansions added) and intvoice (which emulates
  • an Intellivision with Intellivoice expansion added) drivers, where
  • games can simply be mounted with the -cart media switch. [Fabio
  • Priuli]

UME 0.154 [SVN 32581]

Author: fabiopri | Date: 08 October 2014 04:55:03

  • (MESS) odyssey2: added a bunch of homebrew titles released on carts. nw.
  • (MESS) wswan: fixed emulation of a couple of titles, which regressed with the conversion to slot carts. nw.

UME 0.154 [SVN 32580]

Author: robbbert | Date: 07 October 2014 23:09:07

  • gts80.c: placeholder

UME 0.154 [SVN 32579]

Author: briantro | Date: 07 October 2014 20:23:17

  • new not working Americana poker set.
  • New Game Added (not working)
  • ------------------------------

UME 0.154 [SVN 32578]

Author: ivanva | Date: 07 October 2014 17:55:09

  • Misc cleanups of the day (nw)

UME 0.154 [SVN 32577]

Author: olivierg | Date: 07 October 2014 16:41:36

  • dc: correct cable settings, ct1 runs (nw)

UME 0.154 [SVN 32576]

Author: olivierg | Date: 07 October 2014 16:41:33

  • gdrom: typo fix (nw)

UME 0.154 [SVN 32575]

Author: fabiopri | Date: 07 October 2014 10:27:32

  • (MESS) odyssey2: converted the driver to use slot devices for
  • cartridges, removed The Voice add-on from the main system
  • and emulated it as a passthru cart instead. Now, if you want to
  • enjoy speech in odyssey/videopac games, you must launch
  • emulation with
  • mess.exe odyssey2 -cart voice -cart2 gamename
  • (the -cart2 switch becomes available when "voice" is mounted
  • in the first cartslot) [Fabio Priuli]

UME 0.154 [SVN 32574]

Author: tafoid | Date: 07 October 2014 07:22:33

  • Fix compile on MSVC 2012 from Peter Ferrie (nw)

UME 0.154 [SVN 32573]

Author: jgevarya | Date: 07 October 2014 04:39:00

  • use U64() macro so msvc doesn't break (n/w)

UME 0.154 [SVN 32572]

Author: crazyc | Date: 07 October 2014 04:35:58

  • i386: expand down ring 0 stack (nw)

UME 0.154 [SVN 32571]

Author: jgevarya | Date: 07 October 2014 02:56:12

  • fix compile error with gcc 4.4.7 (n/w)

UME 0.154 [SVN 32570]

Author: dhaywood | Date: 07 October 2014 00:59:17

  • new clones
  • Oriental Legend / Xi You Shi E Zhuan (ver. 111, Taiwanese Board) [bytestorm]
  • (doesn't currently run, needs a different protection sequence by the looks of it)

UME 0.154 [SVN 32569]

Author: hap | Date: 06 October 2014 23:17:36

  • hooked up pit8254 to one of the games as example

UME 0.154 [SVN 32568]

Author: crazyc | Date: 06 October 2014 22:28:29

  • i386: fix vem486 (nw)

UME 0.154 [SVN 32567]

Author: ivanva | Date: 06 October 2014 17:30:06

  • Removed running_machine parameter from various methods were it wasn't needed anymore (nw)
  • Moved some more functions into driver classes. (nw)

UME 0.154 [SVN 32566]

Author: hap | Date: 06 October 2014 17:02:37

  • upon reading datasheet further, it became obvious that uPD71054 == 82C54

UME 0.154 [SVN 32565]

Author: crazyc | Date: 06 October 2014 15:24:06

  • (mess) pc9801: hack to simplify ide boot (nw)

UME 0.154 [SVN 32564]

Author: hap | Date: 06 October 2014 15:20:02

  • added upd71054_device, initial commit

UME 0.154 [SVN 32563]

Author: alexjack | Date: 06 October 2014 14:12:49

  • Rewrite k053260 sound device [Alex Jackson]

UME 0.154 [SVN 32561]

Author: crazyc | Date: 06 October 2014 04:13:57

  • (mess) pc9801: sigh (nw)

UME 0.154 [SVN 32560]

Author: rbelmont | Date: 06 October 2014 02:18:44

  • New games added as GAME_NOT_WORKING
  • ------------------------------

UME 0.154 [SVN 32559]

Author: villelin | Date: 05 October 2014 23:15:04

  • model3: Rewrote 2D tilemap rendering. [Ville Linde]

UME 0.154 [SVN 32558]

Author: crazyc | Date: 05 October 2014 22:21:36

  • (mess) pc9801: make ide almost work (nw

UME 0.154 [SVN 32557]

Author: rbelmont | Date: 05 October 2014 18:07:01

  • (MESS) apple2: IIe and later don't require double-reads on the language card. [R. Belmont, Peter Ferrie]

UME 0.154 [SVN 32556]

Author: fabiopri | Date: 05 October 2014 17:05:09

  • removed unused private member. nw.

UME 0.154 [SVN 32555]

Author: dhaywood | Date: 05 October 2014 15:50:37

  • some fuuki refactoring (nw)

UME 0.154 [SVN 32554]

Author: olivierg | Date: 05 October 2014 15:30:12

  • (nw)

UME 0.154 [SVN 32553]

Author: rbelmont | Date: 05 October 2014 14:39:31

  • awboard: add "offset protection" used by some carts. samsptk and kofxi boot now. [R. Belmont, MetalliC]

UME 0.154 [SVN 32552]

Author: fabiopri | Date: 05 October 2014 14:19:44

  • (MESS) wswan.c: re-added internal header logging and automatic
  • rotation of vertical games. nw.

UME 0.154 [SVN 32551]

Author: fabiopri | Date: 05 October 2014 12:51:41

  • (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli]
  • out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...

UME 0.154 [SVN 32550]

Author: alexjack | Date: 05 October 2014 11:07:34

  • namcos21: kill some trampolines; 'user' memregions get real names (nw)

UME 0.154 [SVN 32549]

Author: fabiopri | Date: 05 October 2014 10:12:16

  • (MESS) gameboy, gbcolor: added a configuration setting
  • (off by default) to skip BIOS checks at boot. This allows the
  • recently dumped Rockman World Prototype to be played,
  • and the Rocket Games pirate GBC carts too. [Fabio Priuli]
  • (MESS) gba: added a configuration setting (off by default)
  • to skip some BIOS checks at boot. This allows Tyrian 2000
  • Prototype to be played. [Fabio Priuli]
  • out of whatsnew: for the Rocket Games pirates it is currently unclear how real carts were bypassing
  • the BIOS checks on a real unit, and it would be nice to emulate it properly. however, this trick allows
  • to go on fixing the rest of mapper emulation until it's fully understood.

UME 0.154 [SVN 32548]

Author: ivanva | Date: 05 October 2014 07:18:52

  • winrun: Fixed bad downcast, now it crashes later on as it did in 0.154, where MT01965 seems to have resurfaced. Up to 0.153 it worked fine. (nw)

UME 0.154 [SVN 32547]

Author: robbbert | Date: 05 October 2014 04:12:07

  • gts80.c: preliminary work

UME 0.154 [SVN 32546]

Author: rbelmont | Date: 05 October 2014 04:03:44

  • New clones added
  • -----------

UME 0.154 [SVN 32545]

Author: robbbert | Date: 05 October 2014 01:02:48

  • s11: resized layouts

UME 0.154 [SVN 32544]

Author: barryrod | Date: 05 October 2014 00:48:10

  • trident: fix programmable clock selection when running XFree86

UME 0.154 [SVN 32543]

Author: alexjack | Date: 05 October 2014 00:28:10

  • devfind.h: allow ioport_finder to be dereferenced when NULL so read_safe() can be used (nw)

UME 0.154 [SVN 32542]

Author: hap | Date: 04 October 2014 23:40:03

  • small update from FSanches

UME 0.154 [SVN 32541]

Author: hap | Date: 04 October 2014 23:10:55

  • fix debug assert

UME 0.154 [SVN 32540]

Author: wilbertp | Date: 04 October 2014 23:00:08

  • Forgot this one (nw)

UME 0.154 [SVN 32539]

Author: wilbertp | Date: 04 October 2014 22:59:32

  • (MESS) sms.c: Added support for Sega Graphic Board input. (nw)

UME 0.154 [SVN 32538]

Author: hap | Date: 04 October 2014 22:56:58

  • fix winrun missing 3D
  • (this changes STATIC_COUNT from 0x100 to 0xff)

UME 0.154 [SVN 32537]

Author: hap | Date: 04 October 2014 22:20:27

  • tried to fix a debug assert

UME 0.154 [SVN 32536]

Author: rbelmont | Date: 04 October 2014 22:14:24

  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154 [SVN 32535]

Author: hap | Date: 04 October 2014 22:13:34

  • remove assumption that dsp common ram is an MB8421 (MB8421 used on the sound part)

UME 0.154 [SVN 32534]

Author: hap | Date: 04 October 2014 21:00:16

  • small cleanup

UME 0.154 [SVN 32533]

Author: tafoid | Date: 04 October 2014 19:57:50

  • Handcrafted PAL for actual Varth US PCB. [Palindrome]

UME 0.154 [SVN 32532]

Author: rbelmont | Date: 04 October 2014 19:01:39

  • New clones added
  • -----------

UME 0.154 [SVN 32531]

Author: dhaywood | Date: 04 October 2014 17:33:18

  • fix MT385, and maybe 386 by making battlera use the proper PCE video code
  • note: there is a significant performance cost to this as the real PCE code is slow, also some graphics will now flicker a bit because the real PCE emulation respects sprite chip limits / masking (which is why the submarine boss now works)

UME 0.154 [SVN 32530]

Author: rbelmont | Date: 04 October 2014 16:38:48

  • (MESS) More sector order heuristics. (nw)

UME 0.154 [SVN 32529]

Author: robbbert | Date: 04 October 2014 15:56:21

  • s3,4: documented dips.

UME 0.154 [SVN 32528]

Author: dhaywood | Date: 04 October 2014 15:06:37

  • because I'm a Raidenoholic (nw)

UME 0.154 [SVN 32527]

Author: hap | Date: 04 October 2014 13:20:38

  • dragrace.c: Added tachometer outputs. [Comboman]

UME 0.154 [SVN 32526]

Author: robbbert | Date: 04 October 2014 13:03:22

  • s8,s8a: fixed diagnostic mode.

UME 0.154 [SVN 32525]

Author: robbbert | Date: 04 October 2014 10:58:55

  • s7,9: fixed diagnostic mode. Sorcerer, Space Shuttle now working.

UME 0.154 [SVN 32524]

Author: barryrod | Date: 04 October 2014 08:58:42

  • trident: hopefully found the clock divider bit used by the BIOS, refresh rates should now be pretty correct.

UME 0.154 [SVN 32523]

Author: ivanva | Date: 04 October 2014 07:28:27

  • taito_f3: moved video functions into the driver class (nw)

UME 0.154 [SVN 32522]

Author: ivanva | Date: 04 October 2014 07:26:33

  • micro3d: moved video functions into the driver class (nw)

UME 0.154 [SVN 32521]

Author: ivanva | Date: 04 October 2014 07:25:00

  • misc drivers: Moved functions into driver class, cleanups (nw)

UME 0.154 [SVN 32520]

Author: robbbert | Date: 04 October 2014 06:47:50

  • s6,s6a: fixed diagnostic mode, fixed dips.

UME 0.154 [SVN 32519]

Author: fabiopri | Date: 04 October 2014 04:48:09

  • (MESS) vboy uses no bankswitch, so we can gain back most
  • speed with the same direct rom mapping used for gba. nw.

UME 0.154 [SVN 32518]

Author: barryrod | Date: 04 October 2014 02:26:06

  • trident: added programmable clock, previous clock select was for TGUI9440CXi and TVGA cards, still lacks a divisor for higher refresh rates, but up to 70Hz modes should be correct now.

UME 0.154 [SVN 32517]

Author: barryrod | Date: 03 October 2014 23:28:17

  • trident: small WIP

UME 0.154 [SVN 32516]

Author: hap | Date: 03 October 2014 22:18:10

  • fix compile

UME 0.154 [SVN 32515]

Author: hap | Date: 03 October 2014 21:38:25

  • New NOT WORKING games added
  • ----------

UME 0.154 [SVN 32514]

Author: fabiopri | Date: 03 October 2014 20:14:24

  • (MESS) gameboy.xml: new prototype dump (not working). nw.
  • (MESS) gamegear.xml: new dumping info. nw.

UME 0.154 [SVN 32513]

Author: fabiopri | Date: 03 October 2014 19:59:59

  • (MESS) fds/famitwin: attach the disk controller device directly
  • to the machines, without the intermediate cartslot. This is more
  • accurate for famitwin and it also avoids the possible
  • misunderstanding about the -cart switches in these systems
  • (+ avoids possible misconfigurations). nw.

UME 0.154 [SVN 32512]

Author: wilbertp | Date: 03 October 2014 19:23:35

  • (MESS) msx.c: Added release years for several systems. [AntoPISA]

UME 0.154 [SVN 32511]

Author: dhaywood | Date: 03 October 2014 17:10:34

  • note about tharrier dips (nw)

UME 0.154 [SVN 32510]

Author: fabiopri | Date: 03 October 2014 13:48:45

  • vc4000: added ram to the softlist entries which need it
  • (previously all games had RAM even if the real cart did
  • not contain any), and fixed a brown paper bag bug from
  • last night. nw.

UME 0.154 [SVN 32509]

Author: robbbert | Date: 03 October 2014 10:19:26

  • up/down button needs IPT_TOGGLE for s6 and up.

UME 0.154 [SVN 32508]

Author: robbbert | Date: 03 October 2014 03:30:05

  • s3,4,5,6,6a,7,8,8a,9.c: moved diagnostic buttons to the number pad.
  • 1 = sound card NMI (tests sound card)
  • 2 = sound effects or chimes (default = effects)
  • 3 = speech on/off (default = on) where fitted
  • 4 = MPU NMI
  • 5 = Advance button
  • 6 = Manual-Auto/Up-Down button
  • 7 = Reset High Score
  • 8 = Memory Protect (coin door switch)
  • 9 = Enter dipswitch info

UME 0.154 [SVN 32507]

Author: robbbert | Date: 03 October 2014 01:26:49

  • s7.c: Jungle Lord, Firepower II, Varkon, Defender now working.

UME 0.154 [SVN 32506]

Author: robbbert | Date: 03 October 2014 00:38:25

  • s7.c: Black Knight, Cosmic Gunfight, Pharaoh, Star Light now working.

UME 0.154 [SVN 32505]

Author: fabiopri | Date: 02 October 2014 21:07:31

  • (MESS) converted arcadia and vc4000 to use slot devices for
  • their carts too.

UME 0.154 [SVN 32504]

Author: smf | Date: 02 October 2014 17:26:47

  • (MESS) fix building with official windows tools (nw)
  • Compiling src/emu/bus/chanf/rom.c...
  • src/emu/bus/chanf/rom.c: In member function 'UINT8 chanf_rom_device::common_read_2102(UINT32)':
  • src/emu/bus/chanf/rom.c:144:23: error: suggest parentheses around arithmetic in operand of '|' [-Werror=parentheses]
  • return (m_latch[0] & 0x7f | (m_data0 << 7));
  • ^
  • cc1plus.exe: all warnings being treated as errors
  • makefile:932: recipe for target 'obj/windows/emu/bus/chanf/rom.o' failed

UME 0.154 [SVN 32503]

Author: dirkbest | Date: 02 October 2014 14:52:57

  • Amiga: Add an initial software list for some Amiga driver disks

UME 0.154 [SVN 32502]

Author: dirkbest | Date: 02 October 2014 14:52:56

  • Amiga: Fix expansion slot device initialization

UME 0.154 [SVN 32501]

Author: dirkbest | Date: 02 October 2014 14:52:55

  • Amiga: Connect Zorro interrupts in the Amiga 500 drivers and
  • reinitialize Zorro devices on reset to stop them from disappearing on
  • soft reset.

UME 0.154 [SVN 32500]

Author: dirkbest | Date: 02 October 2014 14:52:54

  • Amiga: Fix crash with expansion slot devices

UME 0.154 [SVN 32499]

Author: dirkbest | Date: 02 October 2014 14:52:53

  • Imgtool: Display more info about Amiga images

UME 0.154 [SVN 32498]

Author: dirkbest | Date: 02 October 2014 14:52:51

  • Amiga: Add save state support to the Amiga keyboard and some info about
  • A1000 keyboards.

UME 0.154 [SVN 32497]

Author: rbelmont | Date: 02 October 2014 14:49:36

  • (MESS) concept: can boot 5.25" disks on fdc02 now. [crazyc]

UME 0.154 [SVN 32496]

Author: dhaywood | Date: 02 October 2014 14:48:12

  • blktiger priority fixes [Mamesick]
  • (fixes 5708, looks OK to me)

UME 0.154 [SVN 32495]

Author: robbbert | Date: 02 October 2014 13:13:15

  • s9.c: tidy up.

UME 0.154 [SVN 32494]

Author: fabiopri | Date: 02 October 2014 13:09:37

  • (MESS) converted ibmpcjr and studio2 to use generic cart slot for
  • their carts. nw.

UME 0.154 [SVN 32493]

Author: fabiopri | Date: 02 October 2014 13:07:03

  • (MESS) converted channelf and apfm1000/apfimag to use slot devices for
  • their carts. this allows to remove on-cart RAM from the driver class (since it
  • does not belong there). also added (partial) support for Channel F multicart.
  • nw.

UME 0.154 [SVN 32492]

Author: barryrod | Date: 02 October 2014 12:19:51

  • trident: added hardware cursor

UME 0.154 [SVN 32491]

Author: fabiopri | Date: 02 October 2014 08:56:29

  • (MESS) psx.xml: fixed xml, thanks to Thomas Klausner for reporting. nw.

UME 0.154 [SVN 32490]

Author: robbbert | Date: 02 October 2014 07:33:08

  • Still Crazy: fixed layout and coins, marked as working.

UME 0.154 [SVN 32489]

Author: robbbert | Date: 02 October 2014 04:00:46

  • placeholders

UME 0.154 [SVN 32488]

Author: rbelmont | Date: 02 October 2014 02:51:46

  • (MESS) concept: signal tc_w at end of fdc02 pseudo-DMA, but 765 still won't cooperate (nw)

UME 0.154 [SVN 32487]

Author: robbbert | Date: 02 October 2014 02:03:30

  • s7.c: Warlok, Time Fantasy, Laser Cue marked as working.
  • Most games have sound. 5 other games are mostly playable.

UME 0.154 [SVN 32486]

Author: wilbertp | Date: 01 October 2014 20:51:55

  • (MESS) msx.c: Some small fixes (nw)

UME 0.154 [SVN 32485]

Author: wilbertp | Date: 01 October 2014 19:32:39

  • smsctrl.c: Moved some includes from .h to .c file (nw)

UME 0.154 [SVN 32484]

Author: ivanva | Date: 01 October 2014 17:08:34

  • Random small cleanups (nw)

UME 0.154 [SVN 32483]

Author: ivanva | Date: 01 October 2014 17:07:51

  • model1: moved most remaining functions into driver class (nw)

UME 0.154 [SVN 32482]

Author: villelin | Date: 01 October 2014 15:13:21

  • powerpc: fix unaligned 64-bit accesses (nw)

UME 0.154 [SVN 32481]

Author: michaelz | Date: 01 October 2014 12:20:12

  • Fixed cylinder number calculation. (nw)

UME 0.154 [SVN 32480]

Author: michaelz | Date: 01 October 2014 11:21:43

  • (MESS) Removed unneeded variable. (nw)

UME 0.154 [SVN 32479]

Author: oliverst | Date: 01 October 2014 10:17:09

  • added makefile variable OPENMP to enable usage of OpenMP (includes vconv support of -fopenmp) [Oliver Stöneberg]

UME 0.154 [SVN 32478]

Author: fabiopri | Date: 01 October 2014 06:48:35

  • more generic cart slot conversions. nw.

UME 0.154 [SVN 32477]

Author: fabiopri | Date: 01 October 2014 06:45:10

  • (MESS): psx.xml: more info additions from AntoPisa (covering games up to K). nw.

UME 0.154 [SVN 32476]

Author: alexjack | Date: 01 October 2014 06:10:26

  • k053260: delta PCM decoding rolls over instead of clipping; fixes MT#1007 [Alex Jackson]

UME 0.154 [SVN 32475]

Author: tafoid | Date: 01 October 2014 03:01:29

  • Fix compile (unused variable issue) (nw)

UME 0.154 [SVN 32474]

Author: michaelz | Date: 30 September 2014 20:51:00

  • (MESS) HDC9234 still WIP, added some more functions and burst mode.(nw)

UME 0.154 [SVN 32473]

Author: hap | Date: 30 September 2014 16:33:22

  • spi_layer_bank_w unknown bit wasn't alpha blending enable afterall

UME 0.154 [SVN 32472]

Author: ivanva | Date: 30 September 2014 15:57:36

  • namcos2 and namcos21: moved most remaining functions into classes (nw).

UME 0.154 [SVN 32471]

Author: dhaywood | Date: 30 September 2014 11:40:12

  • new clones
  • Zero Hour (Inder) [Basilio García]

UME 0.154 [SVN 32470]

Author: fabiopri | Date: 30 September 2014 07:05:07

  • (MESS) converted scv and vboy to use slot devices for
  • their carts. nw.

UME 0.154 [SVN 32469]

Author: villelin | Date: 29 September 2014 21:06:44

  • model3.c: fixed missing textures in magtruck (nw)

UME 0.154 [SVN 32468]

Author: fabiopri | Date: 29 September 2014 19:22:30

  • ATTN Kale: ddsom fails to enter ingame with this code you added
  • in rev. 25747. could you please take another look, when you have
  • time? or point me to a game which needs this code, so that I can
  • search for a solution which makes both happy? thanks. nw.

UME 0.154 [SVN 32467]

Author: fabiopri | Date: 29 September 2014 19:15:13

  • old apple gcc complains about 'floppy' possibly used uninitialized (switch
  • statements always confuse this compiler :( ). nw.

UME 0.154 [SVN 32466]

Author: fabiopri | Date: 29 September 2014 19:08:35

  • (MESS) saturn: made RAM / Backup RAM expansion internal
  • slot options. you now mount these with the -cart media switch,
  • i.e. for instance
  • mess.exe saturn -cdrm ddsom -cart ram32
  • or
  • mess.exe saturn -cdrm draculax -cart bram16
  • and not anymore using the -exp option. [Fabio Priuli]
  • out of whatsnew: this prevents users from passing conflicting setups like
  • "-exp ram32 -cart kof95", etc. these would have lead to unpredictable effects,
  • depending on the order of the option (and whether they were set at command
  • line or inside ini files)

UME 0.154 [SVN 32465]

Author: fabiopri | Date: 29 September 2014 19:02:49

  • (MESS) gbcolor: added some new Li Cheng dumps, courtesy of taizou.
  • among these, there is a clone of the long awaited (and still undumped in
  • its original form) Zook Hero Z by Vast Fame. nw.

UME 0.154 [SVN 32464]

Author: dhaywood | Date: 29 September 2014 19:01:37

  • debug notes only (nw)

UME 0.154 [SVN 32463]

Author: fabiopri | Date: 29 September 2014 19:01:24

  • (MESS) consolidation + cleanup, part2. nw.

UME 0.154 [SVN 32462]

Author: ivanva | Date: 29 September 2014 18:03:32

  • Moved misc functions into driver classes and small cleanups(nw)

UME 0.154 [SVN 32461]

Author: hap | Date: 29 September 2014 17:56:44

  • note

UME 0.154 [SVN 32460]

Author: dhaywood | Date: 29 September 2014 16:03:08

  • refactor (nw)

UME 0.154 [SVN 32459]

Author: dhaywood | Date: 29 September 2014 13:40:21

  • use common collision logic that appears to work for all games using the same commands, tested r2 etc. and 2nd boss still works, so I think we're good (nw)

UME 0.154 [SVN 32458]

Author: rbelmont | Date: 29 September 2014 04:31:14

  • WebUI: clean up and fixed HTML compliance. [Firehawke]

UME 0.154 [SVN 32457]

Author: rbelmont | Date: 29 September 2014 04:07:47

  • (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA to buffered controller. [R. Belmont]

UME 0.154 [SVN 32456]

Author: rbelmont | Date: 29 September 2014 04:04:32

  • (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. Belmont]

UME 0.154 [SVN 32455]

Author: tafoid | Date: 29 September 2014 03:00:23

  • Changing #includes for headers that are part of toolchain and not part of any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw)

UME 0.154 [SVN 32454]

Author: tafoid | Date: 28 September 2014 22:18:51

  • If #includes are not in source, code should not exist in source. (nw)

UME 0.154 [SVN 32453]

Author: villelin | Date: 28 September 2014 21:54:51

  • model3.c: make magtruck boot (nw)

UME 0.154 [SVN 32452]

Author: hap | Date: 28 September 2014 19:34:23

  • note

UME 0.154 [SVN 32451]

Author: villelin | Date: 28 September 2014 19:11:55

  • powerpc: Fixed wrong condition register in stwcx. (nw)

UME 0.154 [SVN 32450]

Author: wilbertp | Date: 28 September 2014 16:30:55

  • 315_5124.c: Refactored sprite handling, fixes status bar on Tarzan for gaemgear. Removed m_collission_buffer member variable. Tweaked game gear timing to fix glitches in status bar of Chicago Syndicate for gamegear. [Enik Land]

UME 0.154 [SVN 32449]

Author: fabiopri | Date: 28 September 2014 16:28:57

  • (MESS) consolidation + cleanup, part1. nw.

UME 0.154 [SVN 32448]

Author: robbbert | Date: 28 September 2014 11:54:18

  • s7.c: cleanup

UME 0.154 [SVN 32447]

Author: fabiopri | Date: 28 September 2014 09:25:23

  • (MESS) floppy.c: fixed disks not being launched if loaded
  • from softlist through File Manager. [Fabio Priuli]
  • out of whatsnew: until we support writing changes to diff, it is
  • also safer to treat disks in softlists as read-only :)

UME 0.154 [SVN 32446]

Author: smf | Date: 28 September 2014 09:17:30

  • (MESS) portfolio: only trigger interrupts when the 8250 asserts the line, not when it clears it. [smf]

UME 0.154 [SVN 32445]

Author: smf | Date: 28 September 2014 09:15:16

  • initialize ier register to stop interrupts randomly being generated before reset, fixes portfolio booting (nw)

UME 0.154 [SVN 32444]

Author: rbelmont | Date: 28 September 2014 03:07:10

  • snesb: Set up dip switches for Gundam Wing. [stephh]

UME 0.154 [SVN 32443]

Author: rbelmont | Date: 28 September 2014 02:52:06

  • fix Clang compile (nw)

UME 0.154 [SVN 32442]

Author: rbelmont | Date: 28 September 2014 02:43:38

  • (MESS) concept: Preliminary implementations of the original and buffered floppy disk controllers. [R. Belmont]

UME 0.154 [SVN 32441]

Author: crazyc | Date: 28 September 2014 02:21:43

  • (mess) pc9801: make sasi partially work (nw)
  • scsi: sync rest of lines with input buffer (nw

UME 0.154 [SVN 32440]

Author: briantro | Date: 28 September 2014 00:01:38

  • peplus.c: Forgot to make one a clone - nw

UME 0.154 [SVN 32439]

Author: briantro | Date: 27 September 2014 23:54:13

  • peplus.c: Minor update - NW
  • Set the French 32K IP0xxx poker games to the nonplus init. Explain in the header of the source file under Initialization: Method 3 about the secondary door that needs to be closed to play. Also made Joker Poker sets clones of the lowest numbered Joker Poker and did the same for the Standard Draw sets.

UME 0.154 [SVN 32438]

Author: robbbert | Date: 27 September 2014 22:05:42

  • s6a.c: fixed sound. Algar and Alien Poker marked as working.

UME 0.154 [SVN 32437]

Author: robbbert | Date: 27 September 2014 22:00:01

  • s6.c: Gorgar Speaks!
  • Gorgar, Blackout marked as working.

UME 0.154 [SVN 32436]

Author: dhaywood | Date: 27 September 2014 17:43:42

  • before I forget (nw)

UME 0.154 [SVN 32435]

Author: dhaywood | Date: 27 September 2014 14:07:24

  • more debug notes (nw)

UME 0.154 [SVN 32434]

Author: robbbert | Date: 27 September 2014 11:19:23

  • s6.c: sound improved, 2 games marked as working (Scorpion, Laser Ball)

UME 0.154 [SVN 32433]

Author: fabiopri | Date: 27 September 2014 10:45:08

  • (MESS) gba.c: fixed Top Gun - Combat Zones cart type, making the
  • game playable. [Reznor007]

UME 0.154 [SVN 32432]

Author: fabiopri | Date: 27 September 2014 10:21:00

  • (MESS) timex.c: added software list for DOCK carts. [Fabio Priuli]

UME 0.154 [SVN 32431]

Author: fabiopri | Date: 27 September 2014 09:45:17

  • (MESS) misc generic cartslot conversions. while at it, I have added
  • experimental eprom writing to the beta.c driver (pending more accurate
  • tests). nw.

UME 0.154 [SVN 32430]

Author: fabiopri | Date: 27 September 2014 09:35:57

  • (MESS) a7800.xml: added earlier revision of Winter Games, with
  • thanks to Trebor for pointing me to this 3 years old dump :) nw

UME 0.154 [SVN 32429]

Author: ivanva | Date: 27 September 2014 07:29:21

  • Added default initialized nvram to foodf.c (nw)

UME 0.154 [SVN 32428]

Author: ivanva | Date: 27 September 2014 07:19:45

  • pc98.xml validation fix (nw)

UME 0.154 [SVN 32427]

Author: robbbert | Date: 27 September 2014 06:38:59

  • s4.c: fixed sound, 4 games marked as working (Flash,Stellar Wars,TriZone,TimeWarp)

UME 0.154 [SVN 32426]

Author: robbbert | Date: 27 September 2014 05:45:49

  • s3.c: More improvements to the sound.

UME 0.154 [SVN 32425]

Author: hap | Date: 27 September 2014 05:09:15

  • machine/maniach.c filename different from driver name was confusing. decided to move code to the driver file instead of renaming the file, only 120 lines anyway

UME 0.154 [SVN 32424]

Author: rbelmont | Date: 27 September 2014 04:50:04

  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154 [SVN 32423]

Author: rbelmont | Date: 27 September 2014 03:51:55

  • snesb.c: Add coin/DSW inputs to Gundam Wing, game is now playable. [stephh]

UME 0.154 [SVN 32422]

Author: rbelmont | Date: 27 September 2014 03:10:59

  • (MESS) fix shift in monochrome monitor modes (nw)

UME 0.154 [SVN 32421]

Author: tafoid | Date: 27 September 2014 02:17:34

  • Added prom images for Inferno which have the same data as Joust 2 and not hooked up as of yet. (nw)

UME 0.154 [SVN 32420]

Author: angelosa | Date: 27 September 2014 01:09:56

  • Support for mode 0 chars in upd7220 (text in DMV diag program)

UME 0.154 [SVN 32419]

Author: angelosa | Date: 26 September 2014 22:00:17

  • Hit save, dammit.

UME 0.154 [SVN 32418]

Author: curtcode | Date: 26 September 2014 21:55:12

  • (MESS) pc98.xml: Added missing SHA1. (nw)

UME 0.154 [SVN 32417]

Author: angelosa | Date: 26 September 2014 21:38:14

  • Added Borland Turbo C++ for PC-98xx

UME 0.154 [SVN 32416]

Author: michaelz | Date: 26 September 2014 20:54:04

  • Removed unused variables.(nw)

UME 0.154 [SVN 32415]

Author: dhaywood | Date: 26 September 2014 20:39:31

  • more notes (nw)

UME 0.154 [SVN 32414]

Author: dhaywood | Date: 26 September 2014 19:51:44

  • more debug notes (nw)

UME 0.154 [SVN 32413]

Author: michaelz | Date: 26 September 2014 19:35:07

  • (MESS) hdc9234 still WIP, HFDC fixes, disk formats re-implemented for
  • modernized floppy system. (nw)

UME 0.154 [SVN 32412]

Author: hap | Date: 26 September 2014 19:23:39

  • nw

UME 0.154 [SVN 32411]

Author: hap | Date: 26 September 2014 19:07:54

  • er, pretend you didnt see that

UME 0.154 [SVN 32410]

Author: hap | Date: 26 September 2014 19:06:23

  • fix recent crash

UME 0.154 [SVN 32409]

Author: tafoid | Date: 26 September 2014 18:35:44

  • No need for relative path in this case for an #include (nw)

UME 0.154 [SVN 32408]

Author: dhaywood | Date: 26 September 2014 18:24:10

  • new clones
  • Raiden DX (Japan) [rtw]
  • it's a different code revision to any supported set too, not just a region change.

UME 0.154 [SVN 32407]

Author: dhaywood | Date: 26 September 2014 17:20:49

  • debug stuff (nw)

UME 0.154 [SVN 32406]

Author: tafoid | Date: 26 September 2014 17:12:54

  • Fix for twinfalc and whizz (required objects missing) (nw)

UME 0.154 [SVN 32405]

Author: dhaywood | Date: 26 September 2014 16:50:28

  • improve legionna collisions (nw)

UME 0.154 [SVN 32404]

Author: ivanva | Date: 26 September 2014 16:25:03

  • small cleanups here and there (nw)

UME 0.154 [SVN 32403]

Author: oliverst | Date: 26 September 2014 15:45:59

  • disabled -Wconstant-logical-operand again for clang / src/emu/cpu/tms34010/34010gfx.c cleanups (nw)

UME 0.154 [SVN 32402]

Author: rbelmont | Date: 26 September 2014 14:43:44

  • (nw)

UME 0.154 [SVN 32401]

Author: dhaywood | Date: 26 September 2014 13:19:10

  • bit more (nw)

UME 0.154 [SVN 32400]

Author: smf | Date: 26 September 2014 13:01:03

  • fix compile on MSVC 2012 & 2013 [Peter Ferrie]

UME 0.154 [SVN 32399]

Author: dhaywood | Date: 26 September 2014 13:00:35

  • refactor (nw)

UME 0.154 [SVN 32398]

Author: dhaywood | Date: 26 September 2014 11:48:36

  • notes / find trigger legacy change (nw)

UME 0.154 [SVN 32397]

Author: fabiopri | Date: 26 September 2014 10:55:40

  • (MESS) a few softlist additions to test the previous. nw.

UME 0.154 [SVN 32396]

Author: fabiopri | Date: 26 September 2014 10:53:10

  • (MESS) another round of cartslot updates. this commit, among the
  • other things, restores the functionality of cgenie ROM expansion
  • which had been lost probably around 2009. nw.

UME 0.154 [SVN 32395]

Author: robbbert | Date: 26 September 2014 08:27:47

  • s3.c: Fixed problems with sound and switches.

UME 0.154 [SVN 32394]

Author: barryrod | Date: 26 September 2014 04:04:28

  • fm7: more FM-7/77AV dumps added to softlist

UME 0.154 [SVN 32393]

Author: rbelmont | Date: 26 September 2014 03:26:12

  • Gundam Wing: Endless Duel updates: [Peter Ferrie]
  • * added additional shared memory block
  • * added protection handlers
  • * corrected reset vector
  • * worked around bad startup
  • Game now boots but doesn't coin up.

UME 0.154 [SVN 32392]

Author: rbelmont | Date: 26 September 2014 02:51:01

  • web: allow pasting in text. [Firehawke]

UME 0.154 [SVN 32391]

Author: robbbert | Date: 26 September 2014 01:09:46

  • pentacup: added notes.

UME 0.154 [SVN 32390]

Author: dhaywood | Date: 26 September 2014 00:43:52

  • table notes (nw)

UME 0.154 [SVN 32389]

Author: tafoid | Date: 25 September 2014 23:57:57

  • Antiquated #include - compiles fine without (nw)

UME 0.154 [SVN 32388]

Author: robbbert | Date: 25 September 2014 23:52:19

  • pentacup: fixed mistakes in the layout.

UME 0.154 [SVN 32387]

Author: fabiopri | Date: 25 September 2014 20:29:58

  • (MESS) spectrum carts too. nw.

UME 0.154 [SVN 32386]

Author: crazyc | Date: 25 September 2014 20:25:45

  • (mess) pc9801: fix boot vector ipl bank in ap2.

UME 0.154 [SVN 32385]

Author: ivanva | Date: 25 September 2014 19:53:57

  • Further removal of leftover code (nw)

UME 0.154 [SVN 32384]

Author: dhaywood | Date: 25 September 2014 19:23:15

  • I like to punch it (nw)

UME 0.154 [SVN 32383]

Author: miodragm | Date: 25 September 2014 19:03:34

  • (MESS)thomson - fixes for a non-standard video mode and adding a new one [Antoine Mine]

UME 0.154 [SVN 32382]

Author: dirkbest | Date: 25 September 2014 18:48:30

  • Fix typo

UME 0.154 [SVN 32381]

Author: ivanva | Date: 25 September 2014 18:38:06

  • Removed some old leftovers (nw)

UME 0.154 [SVN 32380]

Author: dirkbest | Date: 25 September 2014 18:37:02

  • Amiga: Softlist update, add Workbench 1.3.2 DE and some apps

UME 0.154 [SVN 32379]

Author: dhaywood | Date: 25 September 2014 18:05:39

  • note (nw)

UME 0.154 [SVN 32378]

Author: dhaywood | Date: 25 September 2014 17:05:12

  • refactor (nw)

UME 0.154 [SVN 32377]

Author: fabiopri | Date: 25 September 2014 17:00:30

  • (MESS) fixed a small bug in the decryption of multi-ROM pegasus programs.
  • many thanks amilo3438 for testing! nw.

UME 0.154 [SVN 32376]

Author: ivanva | Date: 25 September 2014 16:58:42

  • dynax.c: moved remaining functions into the driver class (nw)

UME 0.154 [SVN 32375]

Author: ivanva | Date: 25 September 2014 16:55:40

  • Fixed MT05705 (nw)

UME 0.154 [SVN 32374]

Author: fabiopri | Date: 25 September 2014 16:28:09

  • (MESS) a few more carts. nw.

UME 0.154 [SVN 32373]

Author: robbbert | Date: 25 September 2014 15:26:14

  • micropin.c: pentacup can coin up & start, but no inputs.

UME 0.154 [SVN 32372]

Author: dhaywood | Date: 25 September 2014 14:59:25

  • code reduction (nw)

UME 0.154 [SVN 32371]

Author: fabiopri | Date: 25 September 2014 11:44:22

  • (MESS) psx.xml: added info to the games #-F. [Antopisa]

UME 0.154 [SVN 32370]

Author: fabiopri | Date: 25 September 2014 11:39:55

  • (MESS) a bunch more of generic cart slots. nw.
  • btw, does anyone have info on the laser 300/500/700 ROM expansions?
  • I was unable to find any...

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.154x4

Points of Interest

  • The main thing that is going to interest people with this build is the working status of ‘New Zero Team’ and ‘Zero Team 2000′
  • Note, the New Zero Team in MAME is from a ‘Type B’ PCB with Dipswitches and a maximum of 2 players. An undumped version of the game is also known to exist on the ‘Type C’ PCB (similar to Zero Team 2000) where the dipswitches are replaced with EEPROM and presumably 4 player support is restored as it is in ZT2000. For general play Zero Team 2000 is more recommended however as it has the correct stage order. Below is a video of me playing Zero Team 2000 from start to finish. As mentioned below the protection in NZT / ZT2000 is much weaker than the regular ZT sets, so the emulation is much more trustworthy – the regular game I believe still uses unemulated commands in some places. read more

UME 0.154[SVN 32369]

Author: barryrod | Date: 25 September 2014 05:22:49

  • fm7: some more new dumps added to software list

UME 0.154[SVN 32368]

Author: tafoid | Date: 25 September 2014 01:55:06

  • Fix formatting after recent changes in psx and st_cart softlists. (nw)

UME 0.154[SVN 32367]

Author: alexjack | Date: 25 September 2014 00:46:07

  • Fix compile (nw)

UME 0.154[SVN 32366]

Author: robbbert | Date: 24 September 2014 23:30:31

  • (MESS) amust: added newly-dumped keyboard rom [ejwords, MSPP]

UME 0.154[SVN 32365]

Author: dhaywood | Date: 24 September 2014 23:18:52

  • more reduction (nw)

UME 0.154[SVN 32364]

Author: dhaywood | Date: 24 September 2014 23:10:23

  • some code reduction (nw)

UME 0.154[SVN 32363]

Author: dhaywood | Date: 24 September 2014 22:44:54

  • nzeroteam dipswitches (nw)

UME 0.154[SVN 32362]

Author: dhaywood | Date: 24 September 2014 22:19:02

  • fix legionna regression from a week or two ago, from Kale (nw)

UME 0.154[SVN 32361]

Author: briantro | Date: 24 September 2014 20:57:37

  • meritm.c: Proper English please... thank you... - NW

UME 0.154[SVN 32360]

Author: fabiopri | Date: 24 September 2014 20:54:32

  • (MESS) mekd2.c: after several investigations, I came to
  • the conclusion that .d2 files are some sort of RAM snapshot
  • and not a cart format, so converted the driver to use quikload.
  • anyway, I had not actual file to test, so if you have any please
  • contact us to the MESS boards. nw.

UME 0.154[SVN 32359]

Author: briantro | Date: 24 September 2014 20:53:42

  • new Americana (Poker) game
  • New Game Added
  • ----------------------------

UME 0.154[SVN 32358]

Author: fabiopri | Date: 24 September 2014 20:52:39

  • (MESS) added handling for a generic rom+ram cart (as needed
  • by x07 expansion cards) and converted x07 and vii to use generic
  • cartslot code. nw.

UME 0.154[SVN 32357]

Author: alexjack | Date: 24 September 2014 19:13:51

  • sidearms.c: ioport_array (nw)

UME 0.154[SVN 32356]

Author: briantro | Date: 24 September 2014 18:51:19

  • peplus.c: Correct Cut-N-Paste error - NW

UME 0.154[SVN 32355]

Author: ivanva | Date: 24 September 2014 17:22:10

  • artmagic.c: moved protection handlers to the driver class (nw)

UME 0.154[SVN 32354]

Author: ivanva | Date: 24 September 2014 16:13:19

  • Fixed sslam sound missing (due to m68k changes in the 0.154 cycle?) (nw)

UME 0.154[SVN 32353]

Author: ivanva | Date: 24 September 2014 15:46:27

  • tms340x0_device: converted to use inline config, devcb and delegates. (nw)

UME 0.154[SVN 32352]

Author: dhaywood | Date: 24 September 2014 15:34:28

  • more functions (nw)

UME 0.154[SVN 32351]

Author: olivierg | Date: 24 September 2014 15:26:11

  • duh (nw)

UME 0.154[SVN 32350]

Author: dhaywood | Date: 24 September 2014 14:08:26

  • divide into functions (nw)

UME 0.154[SVN 32349]

Author: dhaywood | Date: 24 September 2014 13:29:17

  • merge some common code (nw)

UME 0.154[SVN 32348]

Author: robbbert | Date: 24 September 2014 12:48:15

  • micropin.c: placeholder

UME 0.154[SVN 32347]

Author: dhaywood | Date: 24 September 2014 12:08:01

  • restore notes on uploaded tables (nw)

UME 0.154[SVN 32346]

Author: barryrod | Date: 24 September 2014 11:50:42

  • a few more new FM-7/77AV disk dumps also.

UME 0.154[SVN 32345]

Author: dhaywood | Date: 24 September 2014 11:06:36

  • debug aid (nw)

UME 0.154[SVN 32344]

Author: barryrod | Date: 24 September 2014 08:49:15

  • fm7_cass.xml: added new cassette dump

UME 0.154[SVN 32343]

Author: alexjack | Date: 24 September 2014 07:52:59

  • Convert various pinball drivers to ioport_array (nw)

UME 0.154[SVN 32342]

Author: alexjack | Date: 24 September 2014 06:17:48

  • Add friendly macros to initialize an ioport_array_finder with an array of port names. Update namcona1.c, segaorun.c and segaybd.c to use them. Remove runtime ioport tag lookups from a few other drivers (nw)

UME 0.154[SVN 32341]

Author: dhaywood | Date: 24 September 2014 04:23:43

  • less legacy (nw)

UME 0.154[SVN 32340]

Author: dhaywood | Date: 24 September 2014 04:13:00

  • less legacy (nw)

UME 0.154[SVN 32339]

Author: dhaywood | Date: 24 September 2014 03:58:30

  • move some legacy code in preparation for refactoring (and hopefully fixing) it (nw)

UME 0.154[SVN 32338]

Author: dhaywood | Date: 24 September 2014 01:58:11

  • more (nw)

UME 0.154[SVN 32337]

Author: dhaywood | Date: 24 September 2014 01:46:25

  • more (nw)

UME 0.154[SVN 32336]

Author: dhaywood | Date: 24 September 2014 01:34:50

  • another step (nw)

UME 0.154[SVN 32335]

Author: mnaberez | Date: 24 September 2014 01:21:11

  • (MESS) softbox: Added BIOS revision 8/9/81. [Nils Eilers, Mike Naberezny]

UME 0.154[SVN 32334]

Author: barryrod | Date: 24 September 2014 01:03:01

  • trident: improved Bresenham line drawing, it now at least draws in the right direction. :)

UME 0.154[SVN 32333]

Author: dhaywood | Date: 23 September 2014 23:55:48

  • more (nw)

UME 0.154[SVN 32332]

Author: angelosa | Date: 23 September 2014 23:45:41

  • Moved protection vectors from hachamfb to hachamf, making the latter to work properly too [Angelo Salese]

UME 0.154[SVN 32331]

Author: dhaywood | Date: 23 September 2014 23:10:00

  • baby steps 2 (nw)

UME 0.154[SVN 32330]

Author: dhaywood | Date: 23 September 2014 22:54:41

  • baby steps (nw)

UME 0.154[SVN 32329]

Author: dhaywood | Date: 23 September 2014 21:36:23

  • move code, no refactoring of it, needed to continue work on refactoring legionna.c (nw)
  • (talked with Kale about this)

UME 0.154[SVN 32328]

Author: fabiopri | Date: 23 September 2014 21:27:21

  • (MESS) analogous multisession fix to other systems suffering for the
  • same problem. weirdly enough other systems (nes, pce, a2600, a7800...)
  • does seem immune to the problem. nw.

UME 0.154[SVN 32327]

Author: dhaywood | Date: 23 September 2014 20:49:19

  • more legionna function movement (nw)

UME 0.154[SVN 32326]

Author: wilbertp | Date: 23 September 2014 20:24:20

  • 34010gfx.c: Work around clang shift overflow warnings; silly fix... (nw)

UME 0.154[SVN 32325]

Author: fabiopri | Date: 23 September 2014 20:09:23

  • (MESS) gb: call_load seems not to be a good moment for saving items,
  • at least if we want the system to play along with multisession runs. nw.

UME 0.154[SVN 32324]

Author: fabiopri | Date: 23 September 2014 19:16:15

  • oh gosh, this was needed for amstrad to work. nw.

UME 0.154[SVN 32323]

Author: wilbertp | Date: 23 September 2014 19:10:21

  • (MESS) msx.c: Some small fixes (nw)

UME 0.154[SVN 32322]

Author: fabiopri | Date: 23 September 2014 19:04:12

  • (MESS) ssem: converted the driver to use quickload for
  • mounting programs into memory, since this system
  • obviously uses no carts. nw.

UME 0.154[SVN 32321]

Author: fabiopri | Date: 23 September 2014 19:01:33

  • (MESS) amstrad.c: converted cpc+ and gx4000 to use generic
  • cart slot, added correct keyboard to cpc+ machines (with Fn keys
  • in place of the keypad number keys), added cpc+ system carts to
  • the softlist and converted driver to use io_port array for keyboard
  • input reads. nw.

UME 0.154[SVN 32320]

Author: hap | Date: 23 September 2014 18:56:41

  • i'm tired

UME 0.154[SVN 32319]

Author: olivierg | Date: 23 September 2014 18:41:43

  • wd_fdc: Hopefully fix reading sectors with DDAM [lowen, O. Galibert]

UME 0.154[SVN 32318]

Author: hap | Date: 23 September 2014 18:39:27

  • not today tomboy

UME 0.154[SVN 32317]

Author: hap | Date: 23 September 2014 18:34:47

  • ioport array for outrun and sega-yboard

UME 0.154[SVN 32316]

Author: briantro | Date: 23 September 2014 17:55:39

  • peplus.c: Minor update - NW
  • Fix coin in cycles to eliminate the Coin-in Timeout errors. All current sets should be fully playable without issues.

UME 0.154[SVN 32315]

Author: ivanva | Date: 23 September 2014 16:48:51

  • segas32.h: small cleanup (nw)

UME 0.154[SVN 32314]

Author: michaelz | Date: 23 September 2014 16:14:39

  • Removed some debugging output; fixed FM value for Index AM. (nw)

UME 0.154[SVN 32313]

Author: oliverst | Date: 23 September 2014 15:49:23

  • fixed clang warning in src/mess/drivers/rainbow.c as suggested (nw)

UME 0.154[SVN 32312]

Author: dirkbest | Date: 23 September 2014 13:19:58

  • Amiga: Add the latest version of EmuTOS to the Amiga 1000 softlist and
  • fix CIA interrupts getting lost in certain situations. This fixes the
  • EmuTOS keyboard and potentially more. Also fix a possible issue with
  • blitter delays.

UME 0.154[SVN 32311]

Author: dhaywood | Date: 23 September 2014 12:35:29

  • de-duplicate number conversion code (nw)

UME 0.154[SVN 32310]

Author: oliverst | Date: 23 September 2014 12:18:59

  • adjusted some software list descriptions (nw)

UME 0.154[SVN 32309]

Author: oliverst | Date: 23 September 2014 11:13:12

  • "properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw)

UME 0.154[SVN 32308]

Author: oliverst | Date: 23 September 2014 11:02:18

  • actually avoid clang warning in src/mame/video/jagblit.inc / avoid clang warning in src/emu/cpu/h8/h8_timer16.c (nw)

UME 0.154[SVN 32307]

Author: oliverst | Date: 23 September 2014 10:47:40

  • fixed clang warning in src/mame/video/jagblit.inc (nw)

UME 0.154[SVN 32306]

Author: oliverst | Date: 23 September 2014 10:40:59

  • documented more disabled clang compiler warnings (nw)

UME 0.154[SVN 32305]

Author: oliverst | Date: 23 September 2014 09:46:14

  • documented some disabled clang compiler warnings / re-enabled -Wformat-security for clang 3.5 (was disabled because of a bug in clang) / disabled c++11 warnings so it compiles out-of-the-box / added TODO (nw)

UME 0.154[SVN 32304]

Author: curtcode | Date: 23 September 2014 09:13:07

  • (MESS) riscpc: Added missing regions. (nw)

UME 0.154[SVN 32303]

Author: curtcode | Date: 23 September 2014 09:09:56

  • (MESS) a7000: Renamed to riscpc.c and added missing variants. (nw)

UME 0.154[SVN 32302]

Author: curtcode | Date: 23 September 2014 08:47:32

  • (MESS) Fixed ROM name conflict. (nw)

UME 0.154[SVN 32301]

Author: barryrod | Date: 23 September 2014 08:44:52

  • trident: added XOR drawing, added XNEG and YNEG reverse directions for mono pattern BitBLT.

UME 0.154[SVN 32300]

Author: curtcode | Date: 23 September 2014 08:29:44

  • Fixed build. (nw)

UME 0.154[SVN 32299]

Author: fabiopri | Date: 23 September 2014 07:18:02

  • fixed multisession crash when the new cart needed a dynamic buffer/array
  • larger than the original one. this got introduced when converting from
  • auto_alloc_array to dynamic buffers, because such buffers are not made
  • NULL at reset, but got unnoticed/unreported up to now. many thanks to
  • Trebor for catching it! nw.

UME 0.154[SVN 32298]

Author: hap | Date: 22 September 2014 23:48:08

  • new clone added
  • ----------

UME 0.154[SVN 32297]

Author: angelosa | Date: 22 September 2014 23:26:22

  • This one looks better the other way around ...

UME 0.154[SVN 32296]

Author: angelosa | Date: 22 September 2014 23:16:53

  • Either bad dump or there's something really weird going on with this. If any x86 guru wants to take a look be my guest.

UME 0.154[SVN 32295]

Author: oliverst | Date: 22 September 2014 21:55:29

  • another workaround for XCode 6.0.1 out-of-the-box compilation (nw)

UME 0.154[SVN 32294]

Author: briantro | Date: 22 September 2014 21:16:42

  • new PE+ Poker clone
  • New Clone Added
  • -------------------------------------------

UME 0.154[SVN 32293]

Author: dhaywood | Date: 22 September 2014 19:39:21

  • legionna re-org sound writes (nw)

UME 0.154[SVN 32292]

Author: briantro | Date: 22 September 2014 19:18:17

  • peplus.c: minor updates - NW
  • Makes allowances for the Non Plus versions and prevents the Door Open bit from cycling for the earlier 32K versions. This allows several games to properly work such as PP0120 - Wild Sevens Poker ;-)

UME 0.154[SVN 32291]

Author: dhaywood | Date: 22 September 2014 19:12:04

  • less trampolines (nw)

UME 0.154[SVN 32290]

Author: olivierg | Date: 22 September 2014 17:31:21

  • itt3030: slightly better banking (nw)

UME 0.154[SVN 32289]

Author: alexjack | Date: 22 September 2014 17:26:52

  • add width/endian to pasogo softlist (nw)

UME 0.154[SVN 32288]

Author: oliverst | Date: 22 September 2014 16:57:34

  • added workaround to build with XCode 6.0.1 out-of-the-box [Oliver Stöneberg]

UME 0.154[SVN 32287]

Author: alexjack | Date: 22 September 2014 16:52:50

  • atarist is big endian (nw)

UME 0.154[SVN 32286]

Author: olivierg | Date: 22 September 2014 16:36:56

  • itt3030: Fix the floppy (nw)

UME 0.154[SVN 32285]

Author: dhaywood | Date: 22 September 2014 16:13:19

  • use CRTC

UME 0.154[SVN 32284]

Author: fabiopri | Date: 22 September 2014 15:49:38

  • (MESS) consolidated generic socket / cartslot a bit more: removed
  • redundant cart_mounted() function since exists() from image device
  • already provides the required service, and added capability to
  • specify endianness of the rom region (otherwise not detectable from
  • fullpath). nw.

UME 0.154[SVN 32283]

Author: michaelz | Date: 22 September 2014 15:21:32

  • (MESS) HDC9234 WIP: formatting floppy disks working; some HFDC fixes.
  • (nw)

UME 0.154[SVN 32282]

Author: dhaywood | Date: 22 September 2014 13:59:04

  • de-duplicate seicop table upload code (nw)
  • (this doesn't seem to be actively changing at the moment, so seems safe to move, if not, revert)

UME 0.154[SVN 32281]

Author: barryrod | Date: 22 September 2014 10:50:22

  • pc9821ap2: added note about system specs

UME 0.154[SVN 32280]

Author: barryrod | Date: 22 September 2014 10:37:40

  • added PC-9821AP2/U8W BIOS [caius]

UME 0.154[SVN 32279]

Author: dirkbest | Date: 22 September 2014 10:18:33

  • Amiga: Add keyboard reset circuit. You can now reset the Amiga with the
  • usual Ctrl-Amiga-Amiga key combination.

UME 0.154[SVN 32278]

Author: dirkbest | Date: 22 September 2014 10:18:31

  • Amiga: Update Amiga 3000 kickstart info

UME 0.154[SVN 32277]

Author: barryrod | Date: 22 September 2014 09:53:44

  • trident: improved mono pattern drawing, fixing foreground colour, adding background colour, and clipping it.

UME 0.154[SVN 32276]

Author: dhaywood | Date: 22 September 2014 09:34:51

  • nzeroteam resolution (nw)

UME 0.154[SVN 32275]

Author: dhaywood | Date: 22 September 2014 09:16:49

  • new clones
  • Baryon - Future Assault (set 2) [RockmanX, Datasat]

UME 0.154[SVN 32274]

Author: fabiopri | Date: 22 September 2014 08:58:23

  • (MESS) advision.c: cleaned up the driver and added support for save states. [Fabio Priuli]

UME 0.154[SVN 32273]

Author: fabiopri | Date: 22 September 2014 06:54:05

  • (MESS) svi318.c: cleaned up the driver and added support for save states. [Fabio Priuli]

UME 0.154[SVN 32272]

Author: rbelmont | Date: 22 September 2014 04:12:42

  • Cleanup now-unused files (nw)

UME 0.154[SVN 32271]

Author: rbelmont | Date: 22 September 2014 04:11:46

  • (MESS) concept: Hook up Apple II bus. [R. Belmont]

UME 0.154[SVN 32270]

Author: rbelmont | Date: 22 September 2014 02:35:01

  • (MESS) itt3030: additional FDC hookup, now tries and fails to boot. [R. Belmont]

UME 0.154[SVN 32269]

Author: robbbert | Date: 22 September 2014 01:45:19

  • notes

UME 0.154[SVN 32268]

Author: hap | Date: 22 September 2014 01:04:24

  • fix recompute_bcount regression

UME 0.154[SVN 32267]

Author: hap | Date: 21 September 2014 23:50:23

  • ioport_array here too

UME 0.154[SVN 32266]

Author: alexjack | Date: 21 September 2014 23:26:53

  • MT 5700 [Alex Jackson]

UME 0.154[SVN 32265]

Author: hap | Date: 21 September 2014 22:50:53

  • ioport_array stuff

UME 0.154[SVN 32264]

Author: hap | Date: 21 September 2014 22:18:53

  • tryagain

UME 0.154[SVN 32263]

Author: briantro | Date: 21 September 2014 22:18:26

  • new PE poker game.
  • Out of whatsnew: First "non plus" PE game
  • New Game Added
  • -------------------------------

UME 0.154[SVN 32262]

Author: fabiopri | Date: 21 September 2014 21:59:24

  • mark rev. 32216 as a temp hack, to reduce tagmap lookups. nw.

UME 0.154[SVN 32261]

Author: fabiopri | Date: 21 September 2014 21:54:24

  • fixed nes regressions from rev. 32216: m_maincpu is not set yet at this stage,
  • so better perform a single tagmap lookup than crash the emulator ;-). nw.

UME 0.154[SVN 32260]

Author: tafoid | Date: 21 September 2014 21:49:52

  • Revert of r31742 which broke roadway graphics in most games in taito_z.c (Chase H.Q, etc) (nw)

UME 0.154[SVN 32259]

Author: mnaberez | Date: 21 September 2014 20:46:55

  • (MESS) cbm8296ed: Added ROM signatures for Oracle 3.03. [Mike Naberezny]

UME 0.154[SVN 32258]

Author: fabiopri | Date: 21 September 2014 19:19:59

  • second round of svi318.c cleanup (with some tagmap reduction too). nw.

UME 0.154[SVN 32257]

Author: fabiopri | Date: 21 September 2014 18:11:36

  • first round of svi318.c cleanup (with some tagmap reduction too). nw.

UME 0.154[SVN 32256]

Author: fabiopri | Date: 21 September 2014 17:25:33

  • removed static config from avr8. nw.

UME 0.154[SVN 32255]

Author: olivierg | Date: 21 September 2014 16:32:14

  • zt collision fixing (nw)

UME 0.154[SVN 32254]

Author: robbbert | Date: 21 September 2014 15:04:20

  • peyper.c: fixed display for all games. 9 of the 10 games marked as working.

UME 0.154[SVN 32253]

Author: olivierg | Date: 21 September 2014 13:18:49

  • zt collisions (nw)

UME 0.154[SVN 32252]

Author: smf | Date: 21 September 2014 13:02:49

  • 8250 write protect 0x40 in line status register, this bit is used to track whether diserial is running and will call us back. mpz80 writes 0 to this bit and waits for it to be set again, it used to work because loopback was HLE'd. The 8250 datasheet says that transmission in loopback goes through the shift registers, the way the old code worked wouldn't test any send/receive functionality of the chip at all. It's unknown whether clearing this bit would cause the chip to start shifting, the datasheet says you shouldn't write to the register at all & it's reserved for testing the chip in the factory.

UME 0.154[SVN 32251]

Author: smf | Date: 21 September 2014 11:21:46

  • 8250: call interrupt callback after clearing internal interrupt state when resetting [smf]

UME 0.154[SVN 32250]

Author: fabiopri | Date: 21 September 2014 10:51:20

  • old Apple GCC at least is good at catching comparisons which are always true :)
  • nw.

UME 0.154[SVN 32249]

Author: fabiopri | Date: 21 September 2014 10:02:36

  • whops. this assert was meant to match the one at line 216. nw.

UME 0.154[SVN 32248]

Author: sronco | Date: 21 September 2014 09:37:12

  • (MESS) dmv: added K233 and K234 expansion modules. (nw)

UME 0.154[SVN 32247]

Author: fabiopri | Date: 21 September 2014 09:04:30

  • mmm... not-power-of-2 ROMs (e.g. secalpha) do not like
  • the (size-1) masking. nw.

UME 0.154[SVN 32246]

Author: fabiopri | Date: 21 September 2014 08:45:10

  • converted coleco carts to use Curt's slot device (+ changed the
  • tag to avoid clash between the media switch and the slot device). nw.

UME 0.154[SVN 32245]

Author: fabiopri | Date: 21 September 2014 08:43:38

  • added 32bit rom accesses to generic slot and converted pockstat and
  • casloopy to use the slot code. nw.

UME 0.154[SVN 32244]

Author: barryrod | Date: 21 September 2014 05:43:40

  • trident: added 2D acceleration support for 15/16/32bpp video modes (untested since XFree86 3.3 requires linear addressing, which in turn requires VLB or PCI support :()

UME 0.154[SVN 32243]

Author: rbelmont | Date: 21 September 2014 04:56:31

  • (MESS) concept: hooked up actual 6551 for keyboard, added beeper, cleaned up driver. [R. Belmont]

UME 0.154[SVN 32242]

Author: rbelmont | Date: 21 September 2014 04:27:46

  • (MESS) concept: fix keyboard status to not return junk data, fixes bootup without -debug. [R. Belmont]

UME 0.154[SVN 32241]

Author: hap | Date: 21 September 2014 02:58:39

  • woop

UME 0.154[SVN 32240]

Author: hap | Date: 21 September 2014 02:35:27

  • zerotm2k inputs

UME 0.154[SVN 32239]

Author: rbelmont | Date: 21 September 2014 00:20:03

  • (MESS) ht68k: add starter softlist (nw)

UME 0.154[SVN 32238]

Author: hap | Date: 21 September 2014 00:02:40

  • r2dx other dipswitch is flipscreen according to pcb readme, doesn't work tho

UME 0.154[SVN 32237]

Author: rbelmont | Date: 20 September 2014 21:40:30

  • (MESS) New System Drivers Supported:
  • Peripheral Technology PT68K2 [Al Kossow, R. Belmont]
  • Systems Promoted from GAME_NOT_WORKING:
  • Peripheral Technology PT68K4 [Al Kossow, R. Belmont]

UME 0.154[SVN 32236]

Author: olivierg | Date: 20 September 2014 18:48:27

  • zt blending (nw)

UME 0.154[SVN 32235]

Author: wilbertp | Date: 20 September 2014 18:44:30

  • (MESS) msx.c: Whoops

UME 0.154[SVN 32234]

Author: fabiopri | Date: 20 September 2014 17:13:44

  • and a few more. nw.

UME 0.154[SVN 32233]

Author: robbbert | Date: 20 September 2014 16:30:34

  • peyper.c: improved display; added i8279 chip, added inputs.

UME 0.154[SVN 32232]

Author: barryrod | Date: 20 September 2014 12:52:27

  • trident: added mono bitmaps generated by writing to VRAM.

UME 0.154[SVN 32231]

Author: fabiopri | Date: 20 September 2014 11:52:31

  • more generic slots + some cleanups & some tagmap reductions. nw.

UME 0.154[SVN 32230]

Author: dhaywood | Date: 20 September 2014 10:21:54

  • added 2 blend pens for ZT (from OG)
  • New Working Games
  • Raiden II New / Raiden DX (newer V33 PCB) (2 sets, different EEPROM for each game) [Olivier Galibert, David Haywood]
  • New Zero Team [Olivier Galibert, David Haywood]
  • Zero Team 2000 [Olivier Galibert, David Haywood]

UME 0.154[SVN 32229]

Author: dhaywood | Date: 20 September 2014 10:03:09

  • re-add debug port so player can die
  • IMHO this is working now (and New Zero Team only needs a blend table?)

UME 0.154[SVN 32228]

Author: dhaywood | Date: 20 September 2014 09:59:22

  • r2dx_v33 - DMA

UME 0.154[SVN 32227]

Author: oliverst | Date: 20 September 2014 09:45:40

  • more changes to make sdlwork.c and winwork.c match (nw)

UME 0.154[SVN 32226]

Author: oliverst | Date: 20 September 2014 09:40:48

  • removed cpu mask and thread affinity code from src/osd/sdl/sdlwork.c as suggested by couriersud (nw)

UME 0.154[SVN 32225]

Author: fabiopri | Date: 20 September 2014 07:38:07

  • another round of generic carts / sockets. nw.

UME 0.154[SVN 32224]

Author: fabiopri | Date: 20 September 2014 07:34:45

  • (MESS) softlist: added Aamber Pegasus ROM expansions list. [neoncluster, Fabio Priuli]

UME 0.154[SVN 32223]

Author: fabiopri | Date: 20 September 2014 07:25:39

  • (MESS) softlist: added Hanimex Pencil II cart list [Robbbert, Fabio Priuli]

UME 0.154[SVN 32222]

Author: rbelmont | Date: 20 September 2014 03:24:44

  • (nw)

UME 0.154[SVN 32221]

Author: robbbert | Date: 20 September 2014 02:01:17

  • peyper.c: added sound

UME 0.154[SVN 32220]

Author: jgevarya | Date: 19 September 2014 23:40:18

  • stupid comment fixes. (n/w)

UME 0.154[SVN 32219]

Author: olivierg | Date: 19 September 2014 21:52:03

  • special functions hookup. sqrt is probably newton (nw)

UME 0.154[SVN 32218]

Author: wilbertp | Date: 19 September 2014 21:33:08

  • (MESS) mz3500.c: Reduce some tagmap lookups (nw)

UME 0.154[SVN 32217]

Author: wilbertp | Date: 19 September 2014 21:29:36

  • (MESS) tim100.c: Reduce tagmap lookups (nw)

UME 0.154[SVN 32216]

Author: wilbertp | Date: 19 September 2014 20:54:14

  • (MESS) nes.c: Reduce some tagmap lookups (nw)

UME 0.154[SVN 32215]

Author: sronco | Date: 19 September 2014 18:37:55

  • (MESS) New NOT WORKING systems
  • -----------------------------------------

UME 0.154[SVN 32214]

Author: fabiopri | Date: 19 September 2014 16:27:05

  • (MESS) softlist: added Exelvision EXL 100 cart list. [Fabio Priuli]
  • out of whatsnew: many games load and run, but the lack of inputs in the driver does not allow to play anything...

UME 0.154[SVN 32213]

Author: fabiopri | Date: 19 September 2014 16:23:21

  • some more generic slots. nw.

UME 0.154[SVN 32212]

Author: dhaywood | Date: 19 September 2014 16:19:43

  • debug port? (nw)

UME 0.154[SVN 32211]

Author: dhaywood | Date: 19 September 2014 16:09:07

  • (nw)

UME 0.154[SVN 32210]

Author: oliverst | Date: 19 September 2014 16:00:42

  • reverted bogus tms9928a_device::device_timer() optimization (nw)

UME 0.154[SVN 32209]

Author: oliverst | Date: 19 September 2014 15:56:07

  • small optimization to tms9928a_device::device_timer() (nw)

UME 0.154[SVN 32208]

Author: dhaywood | Date: 19 September 2014 15:53:06

  • didn't meant to change these (nw)

UME 0.154[SVN 32206]

Author: dhaywood | Date: 19 September 2014 15:20:41

  • angle protection part 1 (nw)

UME 0.154[SVN 32204]

Author: robbbert | Date: 19 September 2014 14:53:03

  • spinb.c: fixed colours in jolypark.

UME 0.154[SVN 32203]

Author: barryrod | Date: 19 September 2014 14:16:16

  • trident: implemented basic bitblt and bresenham line functions.

UME 0.154[SVN 32202]

Author: dhaywood | Date: 19 September 2014 13:38:26

  • fix sound (nw)

UME 0.154[SVN 32201]

Author: dhaywood | Date: 19 September 2014 13:34:37

  • there's an eeprom here (nw)

UME 0.154[SVN 32200]

Author: robbbert | Date: 19 September 2014 12:16:02

  • spinb.c: wip

UME 0.154[SVN 32199]

Author: dhaywood | Date: 19 September 2014 12:03:44

  • replace bad dump (nw)

UME 0.154[SVN 32198]

Author: dhaywood | Date: 19 September 2014 11:37:46

  • (nw)

UME 0.154[SVN 32197]

Author: dhaywood | Date: 19 September 2014 10:38:04

  • zt2k - fix a rom load (nw)

UME 0.154[SVN 32196]

Author: dhaywood | Date: 19 September 2014 10:26:46

  • nzeroteam doesn't need banking (nw)

UME 0.154[SVN 32195]

Author: alexjack | Date: 19 September 2014 08:44:48

  • addrmap.c: Only install the default device address map if the owner didn't provide one [Alex Jackson]

UME 0.154[SVN 32194]

Author: fabiopri | Date: 19 September 2014 07:30:30

  • whops. wrong version of the code sent. nw.

UME 0.154[SVN 32193]

Author: fabiopri | Date: 19 September 2014 07:12:05

  • (MESS) a couple more. nw.

UME 0.154[SVN 32192]

Author: jgevarya | Date: 19 September 2014 05:12:56

  • (MESS) tsispch.c - Add v1.1 firmware to TSI/Speech Plus Prose 2000 driver [Lord Nightmare]

UME 0.154[SVN 32191]

Author: alexjack | Date: 19 September 2014 00:51:24

  • flyball.c: only descramble ROM once at startup (nw)

UME 0.154[SVN 32190]

Author: hap | Date: 18 September 2014 23:19:15

  • note from kevtris

UME 0.154[SVN 32189]

Author: dhaywood | Date: 18 September 2014 22:55:21

  • sound banking (nw)

UME 0.154[SVN 32188]

Author: dhaywood | Date: 18 September 2014 22:40:10

  • placeholders (nw)

UME 0.154[SVN 32187]

Author: dhaywood | Date: 18 September 2014 22:15:34

  • better tilebank (nw)

UME 0.154[SVN 32186]

Author: wilbertp | Date: 18 September 2014 22:03:54

  • (MESS) Added a few sets to msx.c
  • New systems added or promoted from NOT_WORKING status
  • ------------------------------------------------

UME 0.154[SVN 32185]

Author: fabiopri | Date: 18 September 2014 21:36:02

  • (MESS) unified some functions for generic socket / cart and
  • converted a few more drivers to use the new code instead of
  • old cartslot. nw.

UME 0.154[SVN 32184]

Author: hap | Date: 18 September 2014 21:31:12

  • added msx1 game "Genius" by YGW
  • -thanks to fukenko!

UME 0.154[SVN 32183]

Author: dhaywood | Date: 18 September 2014 21:16:54

  • better CPU banking (nw)

UME 0.154[SVN 32182]

Author: olivierg | Date: 18 September 2014 20:03:23

  • r2dx_v33: fix tile banking (nw)

UME 0.154[SVN 32181]

Author: hap | Date: 18 September 2014 19:37:43

  • fix - All sets in flyball.c: Controls for Batter and Pitcher are intertwined

UME 0.154[SVN 32180]

Author: dhaywood | Date: 18 September 2014 16:34:34

  • make r2dx_v33 2 sets for now, with different eeprom, the codepath it takes (R2 or RDX) depends on the content of the EEPROM, I haven't found a switching mechanism (there appears to be code in the ROM for booting with buttons pressed, but it looks broken to me)

UME 0.154[SVN 32179]

Author: dhaywood | Date: 18 September 2014 15:50:17

  • tx bank for the r2/dx_v33 (nw)

UME 0.154[SVN 32178]

Author: dhaywood | Date: 18 September 2014 15:40:30

  • (nw)

UME 0.154[SVN 32177]

Author: dhaywood | Date: 18 September 2014 15:19:24

  • scroll (nw)

UME 0.154[SVN 32176]

Author: dhaywood | Date: 18 September 2014 14:54:46

  • it still has the sprite protection (nw)

UME 0.154[SVN 32175]

Author: dhaywood | Date: 18 September 2014 14:29:30

  • use standard video code in new raiden 2/dx / zt sets (nw)

UME 0.154[SVN 32172]

Author: dirkbest | Date: 18 September 2014 10:01:02

  • Amiga: Add preliminary software lists for the Amiga 1000 and Amiga 3000,
  • a general workbench list and an application list for testing. Images in
  • those lists are either verified good or best available currently. Many
  • images are still missing.

UME 0.154[SVN 32169]

Author: fabiopri | Date: 18 September 2014 06:17:23

  • (MESS) a7800: changed header bits for pokey at
  • $0450, after discussion with Mike Saarna. also,
  • when loading from softlist, let's rely on the xml
  • to detect oncart RAM and NVRAM. nw.

UME 0.154[SVN 32168]

Author: alexjack | Date: 18 September 2014 05:36:21

  • Typos in unused macros, catch them before they catch you (nw)

UME 0.154[SVN 32167]

Author: alexjack | Date: 18 September 2014 05:30:33

  • Magic strings, just say no (nw)

UME 0.154[SVN 32166]

Author: robbbert | Date: 18 September 2014 03:42:12

  • spinb.c: wip

UME 0.154[SVN 32165]

Author: barryrod | Date: 18 September 2014 03:38:10

  • trident: fixed busy bit, added logging of 2D acceleration registers.

UME 0.154[SVN 32164]

Author: rbelmont | Date: 18 September 2014 03:22:34

  • namcops2: Documentation fixes [Guru]

UME 0.154[SVN 32163]

Author: alexjack | Date: 18 September 2014 02:07:22

  • Memory system and Namco improvements: [Alex Jackson]
  • Explicit regions in address maps (AM_REGION) are now looked up relative to the
  • device rather than as siblings when in an internal address map (similar to
  • devices and shared pointers) Besides being more orthogonal than before, this
  • allows internal ROMs of MCUs and similar devices to be hooked up in a nicer
  • and more foolproof way. Updated the m37710 and m5074x (m6502 derivative)
  • to take advantage of this.
  • Divided the M37702/M37710 into specific models, with each model having its own
  • internal address map containing the correct amounts of internal RAM and ROM.
  • M37702 MCUs found on various Namco PCBs are now all unique devices and have
  • their respective internal ROMs loaded as device ROMs.
  • (nw)
  • Also did some spring (fall) cleaning in addrmap.c/memory.c/dimemory.c
  • m_devbase (the base device used for tagmap lookup when late-binding handlers and
  • finding memory regions and shares) is now a reference rather than a pointer,
  • since we know what it is when the address_map_entry is constructed and it
  • doesn't change (it depends solely on whether it's an entry in an MCFG-provided
  • address map or an internal one) And for the same reason, there's now only one
  • m_devbase per address_map_entry rather than individual copies for
  • read/write/setoffset/sharedptr.
  • Removed mysterious unused address_map_entry member "m_region_string", along
  • with a silly assert probably left over from when Aaron was replacing AM_BASE
  • with AM_SHARE years ago.
  • Added a comment noting that "make sure all devices exist" in
  • device_memory_interface::interface_validity_check() actually does nothing,
  • like the proverbial goggles. The reason there's just a comment and not a fix
  • is I haven't figured out how to fix it yet
  • (is it possible to extract the original device tag that was given to a
  • proto-delegate? Sorry, the template hell in devdelegate.h and
  • lib/util/delegate.h makes me want to run screaming like a little girl)

UME 0.154[SVN 32162]

Author: alexjack | Date: 18 September 2014 01:51:41

  • diexec.c: Cache a pointer directly to the machine scheduler at startup,
  • to eliminate device().machine().scheduler() chains all over the place (nw)
  • This change has been sitting in my local tree for months, from when I was
  • (mostly unsuccessfully) working on c64 performance. It gives a small speedup
  • to drivers with many tightly-interleaved executing devices (i.e. Commodore
  • drivers) I didn't think it was worth making everyone do a clean build for
  • such tiny gains but I didn't have the heart to chuck it. Since I'm already
  • making another core-touching, clean-build-needed commit tonight, in it goes.

UME 0.154[SVN 32161]

Author: hap | Date: 17 September 2014 22:16:43

  • note

UME 0.154[SVN 32160]

Author: hap | Date: 17 September 2014 22:06:08

  • added an msx1 YGW game for fun

UME 0.154[SVN 32159]

Author: olivierg | Date: 17 September 2014 21:50:32

  • If we were documented, we'd be dangerous (nw)

UME 0.154[SVN 32158]

Author: oliverst | Date: 17 September 2014 20:00:01

  • disabled references to non-existent software lsits (nw)

UME 0.154[SVN 32157]

Author: hap | Date: 17 September 2014 19:12:16

  • nw

UME 0.154[SVN 32156]

Author: fabiopri | Date: 17 September 2014 18:24:53

  • (MESS) a2600.c: fixed mapper 3E support, as used by Boulder Dash
  • homebrew. Also allowed bankswitch writes to get to the TIA for this and
  • mapper 3F. Finally, included a couple of demos in the softlist so to be
  • able to test the code in future. nw.

UME 0.154[SVN 32155]

Author: dirkbest | Date: 17 September 2014 16:25:05

  • Amiga: Fix Amiga 600 IDE hard disk regression

UME 0.154[SVN 32154]

Author: dirkbest | Date: 17 September 2014 16:25:03

  • Amiga: Silence keyboard log spam and fix internal ROM filename

UME 0.154[SVN 32153]

Author: smf | Date: 17 September 2014 14:58:02

  • NS8250 Fixes [smf]
  • Loopback: tx goes high and data is clocked at the correct rate instead of appearing instantly
  • Modem status register: don't lose track of external signals when starting, resetting, switching loopback off, writing to register
  • Handshaking: active low for consistency (RS232 port now defaults handshaking lines high and serial mouse dtr/rts handling has been adjusted)

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.154x3
Arcade Flyers:Raiden II
Advertówka Raiden II - [email protected]

Points of Interest

  • I’m not a big fan of releasing an ex build only a single day after the previous ex build, but as was almost inevitable, Raiden 2 and Raiden DX received some final polish and a promotion to working stage within hours of me posting the previous binaries. The UME builds aren’t meant to be daily builds, but are meant to be reactive to interesting progress, so I felt it necessary to do a new release.
    To make this more worthwhile I added save states to the driver (as somebody requested) and so I’ve decided to push this build out today with the improved support. The main improvements you’ll notice are that the correct objects are now blended against the background (shadows, transparency effects on glass etc.) and also some clipping issues are fixed (clouds scrolling off the bottom, for example when you launch into space) read more

UME 0.154[SVN 32152]

Author: dhaywood | Date: 17 September 2014 13:44:11

  • missed these (nw)

UME 0.154[SVN 32151]

Author: olivierg | Date: 17 September 2014 12:24:38

  • itgambl2: De-insanify the address map, fixes MT5493 (nw)

UME 0.154[SVN 32150]

Author: fabiopri | Date: 17 September 2014 12:08:54

  • better fix. nw.

UME 0.154[SVN 32149]

Author: dhaywood | Date: 17 September 2014 12:03:13

  • mark save as supported, seems to work now (nw)
  • (I think at this point we should go over the source and flip the flag to GAME_NO_SAVE for drivers lacking support, rather than having to flag it when it works, also maybe add the ability to tag devices so if a driver is using a device without support it will automatically inherit that state)

UME 0.154[SVN 32148]

Author: dhaywood | Date: 17 September 2014 11:53:41

  • by request, save states (nw)

UME 0.154[SVN 32147]

Author: fabiopri | Date: 17 September 2014 11:12:27

  • softlist: restored the support for loading games from compatible
  • softlists (like gbcolor games in gameboy, and viceversa, msx1
  • carts in msx2, etc.) by using the syntax
  • mess system -media list:gamename
  • You can now for instance use again "mess gbcolor -cart gameboy:sml"
  • to play "Super Mario Land" with the custom palettes of the Game
  • Boy Color. [Fabio Priuli]

UME 0.154[SVN 32146]

Author: alexjack | Date: 17 September 2014 08:50:59

  • Add width/endianness to supracan software list [Alex Jackson]

UME 0.154[SVN 32145]

Author: fabiopri | Date: 17 September 2014 06:38:53

  • added generic cartslot / ROM socket slot device, which offers
  • basic allocation and access handlers, and converted a few
  • drivers to use this instead of code from cartslot.c [Fabio Priuli]
  • out of whatsnew: the RAM socket part is just a proof of concept,
  • and the natural extension of the line of thought which lead me
  • to this generic socket/cartslot. it might allow to convert current RAM
  • device to be a slot device as well (after some refactorization, of
  • course, since current code lacks many of the necessary features),
  • or be removed soonish, depending on consensus.

UME 0.154[SVN 32144]

Author: rbelmont | Date: 17 September 2014 02:35:43

  • New games added as GAME_NOT_WORKING
  • ------------------------------

UME 0.154[SVN 32143]

Author: dhaywood | Date: 17 September 2014 01:39:32

  • (nw)

UME 0.154[SVN 32142]

Author: hap | Date: 17 September 2014 00:49:02

  • correct color prom resistors

UME 0.154[SVN 32141]

Author: dhaywood | Date: 16 September 2014 23:53:43

  • new clones
  • Raiden II (US, set 2) [farzeno]
  • also attempted to identify regions / rename sets to fit.
  • interestingly the 'easy' sets do not show a JAPAN message even when the region is 0x00 (or when the region is 0x04, which is the Korean region on RDX)

UME 0.154[SVN 32140]

Author: wilbertp | Date: 16 September 2014 22:25:39

  • (MESS) sms.c: Small improvements to the latching of some registers. Fixes flicker in Power Strike 2. [Enik Land]

UME 0.154[SVN 32139]

Author: wilbertp | Date: 16 September 2014 22:20:32

  • sb16.c: Removed unused m_bps variable. (nw)

UME 0.154[SVN 32138]

Author: olivierg | Date: 16 September 2014 21:46:18

  • Fuck yeah.
  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154[SVN 32137]

Author: olivierg | Date: 16 September 2014 21:03:07

  • fix sprite clipping (nw)

UME 0.154[SVN 32136]

Author: olivierg | Date: 16 September 2014 19:57:30

  • glass roof (nw)

UME 0.154[SVN 32135]

Author: tafoid | Date: 16 September 2014 19:41:14

  • (MESS) Fixed issue with messtiny build (additional bioses are no longer separate sets). [m4sta]

UME 0.154[SVN 32134]

Author: hap | Date: 16 September 2014 19:39:12

  • softwarelist correction from m4st4

UME 0.154[SVN 32133]

Author: dhaywood | Date: 16 September 2014 18:39:12

  • new clones
  • Mega Man: The Power Battle (CPS2, USA 950926, SAMPLE Version) [Asure]

UME 0.154[SVN 32132]

Author: olivierg | Date: 16 September 2014 17:34:20

  • More colors (nw)

UME 0.154[SVN 32131]

Author: olivierg | Date: 16 September 2014 16:49:51

  • missing blended color (nw)

UME 0.154[SVN 32130]

Author: alexjack | Date: 16 September 2014 16:24:54

  • memory.c: fix memdump output for nop/unmapped/watchpoint entries, broken by r31731 (nw)

UME 0.154[SVN 32129]

Author: olivierg | Date: 16 September 2014 16:23:14

  • fix blending some more (nw)

UME 0.154[SVN 32128]

Author: barryrod | Date: 16 September 2014 11:52:11

  • trident: extended 3d8/3d9/CR0E new mode SVGA bank size. BIOS now detects 2MB VRAM (but win95 is still clueless).
    • 2

UME 0.154[SVN32152 = UME 0.154ex3]

|

UME 0.154[SVN 32152]

Author: dhaywood | Date: 17 September 2014 13:44:11

  • missed these (nw)

UME 0.154[SVN 32151]

Author: olivierg | Date: 17 September 2014 12:24:38

  • itgambl2: De-insanify the address map, fixes MT5493 (nw)

UME 0.154[SVN 32150]

Author: fabiopri | Date: 17 September 2014 12:08:54

  • better fix. nw.

UME 0.154[SVN 32149]

Author: dhaywood | Date: 17 September 2014 12:03:13

  • mark save as supported, seems to work now (nw)
  • (I think at this point we should go over the source and flip the flag to GAME_NO_SAVE for drivers lacking support, rather than having to flag it when it works, also maybe add the ability to tag devices so if a driver is using a device without support it will automatically inherit that state)

UME 0.154[SVN 32148]

Author: dhaywood | Date: 17 September 2014 11:53:41

  • by request, save states (nw)

UME 0.154[SVN 32147]

Author: fabiopri | Date: 17 September 2014 11:12:27

  • softlist: restored the support for loading games from compatible
  • softlists (like gbcolor games in gameboy, and viceversa, msx1
  • carts in msx2, etc.) by using the syntax
  • mess system -media list:gamename
  • You can now for instance use again "mess gbcolor -cart gameboy:sml"
  • to play "Super Mario Land" with the custom palettes of the Game
  • Boy Color. [Fabio Priuli]

UME 0.154[SVN 32146]

Author: alexjack | Date: 17 September 2014 08:50:59

  • Add width/endianness to supracan software list [Alex Jackson]

UME 0.154[SVN 32145]

Author: fabiopri | Date: 17 September 2014 06:38:53

  • added generic cartslot / ROM socket slot device, which offers
  • basic allocation and access handlers, and converted a few
  • drivers to use this instead of code from cartslot.c [Fabio Priuli]
  • out of whatsnew: the RAM socket part is just a proof of concept,
  • and the natural extension of the line of thought which lead me
  • to this generic socket/cartslot. it might allow to convert current RAM
  • device to be a slot device as well (after some refactorization, of
  • course, since current code lacks many of the necessary features),
  • or be removed soonish, depending on consensus.

UME 0.154[SVN 32144]

Author: rbelmont | Date: 17 September 2014 02:35:43

  • New games added as GAME_NOT_WORKING
  • ------------------------------

UME 0.154[SVN 32143]

Author: dhaywood | Date: 17 September 2014 01:39:32

  • (nw)

UME 0.154[SVN 32142]

Author: hap | Date: 17 September 2014 00:49:02

  • correct color prom resistors

UME 0.154[SVN 32141]

Author: dhaywood | Date: 16 September 2014 23:53:43

  • new clones
  • Raiden II (US, set 2) [farzeno]
  • also attempted to identify regions / rename sets to fit.
  • interestingly the 'easy' sets do not show a JAPAN message even when the region is 0x00 (or when the region is 0x04, which is the Korean region on RDX)

UME 0.154[SVN 32140]

Author: wilbertp | Date: 16 September 2014 22:25:39

  • (MESS) sms.c: Small improvements to the latching of some registers. Fixes flicker in Power Strike 2. [Enik Land]

UME 0.154[SVN 32139]

Author: wilbertp | Date: 16 September 2014 22:20:32

  • sb16.c: Removed unused m_bps variable. (nw)

UME 0.154[SVN 32138]

Author: olivierg | Date: 16 September 2014 21:46:18

  • Fuck yeah.
  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154[SVN 32137]

Author: olivierg | Date: 16 September 2014 21:03:07

  • fix sprite clipping (nw)

UME 0.154[SVN 32136]

Author: olivierg | Date: 16 September 2014 19:57:30

  • glass roof (nw)

UME 0.154[SVN 32135]

Author: tafoid | Date: 16 September 2014 19:41:14

  • (MESS) Fixed issue with messtiny build (additional bioses are no longer separate sets). [m4sta]

UME 0.154[SVN 32134]

Author: hap | Date: 16 September 2014 19:39:12

  • softwarelist correction from m4st4

UME 0.154[SVN 32133]

Author: dhaywood | Date: 16 September 2014 18:39:12

  • new clones
  • Mega Man: The Power Battle (CPS2, USA 950926, SAMPLE Version) [Asure]

UME 0.154[SVN 32132]

Author: olivierg | Date: 16 September 2014 17:34:20

  • More colors (nw)

UME 0.154[SVN 32131]

Author: olivierg | Date: 16 September 2014 16:49:51

  • missing blended color (nw)

UME 0.154[SVN 32130]

Author: alexjack | Date: 16 September 2014 16:24:54

  • memory.c: fix memdump output for nop/unmapped/watchpoint entries, broken by r31731 (nw)

UME 0.154[SVN 32129]

Author: olivierg | Date: 16 September 2014 16:23:14

  • fix blending some more (nw)

UME 0.154[SVN 32128]

Author: barryrod | Date: 16 September 2014 11:52:11

  • trident: extended 3d8/3d9/CR0E new mode SVGA bank size. BIOS now detects 2MB VRAM (but win95 is still clueless).

 

NOWSZY [multi] Universal Machine Emulator (UME) 0.154x2

Points of Interest

  • I feel the most significant news relating to this update is the progress with the NMK004 sound emulation, bringing the sound from imperfectly simulated using HLE code to practically perfect. Others might argue the recent progress in Raiden 2 / DX is more significant. That is also big news, furthering the understanding of the protection systems used on that game greatly, and it is, for all intents now playable, but without further testing the confidence level isn’t that high; several of the changes that were subsequently ported to the 68k based games (Legionnaire, Heated Barrel etc.) actually caused them to regress slightly, and Zero Team (V30 based) still has significant issues too, all clear indications that there is still a lot to understand with the COP protection read more

 

UME 0.154 [SVN 32127]

Author: dhaywood | Date: 16 September 2014 10:28:29

  • double buffer nmk16 sprites (nw)

UME 0.154 [SVN 32126]

Author: fabiopri | Date: 16 September 2014 05:59:46

  • ui: fixed crash when loading floppies with no parent software
  • from softlist (only via internal File Manager, though) [Fabio Priuli]

UME 0.154 [SVN 32125]

Author: fabiopri | Date: 16 September 2014 05:57:19

  • softlist: fixed inconsistent -listsoftware output. [phulshof]

UME 0.154 [SVN 32124]

Author: barryrod | Date: 16 September 2014 05:05:33

  • trident: some WIP, added CRTC offset bit 8 and start address bits 16-18.

UME 0.154 [SVN 32123]

Author: dhaywood | Date: 15 September 2014 22:29:37

  • new NOT WORKING
  • Go-Stop [system11]
  • might be playable, button mappings need looking at (bet etc.) but definitely uses unemulated ST0016 tile modes (bg should be 16x16 tiles)

UME 0.154 [SVN 32122]

Author: dhaywood | Date: 15 September 2014 21:55:32

  • add palette dma (RAM to private buffer) to all seibu cop games
  • moved some of the Raiden 2 cop emulation to a new device (just the memory DMA stuff, including private buffer copy code) and started sharing it with legionna.c in order to avoid code duplication. We can slowly move other duplicate code over too and eventually kill the old seicop.c

UME 0.154 [SVN 32121]

Author: rbelmont | Date: 15 September 2014 03:25:42

  • ftspeed: Redumped ic15, fixes graphics glitches on some stages. [Cah4e3]

UME 0.154 [SVN 32120]

Author: barryrod | Date: 15 September 2014 00:17:00

  • sb16: comment out unused variable (no whatsnew)

UME 0.154 [SVN 32119]

Author: michaelz | Date: 14 September 2014 23:29:08

  • (MESS) geneve: Give grom_address an initial value. (nw)

UME 0.154 [SVN 32118]

Author: michaelz | Date: 14 September 2014 23:28:33

  • (MESS) ti99: Avoid debugger messing up the setaddress/memory access pairs. (nw)

UME 0.154 [SVN 32117]

Author: crazyc | Date: 14 September 2014 23:26:58

  • (mess) sb16: small fix (nw)

UME 0.154 [SVN 32116]

Author: crazyc | Date: 14 September 2014 23:09:11

  • (mess) sb16: Add Soundblaster 16 low level emulation [Carl, Malice, O. Galibert

UME 0.154 [SVN 32115]

Author: michaelz | Date: 14 September 2014 21:19:37

  • (MESS) hdc9234 WIP: Some intermediate cleanups. Also, guard HFDC against
  • debugger.(nw)

UME 0.154 [SVN 32114]

Author: rbelmont | Date: 14 September 2014 16:44:26

  • SDL: use Windows OSD's font-selection semantics for SDL Windows builds. [R. Belmont]

UME 0.154 [SVN 32113]

Author: jgevarya | Date: 14 September 2014 05:58:04

  • (MESS) cat.c: comment updates (nw)

UME 0.154 [SVN 32112]

Author: michaelz | Date: 13 September 2014 23:58:01

  • (MESS) hdc9234 WIP: write sector FM/MFM working. (nw)

UME 0.154 [SVN 32111]

Author: michaelz | Date: 13 September 2014 23:56:36

  • (MESS) ti99: Changed logging for HFDC and interleave for MFM. (nw)

UME 0.154 [SVN 32110]

Author: oliverst | Date: 13 September 2014 20:59:51

  • more sdlwork.c and winwork.c consolidation / SDL now supports envrionment variable OSDWORKQUEUEMAXTHREADS (nw)

UME 0.154 [SVN 32109]

Author: oliverst | Date: 13 September 2014 20:44:41

  • more work to make sdlwork.c and winwork.c match / un-broke Windows SDL build by completely moving the sdlsync_win32.c code to winsync.c (nw)

UME 0.154 [SVN 32108]

Author: wilbertp | Date: 13 September 2014 19:39:42

  • (MESS) msx.c: Added a small workaround to support systems with 8KB RAM.

UME 0.154 [SVN 32107]

Author: miodragm | Date: 13 September 2014 15:28:14

  • static_config removed from speaker (nw)

UME 0.154 [SVN 32106]

Author: wilbertp | Date: 13 September 2014 14:58:54

  • (MESS) msx.c: Limit tpp311, tps312, and hx23 to 64KB video ram. (nw)

UME 0.154 [SVN 32105]

Author: miodragm | Date: 13 September 2014 14:51:34

  • Removed static config in RC filter and small cleanup (nw)

UME 0.154 [SVN 32104]

Author: miodragm | Date: 13 September 2014 14:29:39

  • cleanup (nw)

UME 0.154 [SVN 32103]

Author: miodragm | Date: 13 September 2014 13:31:16

  • Removed static config for discrete (nw)

UME 0.154 [SVN 32102]

Author: robbbert | Date: 13 September 2014 13:09:01

  • moved atarianb (hacked for emulators) set to hbmame.

UME 0.154 [SVN 32101]

Author: robbbert | Date: 13 September 2014 12:33:00

  • wpc: added model numbers

UME 0.154 [SVN 32100]

Author: dhaywood | Date: 13 September 2014 11:41:04

  • Added proper NMK004 internal rom [trap15]
  • Hooked up support for NMK004 internal rom in MAME, replacing Nicola's old simulation code [trap15, David Haywood]
  • Fixed TLCS90 16-bit timers & support NMI in the core [trap15]
  • Various tweaks and improvements in nmk16.c (timings, sound balance, etc.) [trap15, David Haywood]
  • US AAF Mustang now has sound / music for the first time
  • Much better sound / music in the following games Bio-ship Paladin, Vandyke, Black Heart, Acrobat Mission, Koutetsu Yousai Strahl, Thunder Dragon, Hacha Mecha Fighter, Super Spacefortress Macross, GunNail
  • new clones
  • Hacha Mecha Fighter (19th Sep. 1991, unprotected, bootleg Thunder Dragon conversion) [trap15]
  • note, Thunder Dragon parent was not protected, I've marked it as such and removed the protection sim from it
  • The protected Hacha Mecha Fighter set never worked properly, I've demoted it to non-working as a result, the new bootleg works with full sound and correct game logic.
  • The protected sets don't handshake with the NMK004 so now lack sound (the sim code didn't care)
  • note2, currently needs an ugly kludge to prevent bioship resetting periodically, the nmk004 is used as a watchdog, but it ends up hitting it slihtly too late so often resets after a few minutes, probably wants even more precise timing for timers / cores / framerate / whatever?
  • note3, still need to tweak a few things, convert to raw video params, add 2nd buffer.

UME 0.154 [SVN 32099]

Author: oliverst | Date: 13 September 2014 11:23:46

  • added comment to sdlsync_win32.c (nw)

UME 0.154 [SVN 32098]

Author: oliverst | Date: 13 September 2014 11:23:17

  • more work to make sdlwork.c and winwork.c match (nw)

UME 0.154 [SVN 32097]

Author: oliverst | Date: 13 September 2014 11:16:28

  • a bit more work to match sdlwork.c and winwork.c (nw)

UME 0.154 [SVN 32096]

Author: oliverst | Date: 13 September 2014 11:04:16

  • some refactoring to make SDL and Windows OSD code match / Windows SDL code did not delete the critical section in osd_scalable_lock_free() (nw)

UME 0.154 [SVN 32095]

Author: oliverst | Date: 13 September 2014 10:09:29

  • renamed YieldProcessor() to osd_yield_processor() to match SDL more closely (nw)

UME 0.154 [SVN 32094]

Author: sronco | Date: 13 September 2014 09:29:32

  • (MESS) New NOT WORKING systems
  • -----------------------------------------

UME 0.154 [SVN 32093]

Author: fabiopri | Date: 13 September 2014 07:55:39

  • some licensing. nw.

UME 0.154 [SVN 32092]

Author: fabiopri | Date: 13 September 2014 07:14:35

  • (MESS) a2600: when loading from softlist, let's rely on the xml
  • to detect oncart RAM instead of using custom routines. nw.

UME 0.154 [SVN 32091]

Author: robbbert | Date: 13 September 2014 07:03:17

  • (MESS) spc1000: added commented-out code for floppy-disk (thx to Anna Wu for finding it)

UME 0.154 [SVN 32090]

Author: fabiopri | Date: 13 September 2014 06:17:48

  • cosmetic changes. nw.

UME 0.154 [SVN 32089]

Author: rbelmont | Date: 13 September 2014 02:45:45

  • SDL: fix Windows builds with SDL 1.2 (nw)

UME 0.154 [SVN 32088]

Author: wilbertp | Date: 12 September 2014 21:21:56

  • Removed legacy_cpu_device. [Wilbert Pol]

UME 0.154 [SVN 32087]

Author: wilbertp | Date: 12 September 2014 20:30:27

  • dsp56k.c: Modernised cpu core (nw)

UME 0.154 [SVN 32086]

Author: fabiopri | Date: 12 September 2014 20:04:48

  • bunch of xml fixes from Diet Go Go Fan. nw.

UME 0.154 [SVN 32085]

Author: fabiopri | Date: 12 September 2014 20:04:02

  • (MESS) a7800: reworked header handling (used when
  • loading from fullpath) and attempted to implement flexibly
  • and transparently support for several possible homebrew
  • boards with a POKEY hooked up as Beef Drop. nw.

UME 0.154 [SVN 32084]

Author: oliverst | Date: 12 September 2014 15:54:16

  • more c++11 compilation fixes (nw)

UME 0.154 [SVN 32083]

Author: oliverst | Date: 12 September 2014 15:27:26

  • some c++11 compilation fixes (nw)

UME 0.154 [SVN 32082]

Author: michaelz | Date: 12 September 2014 14:08:15

  • (MESS) ti99: A single missing character breaks a floppy format.(nw)

UME 0.154 [SVN 32081]

Author: fabiopri | Date: 12 September 2014 13:11:00

  • fixed famitwin bios usage. nw.

UME 0.154 [SVN 32080]

Author: dhaywood | Date: 12 September 2014 11:49:30

  • let's go with EB-A

UME 0.154 [SVN 32079]

Author: dhaywood | Date: 12 September 2014 11:13:55

  • new clones
  • Vendetta (World, 2 Players, ver. unknown) [caius]

UME 0.154 [SVN 32078]

Author: barryrod | Date: 12 September 2014 08:46:40

  • trident: forced doubleword offset when using an SVGA video mode, fixes display in Eggs Playing Chicken.

UME 0.154 [SVN 32077]

Author: fabiopri | Date: 12 September 2014 08:18:04

  • reduced tagmap lookups in atari400, maxaflex and bartop52. nw.

UME 0.154 [SVN 32076]

Author: fabiopri | Date: 12 September 2014 06:40:32

  • (MESS) gameboy.xml: added a bunch of new dumps. nw.

UME 0.154 [SVN 32075]

Author: fabiopri | Date: 12 September 2014 06:40:10

  • (MESS) coleco.xml: removed choplifter bad dump. [dink]

UME 0.154 [SVN 32074]

Author: rbelmont | Date: 12 September 2014 03:51:50

  • SDL: -sound dsound now works with SDL (nw)

UME 0.154 [SVN 32073]

Author: rbelmont | Date: 12 September 2014 03:44:11

  • SDL: more attempts (nw)

UME 0.154 [SVN 32072]

Author: rbelmont | Date: 12 September 2014 03:33:25

  • SDL: More dsound adaptation (nw)

UME 0.154 [SVN 32071]

Author: rbelmont | Date: 12 September 2014 03:07:46

  • Fixes to try and make direct_sound work minus WinOSD (nw)

UME 0.154 [SVN 32070]

Author: rbelmont | Date: 12 September 2014 02:18:35

  • SDL: Allow -sound dsound on SDL Windows builds. [R. Belmont]

UME 0.154 [SVN 32069]

Author: hap | Date: 12 September 2014 00:45:38

  • small cleanup

UME 0.154 [SVN 32068]

Author: fabiopri | Date: 11 September 2014 22:06:56

  • setting the correct properties helps to commit new files. nw.

UME 0.154 [SVN 32067]

Author: fabiopri | Date: 11 September 2014 22:01:45

  • (MESS) famicom: converted the disk system add-on to be a cart
  • in the softlist. The official syntax to launch disk games is now
  • mess famicom -cart disksys -flop gamename
  • which corresponds to inserting the RAM expansion cart with
  • connected the disk drive into the cartslot and the desired disk
  • in the disk drive (exactly like you would have done with the
  • real thing). In this way, you cannot mount anymore both a cart and
  • a disk in the Family Computer (as in a real unit).
  • Users that cannot cope with this limitation and/or with the new
  • syntax can still use the famitwin driver (which offers both cart and
  • disk options) or the newly added driver fds which emulates a
  • famicom with the expansion always inserted: in both latter cases
  • the old syntax
  • mess famitwin -flop gamename
  • will launch the game, as previously. [Fabio Priuli]
  • (MESS) famicom: fixed disk system IRQ latch clear in Kaettekita
  • Mario Bros. based on investigations by FHorse. [Fabio Priuli]
  • Out of whatsnew: For the moment I gave up the original plan to
  • also modernize the floppy drive and the disk format. If anyone
  • wants to look into these, be my guest :-)

UME 0.154 [SVN 32066]

Author: hap | Date: 11 September 2014 20:36:02

  • kludge for sprite flickering (video raw params should solve it cleanly but we need to understand seibu crtc more)

UME 0.154 [SVN 32065]

Author: robbbert | Date: 11 September 2014 13:01:10

  • zac_proto.c: used correct cpu, fixed inputs, added mechanical sounds. All 3 games are playable.

UME 0.154 [SVN 32064]

Author: oliverst | Date: 11 September 2014 12:47:05

  • optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit more (nw)

UME 0.154 [SVN 32063]

Author: oliverst | Date: 11 September 2014 12:40:13

  • optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit (nw)

UME 0.154 [SVN 32062]

Author: barryrod | Date: 11 September 2014 11:43:29

  • trident: added DAC command register, so that we can tell when in a 15 or 16 bit mode.

UME 0.154 [SVN 32061]

Author: oliverst | Date: 11 September 2014 08:20:03

  • small optimization to device_scheduler::timer_list_insert() (nw)

UME 0.154 [SVN 32060]

Author: rbelmont | Date: 11 September 2014 03:34:21

  • (MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont]

UME 0.154 [SVN 32059]

Author: rbelmont | Date: 11 September 2014 02:31:37

  • (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont]

UME 0.154 [SVN 32058]

Author: dirkbest | Date: 10 September 2014 20:12:16

  • Amiga: Implement the Amiga 500 low-level keyboard controller using the
  • newly dumped internal ROM. Remove existing keyboard HLE.

UME 0.154 [SVN 32057]

Author: fabiopri | Date: 10 September 2014 19:44:08

  • documenting the procedure to start Klax prototype on the a7800. nw.
  • (the game fails also on real systems: consistently on older revisions,
  • almost randomly on newer revisions)

UME 0.154 [SVN 32056]

Author: hap | Date: 10 September 2014 18:58:04

  • note

UME 0.154 [SVN 32055]

Author: oliverst | Date: 10 September 2014 18:46:04

  • replaced a few more exit() calls with fatalerror() (nw)

UME 0.154 [SVN 32054]

Author: oliverst | Date: 10 September 2014 18:41:27

  • replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw)

UME 0.154 [SVN 32053]

Author: oliverst | Date: 10 September 2014 13:47:01

  • small optimization to pla_device::read() (nw)

UME 0.154 [SVN 32052]

Author: robbbert | Date: 10 September 2014 12:40:25

  • Added some notes. (nw)

UME 0.154 [SVN 32051]

Author: oliverst | Date: 10 September 2014 10:57:30

  • fixed more potential heap-buffer-overflows in src/emu/bus/vcs/vcs_slot.c (nw)

UME 0.154 [SVN 32050]

Author: oliverst | Date: 10 September 2014 10:38:57

  • fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw)

UME 0.154 [SVN 32049]

Author: oliverst | Date: 10 September 2014 10:23:07

  • fixed memory leak when loading CHD from software list (nw)

UME 0.154 [SVN 32048]

Author: tafoid | Date: 10 September 2014 09:48:37

  • Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) - from Fabio. (nw)

UME 0.154 [SVN 32047]

Author: oliverst | Date: 10 September 2014 07:40:41

  • added another note about memory leak (nw)

UME 0.154 [SVN 32046]

Author: oliverst | Date: 10 September 2014 07:39:13

  • added note about memory leak (nw)

UME 0.154 [SVN 32045]

Author: oliverst | Date: 10 September 2014 07:17:01

  • sync'd CPU list (nw)

UME 0.154 [SVN 32044]

Author: oliverst | Date: 10 September 2014 07:12:19

  • flagged some functions as noreturn (nw)

UME 0.154 [SVN 32043]

Author: barryrod | Date: 10 September 2014 03:54:07

  • mach32,mach64: fixed crash when reading vblank state.

UME 0.154 [SVN 32042]

Author: robbbert | Date: 10 September 2014 03:46:30

  • jp.c: Faeton is working [Robbbert]
  • Another 6 games are playable.

UME 0.154 [SVN 32041]

Author: hap | Date: 09 September 2014 23:24:57

  • added op_bldd_sbmar

UME 0.154 [SVN 32040]

Author: briantro | Date: 09 September 2014 22:35:34

  • vamphalf.c: Minor doc update - NW

UME 0.154 [SVN 32039]

Author: oliverst | Date: 09 September 2014 22:05:30

  • and even less tagmap lookups counted (nw)

UME 0.154 [SVN 32038]

Author: oliverst | Date: 09 September 2014 21:57:48

  • have a few less tagmap lookups counted (nw)

UME 0.154 [SVN 32037]

Author: hap | Date: 09 September 2014 21:52:43

  • rm unneeded comments

UME 0.154 [SVN 32036]

Author: oliverst | Date: 09 September 2014 21:29:57

  • do not start tagmap lookup counting until everything is initialized / tagmap lookups are now properly shown for each execution when running multiple sets from built-in UI instead of only when exiting MAME completely (nw)

UME 0.154 [SVN 32035]

Author: angelosa | Date: 09 September 2014 21:20:11

  • Fixed radar for Seibu Cup Soccer

UME 0.154 [SVN 32034]

Author: dhaywood | Date: 09 September 2014 20:44:31

  • buffer tilemaps to prevent tilemap / tilebank desync in r2 intro (fixes 1 frame glitches in animation)

UME 0.154 [SVN 32033]

Author: wilbertp | Date: 09 September 2014 20:17:39

  • webengine.c: Reduce tagmap lookups (nw)

UME 0.154 [SVN 32032]

Author: oliverst | Date: 09 September 2014 20:10:56

  • removed -Wno-strict-overflow for GCC 4.8 as well (nw)

UME 0.154 [SVN 32031]

Author: oliverst | Date: 09 September 2014 20:04:23

  • fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MAME (nw)

UME 0.154 [SVN 32030]

Author: dhaywood | Date: 09 September 2014 19:43:46

  • raiden games in psx list (nw)

UME 0.154 [SVN 32029]

Author: hap | Date: 09 September 2014 19:31:51

  • poking around with taitojc dangcurv

UME 0.154 [SVN 32028]

Author: wilbertp | Date: 09 September 2014 19:28:17

  • (MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver and some small cleanups. [Enik Land]

UME 0.154 [SVN 32027]

Author: fabiopri | Date: 09 September 2014 19:03:05

  • antic.c: converted to be a device. [Fabio Priuli]

UME 0.154 [SVN 32026]

Author: dhaywood | Date: 09 September 2014 17:30:58

  • fix scrolling in godzilla (nw)

UME 0.154 [SVN 32025]

Author: miodragm | Date: 09 September 2014 15:33:00

  • Added support for LUA server pages (nw)

UME 0.154 [SVN 32024]

Author: hap | Date: 09 September 2014 14:49:06

  • correct year

UME 0.154 [SVN 32023]

Author: hap | Date: 09 September 2014 14:46:14

  • year correction from gregf

UME 0.154 [SVN 32022]

Author: dhaywood | Date: 09 September 2014 14:28:21

  • (nw)

UME 0.154 [SVN 32021]

Author: dhaywood | Date: 09 September 2014 13:56:58

  • oops (nw)

UME 0.154 [SVN 32020]

Author: dhaywood | Date: 09 September 2014 13:54:05

  • e132xs: fix do xx= in debugger (nw)

UME 0.154 [SVN 32019]

Author: dhaywood | Date: 09 September 2014 12:36:00

  • (nw)

UME 0.154 [SVN 32018]

Author: smf | Date: 09 September 2014 11:47:01

  • fix for building with latest 32 bit tools. (nw)
  • src/mess/video/rm380z.c: In member function 'void rm380z_state::put_point(int, int, int, int)': src/mess/video/rm380z.c:17:2: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow]
  • for (int r=y;r<(y+mx);r++)
  • ^
  • cc1plus.exe: all warnings being treated as errors
  • makefile:922: recipe for target 'obj/windows/mess/video/rm380z.o' failed

UME 0.154 [SVN 32017]

Author: barryrod | Date: 09 September 2014 11:40:57

  • trident: added ID register, banking, and clock selection.

UME 0.154 [SVN 32016]

Author: tafoid | Date: 09 September 2014 08:44:33

  • voodoo.c, vooddefs.h: Added support for writes to trexInit1 register, to return TMU configuration data. [Peter Ferrie]

UME 0.154 [SVN 32015]

Author: fabiopri | Date: 09 September 2014 08:24:50

  • bye bye ANTIC_RENDERER. nw.

UME 0.154 [SVN 32014]

Author: fabiopri | Date: 09 September 2014 07:58:53

  • small wip. nw.

UME 0.154 [SVN 32013]

Author: fabiopri | Date: 09 September 2014 07:35:51

  • reduce number of define'd functions. nw.

UME 0.154 [SVN 32012]

Author: hap | Date: 09 September 2014 05:20:52

  • add op_add_s16_mem

UME 0.154 [SVN 32011]

Author: rbelmont | Date: 09 September 2014 02:39:57

  • hikaru: add mask dumps for podrace [Cah4e3]

UME 0.154 [SVN 32010]

Author: robbbert | Date: 09 September 2014 02:13:25

  • jp.c: placeholder

UME 0.154 [SVN 32009]

Author: briantro | Date: 08 September 2014 23:48:56

  • dgpix.c: Minor doc update - NW

UME 0.154 [SVN 32008]

Author: angelosa | Date: 08 September 2014 23:00:38

  • Experiment with the bootleg ...

UME 0.154 [SVN 32007]

Author: hap | Date: 08 September 2014 22:39:38

  • get rid of set 1,2,3,4,5,6,7,8,9 naming

UME 0.154 [SVN 32006]

Author: wilbertp | Date: 08 September 2014 22:10:14

  • 315_5124.c: Add new member to save state (nw)

UME 0.154 [SVN 32005]

Author: tafoid | Date: 08 September 2014 20:55:49

  • Some dips/inputs for numcrash (nw)

UME 0.154 [SVN 32004]

Author: wilbertp | Date: 08 September 2014 20:54:21

  • (MESS) sms.c: Prevent vdp register 6 contents from being overwritten while a line is being drawn. Fixes title screen in backtof3. [Enik Land, Wilbert Pol]

UME 0.154 [SVN 32003]

Author: angelosa | Date: 08 September 2014 20:43:42

  • Fixed foreground tilemap in Godzilla, fixes several missing graphics in it.

UME 0.154 [SVN 32002]

Author: fabiopri | Date: 08 September 2014 20:40:45

  • some more antic refactorization. nw.

UME 0.154 [SVN 32001]

Author: hap | Date: 08 September 2014 20:12:33

  • heh

UME 0.154 [SVN 32000]

Author: oliverst | Date: 08 September 2014 20:12:15

  • unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixes logging of unhandled exceptions in validation (nw)

UME 0.154 [SVN 31999]

Author: olivierg | Date: 08 September 2014 20:09:47

  • misc (nw)

UME 0.154 [SVN 31998]

Author: hap | Date: 08 September 2014 20:04:06

  • sprite layer disable bit

UME 0.154 [SVN 31997]

Author: oliverst | Date: 08 September 2014 19:46:40

  • moved tagged_list:: out of tagged_list to make it catch-able / handle add_exception / updated exception handling unidasm to match the main one and return a proper exitcode in case of an error (nw)

UME 0.154 [SVN 31996]

Author: wilbertp | Date: 08 September 2014 19:36:12

  • (MESS) sms.c: Fixed lphaser regression. [Enik Land]

UME 0.154 [SVN 31995]

Author: oliverst | Date: 08 September 2014 19:25:05

  • removed -Wno-strict-overflow for GCC 4.9 (nw)

UME 0.154 [SVN 31994]

Author: hap | Date: 08 September 2014 17:20:23

  • fix warning (this was useless anyway: m_temp is really temporary)

UME 0.154 [SVN 31993]

Author: fabiopri | Date: 08 September 2014 14:55:48

  • fix error when attempting to mount a cart designed for the A800 right slot (e.g. Monkey Wrench II)
  • into a system without the right slot. nw.

UME 0.154 [SVN 31992]

Author: fabiopri | Date: 08 September 2014 13:20:30

  • let's give antic its own include. nw.

UME 0.154 [SVN 31991]

Author: oliverst | Date: 08 September 2014 13:11:56

  • unreachable code warning fixes for tools (nw)

UME 0.154 [SVN 31990]

Author: oliverst | Date: 08 September 2014 13:08:59

  • forgot two unreachable code fixes (nw)

UME 0.154 [SVN 31989]

Author: oliverst | Date: 08 September 2014 13:00:45

  • fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw)

UME 0.154 [SVN 31988]

Author: dhaywood | Date: 08 September 2014 11:10:01

  • clear highscores + bookkeeping info from elfin rom (nw)

UME 0.154 [SVN 31986]

Author: miodragm | Date: 08 September 2014 08:51:14

  • Do web serving in main thread (nw)

UME 0.154 [SVN 31985]

Author: miodragm | Date: 08 September 2014 08:37:00

  • Fixed linking for MAME (nw)

UME 0.154 [SVN 31984]

Author: miodragm | Date: 08 September 2014 07:48:59

  • Updated to latest mongoose (nw)

UME 0.154 [SVN 31983]

Author: fabiopri | Date: 08 September 2014 07:03:27

  • another small antic bit. nw.

UME 0.154 [SVN 31982]

Author: fabiopri | Date: 08 September 2014 07:02:49

  • gtia.c: this was the version meant to be added yesterday (removing a bunch of
  • static vars along the way). nw.

UME 0.154 [SVN 31981]

Author: barryrod | Date: 08 September 2014 05:06:26

  • pc_vga: moved trident VGA device into its own source file (no whatsnew)

UME 0.154 [SVN 31980]

Author: rbelmont | Date: 08 September 2014 01:39:47

  • (MESS) Make the mouse card available to the apple3 too. (nw)

UME 0.154 [SVN 31979]

Author: rbelmont | Date: 08 September 2014 01:33:55

  • (MESS) apple3: match slow speed to FDC (nw)

UME 0.154 [SVN 31978]

Author: rbelmont | Date: 08 September 2014 01:04:20

  • (MESS) Even better apple3 drive select. [Paul Hagstrom]

UME 0.154 [SVN 31977]

Author: alexjack | Date: 07 September 2014 23:46:10

  • ddragon3.c: fix m68k byte smearing regression in wwfwfest (nw)

UME 0.154 [SVN 31976]

Author: briantro | Date: 07 September 2014 22:18:08

  • New Elfin game & X-Files clone
  • New X-Files parent which is an uncensored world version. The old set is a censored version for the Korean market with Korean language on at least 2 different screens.
  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154 [SVN 31975]

Author: rbelmont | Date: 07 September 2014 22:06:11

  • Fix Clang build (nw)

UME 0.154 [SVN 31974]

Author: hap | Date: 07 September 2014 21:38:26

  • wedding aisle works again

UME 0.154 [SVN 31973]

Author: michaelz | Date: 07 September 2014 20:41:41

  • (MESS) hfdc/hdc9234: WIP; restore/seek/read sector FM/MFM working (nw)

UME 0.154 [SVN 31972]

Author: hap | Date: 07 September 2014 20:08:56

  • get rid of static int irq1,irq2

UME 0.154 [SVN 31971]

Author: angelosa | Date: 07 September 2014 19:50:55

  • Fixed sticky sprite on top-left for Zero Team/X Se Dae

UME 0.154 [SVN 31970]

Author: olivierg | Date: 07 September 2014 17:26:13

  • checkpoint (nw)

UME 0.154 [SVN 31969]

Author: olivierg | Date: 07 September 2014 15:30:22

  • collision rework (nw)

UME 0.154 [SVN 31968]

Author: rbelmont | Date: 07 September 2014 15:06:26

  • (MESS) apple3: Further improvements to drive select (nw)

UME 0.154 [SVN 31967]

Author: fabiopri | Date: 07 September 2014 14:29:39

  • another small step: moved antic start procedure to antic.c. nw.

UME 0.154 [SVN 31966]

Author: fabiopri | Date: 07 September 2014 12:39:43

  • small progress towards separating antic code from video/atari.c. nw.

UME 0.154 [SVN 31965]

Author: barryrod | Date: 07 September 2014 11:18:41

  • svga_s3: added CLKSYN test register (SR17), gets stock Trio64V2/DX BIOS to boot. (no whatsnew)

UME 0.154 [SVN 31964]

Author: fabiopri | Date: 07 September 2014 09:38:40

  • gtia.c: converted to be a device. [Fabio Priuli]
  • also, fixed a regression in maxaflex.c and cleaned up a little bit the driver,

UME 0.154 [SVN 31963]

Author: briantro | Date: 07 September 2014 07:27:42

  • dgpix.c: Slight visual clean up - NW

UME 0.154 [SVN 31962]

Author: fabiopri | Date: 07 September 2014 07:27:29

  • (MESS) megadriv.c: Added support for Game Genie as a passthru cart. [Fabio Priuli]

UME 0.154 [SVN 31961]

Author: briantro | Date: 07 September 2014 06:31:06

  • patch to get JumpJump running
  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154 [SVN 31960]

Author: rbelmont | Date: 07 September 2014 05:57:29

  • (MESS) apple3: invert enable1 sense, external drive selection now works properly. [R. Belmont]

UME 0.154 [SVN 31959]

Author: rbelmont | Date: 07 September 2014 05:01:22

  • (MESS) Apple II: Support Apple II Mouse Card [R. Belmont, Guru, Sharkpuncher]

UME 0.154 [SVN 31958]

Author: barryrod | Date: 07 September 2014 04:56:59

  • (MESS) Added the following video card BIOSes: [rfka01, Barry Rodewald]
  • s3_764: S3 9503-62 (not working)
  • Elsa Winner 1000/T2D
  • s3virge: S3 ViRGE BIOS v1.00-10
  • mach64: ATi mach64V1 113-34404-104

UME 0.154 [SVN 31957]

Author: dhaywood | Date: 06 September 2014 22:46:36

  • new NOT WORKING
  • Jump Jump [system11]
  • needs the correct protection patches

UME 0.154 [SVN 31956]

Author: olivierg | Date: 06 September 2014 22:41:38

  • better understanding of the blending (nw)

UME 0.154 [SVN 31955]

Author: olivierg | Date: 06 September 2014 22:06:37

  • more blending fixes (nw)

UME 0.154 [SVN 31954]

Author: olivierg | Date: 06 September 2014 20:48:50

  • more blending finetuning (nw)

UME 0.154 [SVN 31953]

Author: miodragm | Date: 06 September 2014 18:00:02

  • (MESS)thomson: improve accuracy of the colors [Antoine Mine]

UME 0.154 [SVN 31952]

Author: fabiopri | Date: 06 September 2014 15:26:51

  • (MESS) untangle gtia and antic some more. nw.

UME 0.154 [SVN 31951]

Author: fabiopri | Date: 06 September 2014 14:15:18

  • (MESS) gtia: reduced a bit the #define obfuscation. nw.

UME 0.154 [SVN 31950]

Author: fabiopri | Date: 06 September 2014 14:10:23

  • pcb_type for this had been wrong forever, finally fixed. nw.

UME 0.154 [SVN 31949]

Author: olivierg | Date: 06 September 2014 13:23:40

  • better blending (nw)

UME 0.154 [SVN 31948]

Author: oliverst | Date: 06 September 2014 12:28:28

  • make clang 3.5 compile out-of-the-box by disabling some warnings for now / added TODO (nw)

UME 0.154 [SVN 31947]

Author: fabiopri | Date: 06 September 2014 11:59:23

  • d'oh. sorry.

UME 0.154 [SVN 31946]

Author: fabiopri | Date: 06 September 2014 11:39:27

  • silenced debug residual. nw.

UME 0.154 [SVN 31945]

Author: fabiopri | Date: 06 September 2014 11:30:13

  • (MESS) a7800: more accurate POKEY accesses make Beef Drop happier. nw.

UME 0.154 [SVN 31944]

Author: wilbertp | Date: 06 September 2014 11:04:52

  • msx_dsk.c: Add support for 81 track images (nw)

UME 0.154 [SVN 31943]

Author: fabiopri | Date: 06 September 2014 07:49:07

  • (MESS) a7800.c: [Fabio Priuli]
  • - Fixed YM2151 clock in XM expansion, thanks to info from
  • tep392 and GroovyBee
  • - Added support for homebrew boards MegaCart+ and
  • VersaBoard by CPUWIZ (ROM respectively up to 512K
  • and 256K + 32K of RAM)
  • - Misc cleanups
  • out of whatsnew: I have also added, for debugging purposes, a VersaBoard with SG 9banks + POKEY at 0x0450
  • in the hope to find out exactly what goes currently wrong in the emulation of some homebrew games... let's see...

UME 0.154 [SVN 31942]

Author: fabiopri | Date: 06 September 2014 07:38:32

  • (MESS) maria.c:
  • -Timeout rendering added. [Mike Saarna]
  • -Reorganized DMA penalties to support new rendering code [Mike Saarna, Robert Tuccitto]

UME 0.154 [SVN 31941]

Author: robbbert | Date: 06 September 2014 04:00:58

  • inder.c: Atleta is working. [Robbbert]

UME 0.154 [SVN 31940]

Author: robbbert | Date: 06 September 2014 03:40:36

  • inder.c: Mundial 90, Corsario, 250CC are working. [Robbbert]

UME 0.154 [SVN 31939]

Author: barryrod | Date: 06 September 2014 02:37:01

  • isa: added hookup for Trident TGUI9680 video card.

UME 0.154 [SVN 31938]

Author: robbbert | Date: 06 September 2014 02:25:19

  • inder.c: Clown is working. [Robbbert]

UME 0.154 [SVN 31937]

Author: robbbert | Date: 06 September 2014 02:08:12

  • inder.c: Moon Light is working. [Robbbert]

UME 0.154 [SVN 31936]

Author: rbelmont | Date: 06 September 2014 01:47:32

  • (MESS) apple3: refresh selected drive after the softswitches are changed. [Paul Hagstrom]

UME 0.154 [SVN 31935]

Author: hap | Date: 05 September 2014 23:44:21

  • New not working game added
  • -----------------

UME 0.154 [SVN 31934]

Author: hap | Date: 05 September 2014 23:26:12

  • draw sprites front to back, this fixes some issues with shadow

UME 0.154 [SVN 31933]

Author: angelosa | Date: 05 September 2014 22:08:42

  • Notes

UME 0.154 [SVN 31932]

Author: olivierg | Date: 05 September 2014 21:49:07

  • make sprite layer order per-game (nw)

UME 0.154 [SVN 31931]

Author: hap | Date: 05 September 2014 21:46:13

  • another note

UME 0.154 [SVN 31930]

Author: tafoid | Date: 05 September 2014 21:41:35

  • pve500 volume adjust (nw)

UME 0.154 [SVN 31929]

Author: hap | Date: 05 September 2014 21:23:14

  • my spacebar wants his money back

UME 0.154 [SVN 31928]

Author: hap | Date: 05 September 2014 21:05:59

  • it's not z80, and doesn't look like a simple clone of galaxian

UME 0.154 [SVN 31927]

Author: olivierg | Date: 05 September 2014 19:48:51

  • house shadows (nw)

UME 0.154 [SVN 31926]

Author: olivierg | Date: 05 September 2014 19:31:34

  • rename (nw)

UME 0.154 [SVN 31925]

Author: angelosa | Date: 05 September 2014 19:23:43

  • Added destination base address for sprite DMA, fixes Purple laser visibility in Raiden 2/DX

UME 0.154 [SVN 31924]

Author: olivierg | Date: 05 September 2014 19:02:07

  • raiden2: Does it blend? (nw)

UME 0.154 [SVN 31923]

Author: fabiopri | Date: 05 September 2014 16:24:35

  • (MESS) gameboy: added dump of Color GameBoy 188 in 1 multicart,
  • and partially implemented the required mapper [Team Europe, Fabio Priuli]
  • after selecting a game, the CPU always points to the correct bank of the cart,
  • but some games don't work anyway (e.g. Duck Tales, PacMan, etc.)
  • I don't have time to further debug this, at the moment, so I leave it to whoever
  • wants to take a look

UME 0.154 [SVN 31922]

Author: fabiopri | Date: 05 September 2014 16:16:40

  • (MESS) softlist: misc gb / gbc dumps added. nw.

UME 0.154 [SVN 31921]

Author: fabiopri | Date: 05 September 2014 16:15:21

  • (MESS) pico.xml: more Japanese and Korean dumps added. [Team Europe]

UME 0.154 [SVN 31920]

Author: olivierg | Date: 05 September 2014 15:51:50

  • raiden2: sprite placement and priorities (nw)

UME 0.154 [SVN 31919]

Author: dhaywood | Date: 05 September 2014 15:46:48

  • eolith.c needs faster EEPROM access like vamphalf.c, fixes fort2b again (nw)

UME 0.154 [SVN 31918]

Author: robbbert | Date: 05 September 2014 15:39:39

  • inder.c: WIP

UME 0.154 [SVN 31917]

Author: tafoid | Date: 05 September 2014 14:10:44

  • Fix dropped mame.lst update (nw)

UME 0.154 [SVN 31916]

Author: tafoid | Date: 05 September 2014 14:03:23

  • New games marked as GAME_NOT_WORKING
  • -------------------------------

UME 0.154 [SVN 31915]

Author: olivierg | Date: 05 September 2014 12:09:41

  • raidendx banking (nw)

UME 0.154 [SVN 31914]

Author: dhaywood | Date: 05 September 2014 11:53:25

  • new NOT WORKING
  • Yori Zori Kuk Kuk [Dullaron, Kai Bauer, Brian Troha, The Dumping Union]
  • graphics roms not dumped yet, although I couldn't get it to boot, so might be a bit different

UME 0.154 [SVN 31913]

Author: miodragm | Date: 05 September 2014 09:24:00

  • samples fix from Osso (nw)

UME 0.154 [SVN 31912]

Author: robbbert | Date: 05 September 2014 06:37:37

  • inder.c: WIP

UME 0.154 [SVN 31911]

Author: fabiopri | Date: 05 September 2014 05:15:36

  • let's make cmpro happier. nw.

UME 0.154 [SVN 31910]

Author: fabiopri | Date: 04 September 2014 22:21:51

  • (MESS) a5200/a7800: fixed a bunch of regressions introduced with
  • slotification. nw.

UME 0.154 [SVN 31909]

Author: fabiopri | Date: 04 September 2014 22:21:07

  • (MESS) a800: added sketchy support for some more mappers.
  • only a few carts have actually improved, but it is a start. nw.

UME 0.154 [SVN 31908]

Author: ivanva | Date: 04 September 2014 20:20:01

  • itt3030.c fix from RB (nw)

UME 0.154 [SVN 31907]

Author: michaelz | Date: 04 September 2014 20:11:35

  • floppy: Change in find_position to avoid missing edges that are very
  • close to a window end. (nw)

UME 0.154 [SVN 31906]

Author: ivanva | Date: 04 September 2014 18:49:30

  • samples_device: converted to use inline config and delegates. Will probably need clean compile. (nw)

UME 0.154 [SVN 31905]

Author: dhaywood | Date: 04 September 2014 14:31:09

  • improve note (nw)

UME 0.154 [SVN 31904]

Author: dhaywood | Date: 04 September 2014 14:20:27

  • note based on post made by 'Naxat' on my blog (nw)

UME 0.154 [SVN 31903]

Author: dhaywood | Date: 04 September 2014 13:29:39

  • rework the Seibu Cup Soccer debug mode code so that it can be enabled for all sets rather than just the non-functional bootlegs, also documented how you get the Olympic Soccer '92 title screen and disable a debug display in the Cup Soccer Selection sets. The COP could be involved in providing a rom overlay for this area. (nw)

UME 0.154 [SVN 31902]

Author: robbbert | Date: 04 September 2014 10:55:54

  • inder.c: Lap by Lap is working. [Robbbert]

UME 0.154 [SVN 31901]

Author: robbbert | Date: 04 September 2014 07:04:09

  • inder.c: Canasta 86 is working. [Robbbert]

UME 0.154 [SVN 31900]

Author: fabiopri | Date: 04 September 2014 06:18:05

  • (MESS) md_slot.c: let's try to load carts in a rom region rather than in a dynamic buffer.
  • This hopefully allows to search for ROM cheats again and fixes bug MT5488. nw.

UME 0.154 [SVN 31899]

Author: fabiopri | Date: 04 September 2014 05:59:05

  • (MESS) whoops... Activision and Absolute mappers got switched when loading from fullpath... nw.

UME 0.154 [SVN 31898]

Author: rbelmont | Date: 04 September 2014 03:38:10

  • not quite yet (nw)

UME 0.154 [SVN 31897]

Author: rbelmont | Date: 04 September 2014 03:37:23

  • (MESS) pc_vga: correct access to attribute register when PAS bit is set, allows XFree86 to detect ISA VGA. [Peter Ferrie]

UME 0.154 [SVN 31896]

Author: rbelmont | Date: 04 September 2014 03:26:43

  • SDL: reenable SDL_ttf for SDL2 builds (nw)

UME 0.154 [SVN 31895]

Author: briantro | Date: 03 September 2014 20:37:20

  • galpanic.c: Correct rom names for the newest Fantasia set. - NW

UME 0.154 [SVN 31894]

Author: hap | Date: 03 September 2014 19:30:19

  • added global alpha bit

UME 0.154 [SVN 31893]

Author: angelosa | Date: 03 September 2014 19:28:06

  • Updated 0205 for m68k based games

UME 0.154 [SVN 31892]

Author: fabiopri | Date: 03 September 2014 17:22:41

  • fixed pokey mapping in the a7800 carts. nw.

UME 0.154 [SVN 31891]

Author: fabiopri | Date: 03 September 2014 17:20:35

  • updated pokey to use delegates for its callbacks. nw.

UME 0.154 [SVN 31890]

Author: fabiopri | Date: 03 September 2014 17:19:35

  • (MESS) coleco.xml: Some more verified dumps and info added. [Ikrananka]

UME 0.154 [SVN 31889]

Author: robbbert | Date: 03 September 2014 14:16:21

  • inder.c: Brave Team is working. [Robbbert]

UME 0.154 [SVN 31888]

Author: jgevarya | Date: 03 September 2014 12:41:02

  • Remove test code (n/w)

UME 0.154 [SVN 31887]

Author: olivierg | Date: 03 September 2014 11:32:43

  • raiden: misc (nw)

UME 0.154 [SVN 31886]

Author: rbelmont | Date: 03 September 2014 03:26:15

  • SDL: Use the same screen selection method for SDL2 as Windows. [R. Belmont]

UME 0.154 [SVN 31885]

Author: rbelmont | Date: 03 September 2014 02:58:02

  • SDL: more OS X fixes for SDL2. (nw)

UME 0.154 [SVN 31884]

Author: rbelmont | Date: 03 September 2014 02:20:39

  • SDL: link properly on OS X for SDL2. [R. Belmont]

UME 0.154 [SVN 31883]

Author: hap | Date: 03 September 2014 01:28:34

  • changed Williams diag AU/MD button to PORT_TOGGLE

UME 0.154 [SVN 31882]

Author: robbbert | Date: 03 September 2014 01:21:54

  • inder.c: placeholder

UME 0.154 [SVN 31881]

Author: dhaywood | Date: 03 September 2014 00:09:21

  • new clones
  • Fantasia (940803 PCB) [system11]

UME 0.154 [SVN 31880]

Author: fabiopri | Date: 02 September 2014 22:41:50

  • (MESS) a2600.xml: some more fixes (these games need to start from bank2 at boot). nw.

UME 0.154 [SVN 31879]

Author: fabiopri | Date: 02 September 2014 22:26:50

  • (MESS) a2600.xml: added some missing slot options which caused some
  • regression in the new implementation. nw.

UME 0.154 [SVN 31878]

Author: fabiopri | Date: 02 September 2014 21:56:57

  • (MESS) atari400.c: start attempt to untangle a bit the video &
  • machine code. nw.

UME 0.154 [SVN 31877]

Author: hap | Date: 02 September 2014 20:18:43

  • (MESS) pve500.c: hooked up MB8421 RAM [FSanches]
  • (note to FS: we can't confirm that your driver crashes on load)

UME 0.154 [SVN 31876]

Author: miodragm | Date: 02 September 2014 14:42:52

  • Make it compile on 4.9.x (nw)

UME 0.154 [SVN 31873]

Author: miodragm | Date: 02 September 2014 12:57:12

  • Update to latest mongoose (nw)

UME 0.154 [SVN 31872]

Author: dhaywood | Date: 02 September 2014 12:50:56

  • replace rom in ryukendna set [system11]

UME 0.154 [SVN 31871]

Author: dhaywood | Date: 02 September 2014 12:40:45

  • new clones
  • The Simpsons (2 Players World, set 3) [Ben76]

UME 0.154 [SVN 31870]

Author: miodragm | Date: 02 September 2014 10:01:11

  • Support for SDL2 builds on win32

UME 0.154 [SVN 31869]

Author: miodragm | Date: 02 September 2014 09:35:09

  • Let's static link SDL on win32 build (nw)

UME 0.154 [SVN 31868]

Author: tafoid | Date: 02 September 2014 07:48:44

  • Compile Fix (nw)

UME 0.154 [SVN 31867]

Author: fabiopri | Date: 02 September 2014 06:37:07

  • a7800 minor comments/cleanups. nw.

UME 0.154 [SVN 31866]

Author: fabiopri | Date: 02 September 2014 06:02:02

  • (MESS) atari400.c progress: [Fabio Priuli]
  • - Rewritten cart emulation to use slot devices (many
  • "mappers" do not fully work) and unified cart handling
  • among 8bit home computers, XEGS and Atari 5200
  • - Added support for loading carts with bankswitch to all XL/XE
  • models
  • - Added support for loading XEGS carts in Atari 8bits home
  • computers (XEGS instead will only load XEGS games until
  • support for the keyboard add-on is included)
  • - Big clean up of the driver, simplifying memory map, removing
  • writes to ROM, etc.
  • - Changed NOT_WORKING flag to IMPERFECT_GRAPHICS
  • in 600XL, 65XE, 800XE and XEGS since they should now be
  • working to the same extent of the 800XL, and bugs shall be
  • reported.
  • as a consequence of the above changes, the new softlists a800.xml, a5200.xml
  • and xegs.xml are not compatible anymore with 0.154: keep the old xmls until
  • 0.155 if you don't compile your own exe

UME 0.154 [SVN 31865]

Author: hap | Date: 02 September 2014 05:02:49

  • note for kale

UME 0.154 [SVN 31864]

Author: rbelmont | Date: 02 September 2014 03:08:13

  • SDL: remove dead code from SDL2 renderer, fix laserdisc crash with SDL2 -video accel rendering. [R. Belmont]

UME 0.154 [SVN 31863]

Author: angelosa | Date: 01 September 2014 23:44:32

  • Notes

UME 0.154 [SVN 31862]

Author: rbelmont | Date: 01 September 2014 23:38:35

  • SDL: More cleanups. (nw)

UME 0.154 [SVN 31861]

Author: angelosa | Date: 01 September 2014 22:13:19

  • Fixed sprite DMA for Raiden 2, bullets are now visible [Angelo Salese, Olivier Galibert]

UME 0.154 [SVN 31860]

Author: ivanva | Date: 01 September 2014 20:26:53

  • kaneko_toybox_device: cleanups (nw)

UME 0.154 [SVN 31859]

Author: ivanva | Date: 01 September 2014 15:35:57

  • kaneko_calc3_device: minor cleanup (nw)

UME 0.154 [SVN 31858]

Author: robbbert | Date: 01 September 2014 14:08:14

  • aftor and spectra: minor improvements (nw)
  • Af-tor: added missing inputs and mechanical sounds. Added notes. Fixed broken bank of switches.
  • Spectra: added slingshot sound and some notes. Fixed coin sound. Removed useless variable.

UME 0.154 [SVN 31857]

Author: ivanva | Date: 01 September 2014 13:06:22

  • kaneko_calc3_device: "standardized" it some (nw)

UME 0.154 [SVN 31856]

Author: ivanva | Date: 01 September 2014 13:05:17

  • mjsister.c: fixed crash (nw)

UME 0.154 [SVN 31855]

Author: miodragm | Date: 01 September 2014 09:58:33

  • Added window to osd_interface (nw)
  • win_monitor_info to class
  • win_window_info to class, partial

UME 0.154 [SVN 31853]

Author: rbelmont | Date: 01 September 2014 03:09:38

  • SDL: remove more dead code from the GL paths (nw)

UME 0.154 [SVN 31852]

Author: rbelmont | Date: 01 September 2014 02:55:58

  • SDL: init timebase the first time it's needed on Windows, Mac, and OS/2 targets. [R. Belmont]

UME 0.154 [SVN 31851]

Author: rbelmont | Date: 31 August 2014 22:52:19

  • (nw)

UME 0.154 [SVN 31850]

Author: rbelmont | Date: 31 August 2014 21:55:48

  • SDL: fall through to the baseline Win32 implementations for file, socket, and pty/named pipe I/O. [R. Belmont]
  • nw: This fixes laserdisc games and enables socket and named pipe I/O in SDL Windows builds.

UME 0.154 [SVN 31849]

Author: briantro | Date: 31 August 2014 06:35:13

  • segas32.c: Minor doc update - NW

UME 0.154 [SVN 31848]

Author: briantro | Date: 31 August 2014 00:39:28

  • arkanoid.c: Add a note about an undumped Arkanoid set - NW

UME 0.154 [SVN 31847]

Author: briantro | Date: 31 August 2014 00:17:46

  • gaplus.c: Give the Tecfri set the correction inputs including dipswitch settings. Correct rom labels as per PCB & replace damaged GP2 10 rom. - NW

UME 0.154 [SVN 31846]

Author: briantro | Date: 31 August 2014 00:16:32

  • circusc.c: Correct disassembled code - NW

UME 0.154 [SVN 31845]

Author: hap | Date: 30 August 2014 19:38:49

  • woop

UME 0.154 [SVN 31844]

Author: hap | Date: 30 August 2014 19:28:30

  • Matty koreafix

UME 0.154 [SVN 31843]

Author: hap | Date: 30 August 2014 19:23:35

  • OG bugfix

UME 0.154 [SVN 31842]

Author: dhaywood | Date: 30 August 2014 18:52:06

  • new clones
  • Gaplus (Tecfri PCB) [system11]

UME 0.154 [SVN 31841]

Author: briantro | Date: 30 August 2014 17:22:36

  • segas32.c: IC1 is actually MB8421 - NW

UME 0.154 [SVN 31840]

Author: dhaywood | Date: 30 August 2014 17:14:04

  • better details (nw)

UME 0.154 [SVN 31839]

Author: briantro | Date: 30 August 2014 17:06:49

  • New Air Rescue clone
  • New Clone Added
  • --------------------------

UME 0.154 [SVN 31838]

Author: briantro | Date: 30 August 2014 16:16:38

  • circusc.c: Correct 1 rom label as per actual PCB, even though 380_k13.5a is 100% identical to 380_j13.5a - NW

UME 0.154 [SVN 31837]

Author: tafoid | Date: 30 August 2014 00:39:35

  • Fix "error: zero-length gnu_printf format string" compile issue (nw)

UME 0.154 [SVN 31836]

Author: briantro | Date: 29 August 2014 22:20:56

  • circusc.c: The 380 W05 set has been confirmed to come with all revision "Q" roms. - NW

UME 0.154 [SVN 31835]

Author: briantro | Date: 29 August 2014 21:37:37

  • circusc.c: Corrent 1 rom name - NW

UME 0.154 [SVN 31834]

Author: wilbertp | Date: 29 August 2014 21:01:29

  • rsp.c: Modernised cpu core (nw)

UME 0.154 [SVN 31833]

Author: angelosa | Date: 29 August 2014 20:57:02

  • Ported OG's fix in m68k based games. Seibu Cup Soccer players now turns around right, at the expense of being mostly without the head (!). SD Gundam has less erratic Homing Missiles and third mid-boss doesn't go to wonderland anymore.

UME 0.154 [SVN 31832]

Author: wilbertp | Date: 29 August 2014 20:38:06

  • atari_s1.c: removed unused member (nw)

UME 0.154 [SVN 31831]

Author: tafoid | Date: 29 August 2014 18:12:05

  • Corrected some labels to follow 6 digit Atari standard for Destroyer (nw)

UME 0.154 [SVN 31830]

Author: ivanva | Date: 29 August 2014 18:07:39

  • Updated most of the remaining static TIMER_CALLBACKs (nw) to MEMBERs. (nw)

UME 0.154 [SVN 31829]

Author: briantro | Date: 29 August 2014 15:29:45

  • Minor doc updates: ID the MB89372 & Link PCB layout - NW

UME 0.154 [SVN 31828]

Author: olivierg | Date: 29 August 2014 14:21:14

  • raiden2: Add 6200 (nw)

UME 0.154 [SVN 31827]

Author: alexjack | Date: 29 August 2014 08:17:30

  • metro.c Fix assert (nw)

UME 0.154 [SVN 31826]

Author: hap | Date: 29 August 2014 04:17:18

  • added mb8421 to segaybd.c pdriftl. untested, since linkcpu doesnt enable interrupts?

UME 0.154 [SVN 31825]

Author: hap | Date: 29 August 2014 02:05:44

  • added mb8421 to taitojc.c
  • also removed debug_dsp_command()

UME 0.154 [SVN 31824]

Author: tafoid | Date: 29 August 2014 01:33:41

  • New games marked as GAME_NOT_WORKING
  • -------------------------------

UME 0.154 [SVN 31823]

Author: angelosa | Date: 29 August 2014 01:05:45

  • Note about 0xdde5, and made Seibu Cup Soccer to be 320x240 from this guess (makes sense considering that there's an ugly black border on bottom screen otherwise).

UME 0.154 [SVN 31822]

Author: hap | Date: 28 August 2014 20:59:28

  • added MB8421 device (16KBIT dual port SRAM with 2 interrupt pins)

UME 0.154 [SVN 31821]

Author: dhaywood | Date: 28 August 2014 17:35:17

  • temp, use puzzle break code with sohosung so it boots, extraction of data from sohosung will be done shortly. (nw)

UME 0.154 [SVN 31820]

Author: ivanva | Date: 28 August 2014 17:09:41

  • cinemat.c: moved audio functions to the driver class (nw)

UME 0.154 [SVN 31819]

Author: ivanva | Date: 28 August 2014 16:58:47

  • Added save states to igs011.c (nw)

UME 0.154 [SVN 31818]

Author: olivierg | Date: 28 August 2014 16:14:05

  • mfi_dsk: Fix leaks [O. Galibert]

UME 0.154 [SVN 31817]

Author: olivierg | Date: 28 August 2014 16:14:03

  • altos5: Fix wrong drive type [O. Galibert]

UME 0.154 [SVN 31816]

Author: robbbert | Date: 28 August 2014 15:32:58

  • taito.c: added ay sound, snake sounds better now.

UME 0.154 [SVN 31815]

Author: robbbert | Date: 28 August 2014 08:37:09

  • Added licence info (nw)

UME 0.154 [SVN 31814]

Author: robbbert | Date: 28 August 2014 07:47:56

  • atari_s1: imperfect sound

UME 0.154 [SVN 31813]

Author: briantro | Date: 28 August 2014 01:28:49

  • segas32.c: Minor Doc update - NW

UME 0.154 [SVN 31812]

Author: hap | Date: 27 August 2014 20:15:08

  • new game added as GAME_NOT_WORKING
  • -----

UME 0.154 [SVN 31811]

Author: hap | Date: 27 August 2014 17:57:58

  • added Taito TTL bazooka romset we had lying around

UME 0.154 [SVN 31810]

Author: hap | Date: 27 August 2014 17:21:28

  • it's a Z80E

UME 0.154 [SVN 31809]

Author: dhaywood | Date: 27 August 2014 16:17:39

  • (nw)

UME 0.154 [SVN 31808]

Author: dhaywood | Date: 27 August 2014 15:37:11

  • worse for now, but prep further work (nw)

UME 0.154 [SVN 31807]

Author: robbbert | Date: 27 August 2014 14:11:44

  • atari_s2: fixed sound clipping

UME 0.154 [SVN 31806]

Author: robbbert | Date: 27 August 2014 13:51:17

  • atari_s2: added noise circuit, although it doesn't seem to be used.

UME 0.154 [SVN 31805]

Author: fabiopri | Date: 27 August 2014 12:29:59

  • Reducing differences in File Manager options when entering from
  • softlist vs fullpath. nw.

UME 0.154 [SVN 31804]

Author: robbbert | Date: 27 August 2014 12:15:37

  • atari_s2: sound for superman, hercules, roadrunner.

UME 0.154 [SVN 31803]

Author: alexjack | Date: 27 August 2014 11:44:55

  • ymf278b: Use the memory system to access wavetable data. This should make it
  • possible to hook up RAM as well as ROM to the device, e.g. for computer
  • sound cards in MESS.
  • psikyo4: Improve and clean up wavetable ROM banking. The mask ROM tests in
  • hotgm4ev and hotgmcki pass now. loderndf still fails for unknown reasons.
  • Miscellaneous cleanups as well. [Alex Jackson]
  • (nw) I'm using the multipcm workaround for default address maps for now.
  • The core change I discussed will go in a separate commit, in case it causes
  • more problems than anticipated.

UME 0.154 [SVN 31802]

Author: dhaywood | Date: 27 August 2014 11:42:04

  • allow link cpu to execute (nw)

UME 0.154 [SVN 31801]

Author: fabiopri | Date: 27 August 2014 11:37:17

  • fixed crash in File Manager when selecting "Return to Previous Menu" from
  • the softlist menu. nw.

UME 0.154 [SVN 31800]

Author: dhaywood | Date: 27 August 2014 10:48:05

  • prevent crash (nw)

UME 0.154 [SVN 31799]

Author: fabiopri | Date: 27 August 2014 10:43:30

  • Fix for MT05639, which had regressed in rev.30805. nw.
  • Of course, device options have to be removed *before* the
  • call of set_system_name (which sets the options of the new
  • system), or the system is launched with no media options
  • available! :-)

UME 0.154 [SVN 31798]

Author: alexjack | Date: 27 August 2014 09:57:30

  • metro.c: sort games by hardware type, clean up address maps, start unifying MCFGs (nw)

UME 0.154 [SVN 31797]

Author: ryanholt | Date: 27 August 2014 08:19:47

  • (nw) mips3drc: Made badcop exception handling cleaner. If you haven't read Bob Martin's "Clean Code" yet, do so.

UME 0.154 [SVN 31796]

Author: fabiopri | Date: 27 August 2014 08:08:32

  • (MESS) softlist: misc new dumps. nw.

UME 0.154 [SVN 31795]

Author: fabiopri | Date: 27 August 2014 08:07:58

  • (MESS) vcs_slot: avoid possible crashes when loading a new game from the internal UI. nw.

UME 0.154 [SVN 31794]

Author: briantro | Date: 27 August 2014 03:10:39

  • segaybd.c: Give the new Power Drift (Japan, Link Version) it's own correct dipswitch settings. [Brian Troha]

UME 0.154 [SVN 31793]

Author: hap | Date: 26 August 2014 22:59:17

  • servicecoin was wrong (IPT_SERVICE is F2)

UME 0.154 [SVN 31792]

Author: ryanholt | Date: 26 August 2014 22:00:27

  • mips3drc: Throw badcop exceptions on COP1 accesses while the COP1 status bit is
  • not enabled [MarathonMan]

UME 0.154 [SVN 31791]

Author: angelosa | Date: 26 August 2014 21:20:29

  • Small note, with Tafoid's aid.

UME 0.154 [SVN 31790]

Author: hap | Date: 26 August 2014 20:38:05

  • fix crash possibility

UME 0.154 [SVN 31789]

Author: olivierg | Date: 26 August 2014 19:39:58

  • floppy: Don't infloop in set_write_splice when there's no floppy (fixes MT5672) [O. Galibert]

UME 0.154 [SVN 31788]

Author: hap | Date: 26 August 2014 18:13:07

  • gamelist align as usual

UME 0.154 [SVN 31787]

Author: hap | Date: 26 August 2014 18:06:10

  • nw

UME 0.154 [SVN 31786]

Author: dhaywood | Date: 26 August 2014 17:04:24

  • doesn't look for these (nw)

UME 0.154 [SVN 31785]

Author: hap | Date: 26 August 2014 17:01:01

  • huh, i had this ready for commit but forgot

UME 0.154 [SVN 31784]

Author: dhaywood | Date: 26 August 2014 16:58:54

  • added decryption for Gundam Wing: Endless Duel (SNES bootleg) [iq_132]
  • still doesn't work, probably needs correct boot vectors or some other protection?

UME 0.154 [SVN 31783]

Author: dhaywood | Date: 26 August 2014 16:51:46

  • new NOT WORKING
  • Power Drift (Japan, Link Version) [ShouTime,rtw,B2K24, Gor ,Dullaron, anonymous, Mucci ,gregf ,ghoolster, Smitdogg,The Dumping Union]
  • I think it NEEDs the link board hooked up to work properly

UME 0.154 [SVN 31782]

Author: hap | Date: 26 August 2014 16:24:55

  • do some renames:
  • boblbobl2 -> sboblbobl
  • sboblboa -> sboblbobla
  • sboblbob -> sboblboblb

UME 0.154 [SVN 31781]

Author: hap | Date: 26 August 2014 16:10:01

  • added quizshow 2nd chr prom

UME 0.154 [SVN 31780]

Author: robbbert | Date: 26 August 2014 15:07:41

  • Various pinball works in progress (nw)
  • - 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

UME 0.154 [SVN 31779]

Author: fabiopri | Date: 26 August 2014 06:58:29

  • (MESS) a7800: added Yamaha 2151 emulation to the XM
  • expansion board, thanks to info from tep392. nw.
  • Also removed from the softlist the Donkey Kong XM Enhanced
  • version which had been hacked to work on ProSystem emulator
  • and fails to save hiscores with correct HSC emulation
  • (it remains available the correct version which saves fine both
  • in MESS and in the real hardware).

UME 0.154 [SVN 31778]

Author: fabiopri | Date: 26 August 2014 06:54:24

  • (MESS) a7800: split video emulation (Atari MARIA chip) into a
  • separate device. [Fabio Priuli]

UME 0.154 [SVN 31777]

Author: rbelmont | Date: 26 August 2014 03:11:29

  • SDL: don't require -str to enable watchdog (nw)

UME 0.154 [SVN 31776]

Author: rbelmont | Date: 26 August 2014 01:32:52

  • (MESS) apple3: don't do color text in A2 emulation mode. [R. Belmont]

UME 0.154 [SVN 31775]

Author: briantro | Date: 26 August 2014 01:32:47

  • fuukifg2.c: Correct clock speeds for the Susume! Mile Smile / Go Go! Mile Smile and Gyakuten!! Puzzle Bancho sets. [system11]

UME 0.154 [SVN 31774]

Author: robbbert | Date: 26 August 2014 00:06:09

  • boblbobl2 fixed, promoted from GAME_NOT_WORKING [Darq]
  • (nw) if someone feels the set name should be changed, go ahead.

UME 0.154 [SVN 31773]

Author: philipbe | Date: 25 August 2014 20:31:31

  • Removed for now -nw-

UME 0.154 [SVN 31772]

Author: fabiopri | Date: 25 August 2014 19:48:48

  • (MESS) a78_slot: added logging of the A78 header, fixed identification of
  • some games when loaded from fullpath, and hopefully fixed crash when
  • loading carts from the internal UI. nw.

UME 0.154 [SVN 31771]

Author: fabiopri | Date: 25 August 2014 19:46:05

  • (MESS) vcs_slot: added oncart RAM to save state. nw.

UME 0.154 [SVN 31770]

Author: sronco | Date: 25 August 2014 19:21:17

  • (MESS) upd7220: fixed RDAT command when data to read are larger than the FIFO, this fixes dmv and a5105 text scrolling. (nw)

UME 0.154 [SVN 31769]

Author: rbelmont | Date: 25 August 2014 14:56:31

  • Games added as GAME_NOT_WORKING
  • --------------------------

UME 0.154 [SVN 31768]

Author: ivanva | Date: 25 August 2014 13:09:41

  • psikyo4: Fixed MT05688 (nw)
  • Also enabled GAME_SUPPORTS_SAVE since the driver and the needed cores seem to support save just fine and quick testing didn't show any problem.

UME 0.154 [SVN 31767]

Author: fabiopri | Date: 25 August 2014 12:15:32

  • (MESS) a7800.c progress: [Fabio Priuli]
  • - Rewritten cart emulation to use slot devices
  • - Removed POKEY chip from the main unit since it was inside
  • the carts (of course it gets enabled when you launch a game
  • who contained it in its cart)
  • - Added support for the High Score cart as a passthru cart: when
  • you mount hiscore, a -cart2 switch will become available to mount
  • the game you want to play
  • - Properly implemented XBoarD and XM expansions as
  • passthru carts as well, so that new syntax to run dkxm.a78 is
  • "mess a7800 -cart xm -cart2 pathtogamesdkxm.a78"
  • High Score support for XM shall work as well.
  • - Big clean up of the driver, simplifying memory map, removing
  • writes to ROM, etc.
  • Out of whatsnew: In conclusion, a7800.c has been brought into the new millennium ;-)

UME 0.154 [SVN 31766]

Author: philipbe | Date: 25 August 2014 11:36:46

  • centiped.c - Various changes: [Phil Bennett]
  • - Made centtime the parent (this is actually revision 4)
  • - Renamed ROMs to include correct part numbers and locations.
  • - Added sync PROM to Warlords
  • New clones added:
  • Centipede (revision 1)

UME 0.154 [SVN 31765]

Author: robbbert | Date: 25 August 2014 10:25:43

  • hankin.c: redo volume control code

UME 0.154 [SVN 31763]

Author: briantro | Date: 25 August 2014 02:35:12

  • bwidow.c: Fix one missed rom renaming - NW

UME 0.154 [SVN 31762]

Author: briantro | Date: 24 August 2014 22:30:32

  • mame.lst: minor doc details of Candory - NW

UME 0.154 [SVN 31761]

Author: briantro | Date: 24 August 2014 21:47:37

  • itech32.c: Minor rom name correction / documentation update - NW

UME 0.154 [SVN 31760]

Author: briantro | Date: 24 August 2014 21:46:08

  • mame.lst: Fix for recent name change - NW

UME 0.154 [SVN 31759]

Author: philipbe | Date: 24 August 2014 20:49:48

  • bwidow.c - Various changes: [Phil Bennett]
  • - Added address decoder PROMs to Gravitar and clones.
  • - Renamed ROMs to include correct part numbers and locations.
  • - Renamed set gravp to gravitar1.

UME 0.154 [SVN 31758]

Author: rbelmont | Date: 24 August 2014 20:46:43

  • New games added as GAME_NOT_WORKING
  • ------------------------------

UME 0.154 [SVN 31757]

Author: barryrod | Date: 24 August 2014 11:21:02

  • fm11: hopefully fix crash accessing initiate ROM (no whatsnew)

UME 0.154 [SVN 31756]

Author: barryrod | Date: 24 August 2014 10:57:26

  • fm11: make it use bankdev to avoid crashes, and handle lack of BASIC ROM. (no whatsnew)

UME 0.154 [SVN 31755]

Author: fabiopri | Date: 24 August 2014 09:45:33

  • (MESS) a2600.c: converted Atari VCS carts to be slot devices, cleaned up
  • the implementation and removed Supercharger tapes from the main system.
  • The -cass media switch (to load the tape file) will become available only
  • when you mount the Supercharger cart. [Fabio Priuli]

UME 0.154 [SVN 31754]

Author: fabiopri | Date: 24 August 2014 09:42:23

  • I had to split this commit in two pieces because "svn move" does not like when you move a folder
  • and then you add a new folder with the original name of the one you moved. the tree will compile
  • again with next commit. nw.

UME 0.154 [SVN 31753]

Author: tafoid | Date: 24 August 2014 09:36:45

  • New clones added
  • -----------

UME 0.154 [SVN 31752]

Author: ivanva | Date: 24 August 2014 08:31:50

  • artmagic.c: moved some functions into driver class (nw)

UME 0.154 [SVN 31751]

Author: hap | Date: 23 August 2014 21:12:50

  • whitespace laundry

UME 0.154 [SVN 31750]

Author: robbbert | Date: 23 August 2014 14:15:35

  • rowamet.c: improved inputs

UME 0.154 [SVN 31749]

Author: robbbert | Date: 23 August 2014 13:14:53

  • taito.c: initial work, some games playable without sound.
  • rowamet.c: game playable with imperfect sound.

UME 0.154 [SVN 31748]

Author: barryrod | Date: 23 August 2014 04:11:34

  • amstrad: added Digiblaster printer-port device [Barry Rodewald]

UME 0.154 [SVN 31747]

Author: barryrod | Date: 23 August 2014 02:01:26

  • amstrad: added Amdrum expansion card [Barry Rodewald]

UME 0.154 [SVN 31746]

Author: alexjack | Date: 22 August 2014 23:55:53

  • various device_gfx_interface devices: cleanups and update or removal of obsolete comments (nw)

UME 0.154 [SVN 31745]

Author: hap | Date: 22 August 2014 23:26:37

  • made cabinet type a confsetting instead of dipsw

UME 0.154 [SVN 31744]

Author: philipbe | Date: 22 August 2014 22:20:53

  • New games added or promoted from NOT_WORKING status
  • Danger Express [Phil Bennett]

UME 0.154 [SVN 31743]

Author: philipbe | Date: 22 August 2014 22:06:47

  • New clones added:
  • Food Fight (rev 1) [Phil Bennett]

UME 0.154 [SVN 31742]

Author: ivanva | Date: 22 August 2014 18:47:07

  • tc0150rod.c: cleanups, no functional change expected (nw)

UME 0.154 [SVN 31741]

Author: ivanva | Date: 22 August 2014 18:33:01

  • Fixed dangerz sound regression (nw)

UME 0.154 [SVN 31739]

Author: ivanva | Date: 22 August 2014 17:55:22

  • Fixed scorpion save state regression (nw)

UME 0.154 [SVN 31733]

Author: tafoid | Date: 22 August 2014 11:41:20

  • Fix MT#05686 (nw)

UME 0.154 [SVN 31732]

Author: dhaywood | Date: 22 August 2014 10:50:08

  • new NOT WORKIN

UME 0.154 [SVN 31731]

Author: barryrod | Date: 22 August 2014 10:41:31

  • fm77av: converted various MMU functions to use bankdev. Dragon Buster is now
  • almost 3 times faster than it was.
  • memory.c: increased static handler limit, so that having a larger number of
  • address map bank devices don't hit it.

UME 0.154 [SVN 31730]

Author: hap | Date: 22 August 2014 01:23:15

  • improved numcrash romload

UME 0.154 [SVN 31729]

Author: briantro | Date: 22 August 2014 01:15:18

  • cps2.c: The "19xx_" was added and not actually on the label so correct it and conform to the standard CPS2 label format - NW

UME 0.154 [SVN 31728]

Author: briantro | Date: 22 August 2014 01:08:26

  • new 19XX: The War Against Destiny
  • New Clone Added
  • ------------------------------------

UME 0.154 [SVN 31727]

Author: ivanva | Date: 21 August 2014 16:45:50

  • Compile fix from qmc2 (nw)

UME 0.154 [SVN 31726]

Author: lucaelia | Date: 21 August 2014 15:35:43

  • Preliminary IGS029 protection simulation for mgcs: [Luca Elia]
  • fixes sound, dips and crash at game start.

UME 0.154 [SVN 31725]

Author: ivanva | Date: 21 August 2014 13:15:11

  • tc0480scp.c: added missing save states + small cleanup, improves but doesn't totally fix racingb save state (nw)

UME 0.154 [SVN 31724]

Author: ivanva | Date: 21 August 2014 13:13:57

  • Fixed greatgun save state crash (nw)

UME 0.154 [SVN 31723]

Author: ivanva | Date: 21 August 2014 13:13:07

  • Fixed 25pacman save state crash (nw)

UME 0.154 [SVN 31722]

Author: robbbert | Date: 21 August 2014 03:14:05

  • jeutel.c: some work

UME 0.154 [SVN 31721]

Author: rbelmont | Date: 21 August 2014 03:05:14

  • (MESS) Apple II series changes: [R. Belmont]
  • - Support 1 MB expansion for Laser 128ex2
  • - Give the IIc Plus the correct drive type, but it's still unhappy
  • - Promote apple2c4 to working since it runs fine now

UME 0.154 [SVN 31720]

Author: hap | Date: 20 August 2014 22:43:46

  • denjinmakai 1/2 is by winkysoft (these 2 games are the only arcade games they made)

UME 0.154 [SVN 31719]

Author: hap | Date: 20 August 2014 22:30:04

  • nw

UME 0.154 [SVN 31718]

Author: hap | Date: 20 August 2014 20:26:51

  • new game added as GAME_NOT_WORKING
  • ---

UME 0.154 [SVN 31717]

Author: alexjack | Date: 20 August 2014 19:37:06

  • chqflag.c: convert to bankdev (nw)

UME 0.154 [SVN 31716]

Author: sronco | Date: 20 August 2014 18:59:30

  • (MESS) dmv: fixed memory module bankswitch in DOS. (nw)

UME 0.154 [SVN 31715]

Author: fabiopri | Date: 20 August 2014 17:47:32

  • (MESS) coleco.xml: replaced Sector Alpha incorrect dumps with a proper one [Ikrananka]

UME 0.154 [SVN 31714]

Author: ivanva | Date: 20 August 2014 17:19:18

  • Fixed invmultis1a, invmultis2a save state problem (nw)

UME 0.154 [SVN 31713]

Author: ivanva | Date: 20 August 2014 17:13:58

  • Fixed chqflag save state problem (nw)

UME 0.154 [SVN 31712]

Author: dhaywood | Date: 20 August 2014 14:58:57

  • fix girls 4,5,6 in popbingo bonus round

UME 0.154 [SVN 31711]

Author: lucaelia | Date: 20 August 2014 14:49:33

  • New games marked as GAME_NOT_WORKING
  • ----------------------------------------------

UME 0.154 [SVN 31710]

Author: robbbert | Date: 20 August 2014 10:04:55

  • jeutel.c: placeholder

UME 0.154 [SVN 31709]

Author: robbbert | Date: 20 August 2014 01:08:20

  • ltd.c: system-4 games display but not playable.

UME 0.154 [SVN 31708]

Author: dhaywood | Date: 20 August 2014 00:06:49

  • new clones
  • Shadow Dancer (bootleg, set 2) [Asure] (not working)

UME 0.154 [SVN 31707]

Author: tafoid | Date: 19 August 2014 18:24:30

  • New clones added
  • -----------

UME 0.154 [SVN 31706]

Author: ivanva | Date: 19 August 2014 16:21:31

  • Fixed razmataz save state sound problem (nw)

UME 0.154 [SVN 31705]

Author: dhaywood | Date: 19 August 2014 14:08:35

  • this set has a 'Japan Only' warning (nw)

UME 0.154 [SVN 31704]

Author: robbbert | Date: 19 August 2014 11:51:28

  • ltd.c: atlantis, black hole, working with no sound.

UME 0.154 [SVN 31703]

Author: hap | Date: 19 August 2014 11:10:19

  • rm old obsolete note

UME 0.154 [SVN 31702]

Author: rbelmont | Date: 19 August 2014 03:19:11

  • (MESS) Apple II: hook up ACIAs for Laser 128 series, remove cassette for IIc and Laser. [R. Belmont]

UME 0.154 [SVN 31701]

Author: rbelmont | Date: 19 August 2014 02:01:29

  • (MESS) Systems Promoted from GAME_NOT_WORKING: [Peter Ferrie, R. Belmont]
  • - Laser 128 (version 4.2)
  • - Laser 128ex (version 4.5)
  • - Laser 128ex2 (version 6.1)

UME 0.154 [SVN 31700]

Author: tafoid | Date: 19 August 2014 01:20:01

  • New clones added
  • -----------

UME 0.154 [SVN 31699]

Author: dhaywood | Date: 18 August 2014 23:46:05

  • change default dips to allow attract modes to run (nw)

UME 0.154 [SVN 31698]

Author: dhaywood | Date: 18 August 2014 23:37:14

  • better dipswitches for grndtour

UME 0.154 [SVN 31697]

Author: jameswal | Date: 18 August 2014 20:00:21

  • Thanks to Ivan for the save state spot, I've cleaned up a few of the variables that aren't used (nw)

UME 0.154 [SVN 31696]

Author: ivanva | Date: 18 August 2014 18:40:33

  • Fixed gridlee save state regression (nw)

UME 0.154 [SVN 31695]

Author: ivanva | Date: 18 August 2014 18:15:05

  • Fixed rocknms save state regression (nw)

UME 0.154 [SVN 31694]

Author: ivanva | Date: 18 August 2014 18:04:14

  • Removed some leftovers from metro.h (nw)

UME 0.154 [SVN 31693]

Author: hap | Date: 18 August 2014 17:53:13

  • this too

UME 0.154 [SVN 31692]

Author: hap | Date: 18 August 2014 17:45:51

  • galaxian.c: redumped atlantis2. [system11]

UME 0.154 [SVN 31691]

Author: robbbert | Date: 18 August 2014 10:44:53

  • ltd.c: placeholder

UME 0.154 [SVN 31690]

Author: fabiopri | Date: 18 August 2014 08:59:13

  • (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop,
  • by default mapped to F2 and Shift+F2, respectively. This is not meant
  • as a replacement for the internal Tape Control menu, but it shall make
  • simpler the usage of game tapes in home computers. Notice that
  • REC/RWD/FWD have still to be pressed from the internal UI and that
  • if you mount multiple cassettes in a driver with multiple tape drives
  • only the first one will be controllable with these shortcuts. [Fabio Priuli]
  • The idea is that more complex actions (e.g. save you own BASIC program
  • or copy programs from a tape to another, etc.) should be performed through
  • the internal menu, while people just aiming to play games can use the
  • shortcut.
  • This commit requires probably a clean build.

UME 0.154 [SVN 31689]

Author: fabiopri | Date: 18 August 2014 08:50:28

  • (MESS) tapectrl.c: fixed bug where systems with multiple cassette drives (e.g. PET)
  • had no Tape Controls when no cassette was loaded in the first drive. [Fabio Priuli]

UME 0.154 [SVN 31688]

Author: robbbert | Date: 18 August 2014 06:36:20

  • hankin.c: Added sound. All 5 games marked as working.

UME 0.154 [SVN 31687]

Author: robbbert | Date: 18 August 2014 02:34:21

  • hankin.c: Display changed to florescent blue.

UME 0.154 [SVN 31686]

Author: robbbert | Date: 18 August 2014 01:16:16

  • by17,hankin,st_mp100,st_mp200: used same display method as by35.

UME 0.154 [SVN 31685]

Author: briantro | Date: 17 August 2014 20:55:24

  • minor doc updates - NW
  • adds B68-xx pals to Asuka & Galmedes sets. Asuka & Asuka is the original Taito B68 game. Galmedes runs on the same board with B68 parts as per documentation in the header of the file.

UME 0.154 [SVN 31684]

Author: hap | Date: 17 August 2014 20:47:31

  • ok, let's name the seibu NL sets "Holland" anyway (as indicated on titlescreen)

UME 0.154 [SVN 31683]

Author: briantro | Date: 17 August 2014 20:35:27

  • new Viper Phase 1 clone
  • New Clone Added
  • ------------------------------

UME 0.154 [SVN 31682]

Author: rbelmont | Date: 17 August 2014 18:15:06

  • (MESS) Support PET user port "CB2 Sound" device [R. Belmont]

UME 0.154 [SVN 31681]

Author: hap | Date: 17 August 2014 16:52:02

  • fix regression

UME 0.154 [SVN 31680]

Author: hap | Date: 17 August 2014 16:16:33

  • fix an assert

UME 0.154 [SVN 31679]

Author: robbbert | Date: 17 August 2014 15:06:06

  • by35: fixed display. Most games are somewhat playable.

UME 0.154 [SVN 31678]

Author: robbbert | Date: 17 August 2014 11:34:08

  • st_mp200: fixed display

UME 0.154 [SVN 31677]

Author: ivanva | Date: 17 August 2014 08:32:04

  • Fixed quintono save state problem (nw)
  • Actually all the games in the driver are marked as GAME_SUPPORTS_SAVE, but there wasn't really any support..

UME 0.154 [SVN 31676]

Author: rbelmont | Date: 17 August 2014 05:13:48

  • quick fix to last commit (nw)

UME 0.154 [SVN 31675]

Author: rbelmont | Date: 17 August 2014 05:09:41

  • (MESS) Apple II: Add support for the Applied Engineering TimeMaster II H.O. card [R. Belmont]

UME 0.154 [SVN 31674]

Author: rbelmont | Date: 17 August 2014 05:02:13

  • (MESS) Support ProDOS-order Pascal 1.3 images [R. Belmont]

UME 0.154 [SVN 31673]

Author: rbelmont | Date: 17 August 2014 04:36:26

  • msm5832: day of week is 0-6, not 1-7 [R. Belmont]

UME 0.154 [SVN 31672]

Author: robbbert | Date: 17 August 2014 04:12:12

  • st_mp100: fixed display, 4 games marked as working.

UME 0.154 [SVN 31671]

Author: rbelmont | Date: 17 August 2014 02:13:09

  • URNOTe (nw)

UME 0.154 [SVN 31670]

Author: rbelmont | Date: 16 August 2014 22:09:19

  • (MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ProDOS. [Peter Ferrie, R. Belmont]

UME 0.154 [SVN 31669]

Author: lucaelia | Date: 16 August 2014 16:07:53

  • New games added or promoted from NOT_WORKING status
  • ----------------------------------------------

UME 0.154 [SVN 31668]

Author: fabiopri | Date: 16 August 2014 08:16:35

  • (MESS) nes.xml: added another proto dump. nw.

UME 0.154 [SVN 31667]

Author: rbelmont | Date: 16 August 2014 03:46:26

  • (MESS) Apple II: add more debugger guards around C800 bankswitch [Peter Ferrie, R. Belmont]

UME 0.154 [SVN 31666]

Author: barryrod | Date: 16 August 2014 03:16:03

  • amstrad: removed ROMEN signal callback, it is actually an input to an
  • expansion device.
  • added the ability to map in Symbiface II rewriteable ROM for reading
  • and writing. Still not usable as an alternate source of ROMs as yet.
  • remembered to add RAM size options to the CPC+

UME 0.154 [SVN 31665]

Author: robertof | Date: 15 August 2014 23:49:03

  • coinmvga.c driver: Minor cleanup, new set added, and changed
  • game descriptions. [Roberto Fresca]
  • New clones added
  • -----------

UME 0.154 [SVN 31664]

Author: sronco | Date: 15 August 2014 22:57:33

  • (MESS) removed unneeded files (nw)

UME 0.154 [SVN 31663]

Author: briantro | Date: 15 August 2014 20:23:56

  • metro.c: Figured out one dipswitch in Mouse Shooter GoGo - NW

UME 0.154 [SVN 31662]

Author: rbelmont | Date: 15 August 2014 14:37:17

  • (MESS) New System Drivers Supported:
  • - Apple IIgs (ROM00 prototype 3/10/1986) [Apple II Documentation Project]

UME 0.154 [SVN 31661]

Author: sronco | Date: 15 August 2014 08:30:57

  • (MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco]
  • (MESS) dmv: added boot ROMs from 4 different boards. [rfka01]

UME 0.154 [SVN 31660]

Author: robbbert | Date: 15 August 2014 04:48:39

  • hankin.c: mostly working; no sound.

UME 0.154 [SVN 31659]

Author: rbelmont | Date: 15 August 2014 04:26:32

  • Allow use of external SQLite3 [Cesare Falco]

UME 0.154 [SVN 31658]

Author: rbelmont | Date: 15 August 2014 04:24:23

  • SDL: update manpages [Cesare Falco]

UME 0.154 [SVN 31657]

Author: hap | Date: 14 August 2014 23:01:03

  • nothing much

UME 0.154 [SVN 31656]

Author: hap | Date: 14 August 2014 19:52:04

  • small cleanup, i give up on mametesters.org/view.php?id=5377

UME 0.154 [SVN 31655]

Author: hap | Date: 14 August 2014 17:56:22

  • note

UME 0.154 [SVN 31654]

Author: alexjack | Date: 14 August 2014 15:18:28

  • Implemented the Namco Custom 116 palette and raster IRQ controller as a device,
  • and hooked it up to the namcos1, namconb1 and namcofl drivers [Alex Jackson]
  • digfx.c: Make some members protected instead of private to be less fascistic
  • and more consistent with other device_interfaces.

UME 0.154 [SVN 31653]

Author: robbbert | Date: 14 August 2014 13:49:17

  • hankin.c: more WIP

UME 0.154 [SVN 31652]

Author: ivanva | Date: 14 August 2014 11:51:57

  • Removed GAME_SUPPORTS_SAVE flag from 2mindril.c: since it's been converted to be derived from taito_f3.c, it needs proper save state support in the parent driver first (nw)

UME 0.154 [SVN 31651]

Author: hap | Date: 14 August 2014 11:21:26

  • small cleanup

UME 0.154 [SVN 31650]

Author: ivanva | Date: 14 August 2014 07:55:52

  • Fixed hitme.c save state problem (nw)

UME 0.154 [SVN 31649]

Author: dhaywood | Date: 14 August 2014 07:30:01

  • nebulray: fix missing starfield
  • (basically fixed by phil's update, we no longer need to patch out parts of the gfx rom)

UME 0.154 [SVN 31648]

Author: robbbert | Date: 14 August 2014 04:40:05

  • hankin.c: WIP

UME 0.154 [SVN 31647]

Author: robbbert | Date: 14 August 2014 00:37:19

  • allied.c: added blanking.

UME 0.154 [SVN 31646]

Author: philipbe | Date: 14 August 2014 00:11:06

  • 02124: nebulray, nebulrayj: Nebulas Ray is missing a rotation effect in the first level [Phil Bennett]
  • namconb1.c - Improved interrupt handling, fixing raster-effects (used by nebulray and machbrkr) and nebulray test mode. [Phil Bennett]

UME 0.154 [SVN 31645]

Author: alexjack | Date: 13 August 2014 21:29:34

  • armedf.c: text videoram is 8-bit to begin with, no need for this (nw)

UME 0.154 [SVN 31644]

Author: tafoid | Date: 13 August 2014 20:55:48

  • Fix attributes changed in 0.154 release for megadriv/neogeo software lists. Thanks Sunbeam for the heads up. (nw)

UME 0.154 [SVN 31643]

Author: wilbertp | Date: 13 August 2014 19:01:54

  • (MESS) sega8_slot.c: Prevent out of bound access when determining the cart type for small (homebrew) rom files. (nw)

UME 0.154 [SVN 31642]

Author: dhaywood | Date: 13 August 2014 16:16:33

  • new clones
  • Bonze Adventure (World, prototype) [Silvio Grazini]
  • need to verify z80 rom as the same (was missing from romset provided) also should check to make sure it uses c-chip in the same way as final.

UME 0.154 [SVN 31641]

Author: rbelmont | Date: 13 August 2014 14:20:25

  • (MESS) Apple II: enable language-card write on reset based on h/w testing [Peter Ferrie]

UME 0.154 [SVN 31640]

Author: robbbert | Date: 13 August 2014 13:43:33

  • allied.c: fixed coins, all 12 games marked as working.

UME 0.154 [SVN 31639]

Author: ivanva | Date: 13 August 2014 13:02:02

  • Fixed rocktrv2 save state regression (nw)

UME 0.154 [SVN 31638]

Author: dhaywood | Date: 13 August 2014 12:03:51

  • z80 banking was banking in the 'maincpu' romspace?!

UME 0.154 [SVN 31637]

Author: robbbert | Date: 13 August 2014 10:28:35

  • allied.c: everything works except for coin input.

UME 0.154 [SVN 31636]

Author: robbbert | Date: 13 August 2014 09:41:43

  • Fixed compile error.

UME 0.154 [SVN 31635]

Author: briantro | Date: 13 August 2014 05:13:47

  • taito_b.c: Verified clock speeds for the East Technology's ET910000A PCB used by Sel Feena and Ryu Jin. [system11]

UME 0.154 [SVN 31634]

Author: rbelmont | Date: 13 August 2014 03:51:42

  • remove unnecessary debug (nw)

UME 0.154 [SVN 31633]

Author: rbelmont | Date: 13 August 2014 03:45:39

  • (MESS) Laser 3000: add first-pass keyboard, 80-column text, hi-res, and double hi-res graphics support [R. Belmont]

UME 0.154 [SVN 31632]

Author: hap | Date: 12 August 2014 23:17:43

  • nw

UME 0.154 [SVN 31631]

Author: crazyc | Date: 12 August 2014 21:51:20

  • (mess) rmnimbus: low-level formatting almost works (nw)

UME 0.154 [SVN 31630]

Author: ivanva | Date: 12 August 2014 18:00:43

  • fixed glcolor.xml validation (nw)

UME 0.154 [SVN 31629]

Author: fabiopri | Date: 12 August 2014 15:55:51

  • m5.xml: dumped Bosconian. [Ola Andersson]

UME 0.154 [SVN 31628]

Author: ivanva | Date: 12 August 2014 15:34:13

  • Fixed most (all) system1.c save state regressions (nw)

UME 0.154 [SVN 31627]

Author: ivanva | Date: 12 August 2014 15:33:30

  • Added a pair of save states to the dsp56k core, fixes plygonet regression (nw)

UME 0.154 [SVN 31626]

Author: hap | Date: 12 August 2014 15:30:41

  • let's make sf(analog buttons) a clone set:
  • rename sf -> sfan
  • rename sfu -> sf

UME 0.154 [SVN 31625]

Author: hap | Date: 12 August 2014 15:18:33

  • note

UME 0.154 [SVN 31624]

Author: ivanva | Date: 12 August 2014 13:01:45

  • Fixed cuebrick save state regression (nw)

UME 0.154 [SVN 31623]

Author: robbbert | Date: 12 August 2014 07:08:13

  • allied.c: WIP

UME 0.154 [SVN 31622]

Author: briantro | Date: 12 August 2014 04:11:20

  • nmg5.c: For Search Eye, it's actually Italian and Spanish - NW

UME 0.154 [SVN 31621]

Author: rbelmont | Date: 12 August 2014 02:53:16

  • (MESS) apple2: add possible Laser 128EX2 ROM pending future work on that series [R. Belmont]

UME 0.154 [SVN 31620]

Author: hap | Date: 11 August 2014 23:27:41

  • palette was out of range, fixes MT 05666?

UME 0.154 [SVN 31619]

Author: hap | Date: 11 August 2014 23:11:10

  • fix http://mametesters.org/view.php?id=5350
  • to quote OG:
  • "CPU cores *must* call standard_irq_callback() when taking an
  • interrupt. No ifs, no buts, Not only HOLD_LINE relies on it, but
  • more importantly run until interrupt relies on it."

UME 0.154 [SVN 31618]

Author: hap | Date: 11 August 2014 21:08:53

  • new clone added
  • ------------

UME 0.154 [SVN 31617]

Author: wilbertp | Date: 11 August 2014 20:56:26

  • (MESS) msx.c: Added support for National FS-CF351 + FS-FD351 external floppy controller and drive (nw)

UME 0.154 [SVN 31616]

Author: hap | Date: 11 August 2014 20:42:58

  • new clone added
  • -----------

UME 0.154 [SVN 31615]

Author: briantro | Date: 11 August 2014 20:30:19

  • new Search Eye clone
  • New Clone Added
  • ------------------------------

UME 0.154 [SVN 31614]

Author: hap | Date: 11 August 2014 20:19:41

  • correct rallyx sprite pos based on old video recording, the "displacement" workaround was wrong

UME 0.154 [SVN 31613]

Author: wilbertp | Date: 11 August 2014 20:14:36

  • (MESS) sms.c: Documented release years for some Brazilian SMS releases. [Enik Land]

UME 0.154 [SVN 31612]

Author: wilbertp | Date: 11 August 2014 20:06:10

  • (MESS) sms.c: Fixed a problem with 4pak that caused no games to play and fixed mapper detection for fire track homebrew (nw)

UME 0.154 [SVN 31611]

Author: jameswal | Date: 11 August 2014 19:47:08

  • Laserdisc titles added and reorganised to include dumps from other sources. ALG titles in particular have been heavily reorganised [Dragon's Lair Project, J. Wallace]
  • Out of whatsnew: This is phase 1, I have more to add and organise. All ALG games are now marked with NO_DUMP laserdiscs, since it seemed strange to have some one way, and some the other.
  • Dragon's Lair now supports the earliest beta code, including that in machine serial number #001.

UME 0.154 [SVN 31610]

Author: wilbertp | Date: 11 August 2014 19:26:55

  • msx1_cart.xml: Removed duplicate entry (nw)

UME 0.154 [SVN 31609]

Author: briantro | Date: 11 August 2014 19:25:35

  • ssv.c: Add PCB for the Storm Blade game rom board. [Brian Troha, ShouTime]

UME 0.154 [SVN 31608]

Author: tafoid | Date: 11 August 2014 18:59:52

  • Noted confirmed instance where same data existed under different labels as a comment for Circus Charlie, thanks Porchy (nw)

UME 0.154 [SVN 31607]

Author: hap | Date: 11 August 2014 13:37:34

  • note

UME 0.154 [SVN 31606]

Author: hap | Date: 11 August 2014 11:51:43

  • added sf analog buttons, removed the fake ones

UME 0.154 [SVN 31605]

Author: hap | Date: 11 August 2014 11:48:14

  • added aliases for some IPT_x

UME 0.154 [SVN 31604]

Author: sronco | Date: 11 August 2014 11:02:35

  • (MESS) glcolor.xml: documented the 'Spiel-und Lernspaß' cartridge. [TeamEurope]

UME 0.154 [SVN 31603]

Author: hap | Date: 10 August 2014 23:14:42

  • the rest of // sldh

UME 0.154 [SVN 31602]

Author: tafoid | Date: 10 August 2014 22:37:39

  • Assorted device name description fixes from MASH (nw)

UME 0.154 [SVN 31601]

Author: hap | Date: 10 August 2014 22:18:04

  • put in a comment for same-label-different-hash

UME 0.154 [SVN 31600]

Author: rbelmont | Date: 10 August 2014 22:14:26

  • Fix Clang compile (nw)

UME 0.154 [SVN 31599]

Author: hap | Date: 10 August 2014 21:09:56

  • doing a round of (__x) removals

 

wstecz25/06/2014 00:51
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