Note Feed

Note: GitHub retired the SVN interface on January 8, 2024.

Previous 50 199869 Revisions Next 50

r15568 Tuesday 28th February, 2012 at 21:08:18 UTC by Wilbert Pol
Sync with MESS
[src/mame/drivers]3do.c

r15567 Tuesday 28th February, 2012 at 15:24:41 UTC by Tafoid
alignment fix due to changed labels (nw)
[src/mame/drivers]moo.c

r15566 Tuesday 28th February, 2012 at 14:28:31 UTC by Tafoid
Missed one (nw)
[src/mame/drivers]moo.c

r15565 Tuesday 28th February, 2012 at 13:12:48 UTC by Tafoid
Rom label corrections per Guru (nw)
[src/mame/drivers]cps3.c

r15564 Tuesday 28th February, 2012 at 13:01:24 UTC by Tafoid
Repair rom labels for moo.c per Guru (nw)
[src/mame/drivers]moo.c

r15563 Tuesday 28th February, 2012 at 09:21:38 UTC by Aaron Giles
Clamp timer->remaining() to 0 if the timer has expired.
[src/emu]schedule.c

r15562 Tuesday 28th February, 2012 at 09:21:05 UTC by Aaron Giles
Make all items connected to mixer inputs available in the UI, not just items
connected to speakers.
[src/emu]disound.h sound.c sound.h ui.c

r15561 Tuesday 28th February, 2012 at 09:16:00 UTC by Aaron Giles
Cleanup recent changes, fix a missing case where a compressor was
still stack allocated.
[src/tools]chdman.c

r15560 Tuesday 28th February, 2012 at 08:46:44 UTC by Miodrag Milanović
ins8250 - Support for the 16550 fifo [Carl]
[src/emu/machine]ins8250.c ins8250.h

r15559 Tuesday 28th February, 2012 at 08:44:55 UTC by Miodrag Milanović
fixed stack overflow in chdman when compiled with Visual Studio by moving objects based on chd_file_compressor to the heap by Firewave (no whatsnew)
[src/tools]chdman.c

r15558 Tuesday 28th February, 2012 at 04:30:38 UTC by Brian Troha
meritm.c: Fix first version (newly added clone) of MegaTouch by adding DS1204 "key" - NW
[src/mame/drivers]meritm.c

r15557 Tuesday 28th February, 2012 at 02:03:53 UTC by Brian Troha
New meritm.c clones

New Clones Added
------------------------------------------
Pit Boss Megatouch II (9255-10-06 ROE, California version) [Anondumper]
Megatouch IV (9255-40-01 RO, Standard version) [Anondumper]
[src/mame]mame.lst
[src/mame/drivers]meritm.c

r15556 Tuesday 28th February, 2012 at 00:04:12 UTC by Tafoid
New clones added
----------------
Super Street Fighter II X: Grand Master Challenge (Japan 940223 rent version) [idc/Team Avalaunch]
Vampire Hunter: Darkstalkers' Revenge (Japan 950307 stop version) [idc/Team Avalaunch]
JoJo's Venture (990128) [idc/Team Avalaunch]
[src/mame]mame.lst
[src/mame/drivers]cps2.c cps3.c
[src/mame/machine]cps2crpt.c

r15555 Monday 27th February, 2012 at 23:43:07 UTC by R. Belmont
68k: add 68301/68307 aliases for better documentation [David Haywood]
[src/emu/cpu/m68000]m68000.h m68kcpu.c m68kcpu.h
[src/mame/drivers]bfm_sc4.c seta2.c

r15554 Monday 27th February, 2012 at 19:52:09 UTC by Angelo Salese
Fixed colors in senjyo.c driver (mostly noticeable with senjyo background colors) [Tsuyoshi Hasegawa]
[src/mame/drivers]senjyo.c

r15553 Monday 27th February, 2012 at 19:43:33 UTC by Tafoid
megatech.c: Implemented outputs for the time limit alarm sound and screen flash. [bdam]

undrfire.c: Implement outputs for undrfire and cbombers.  Lamps, gun recoil, and wheel vibration are implemented. [bdam]
[src/mame/drivers]megatech.c undrfire.c

r15552 Monday 27th February, 2012 at 17:48:43 UTC by Tafoid
Fix for potential driver conflicts with same named machine states between MAME and MESS.  [David Haywood]
[src/mame/drivers]ace.c arcadia.c mephisto.c mirage.c

r15551 Monday 27th February, 2012 at 17:01:02 UTC by Tafoid
Fix for copy/paste error (nw)
[src/mame/drivers]cps1.c

r15550 Monday 27th February, 2012 at 16:12:23 UTC by Tafoid
Fixed ROMs labels, added pcb locations and a better documentation about sub-revisions. Renamed some romsets to use revision codes. [Team CPS-1]
[src/mame]mame.lst
[src/mame/drivers]moo.c

r15549 Monday 27th February, 2012 at 15:59:52 UTC by Tafoid
Added Virtua Cop clone, plus some better description fixes. [Team CPS-1]


New clones added
----------------
Virtua Cop (Revision A) [Layne, Smitdogg, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]model2.c

r15548 Monday 27th February, 2012 at 15:14:51 UTC by Tafoid
CPS-1 update [Team CPS-1]:

* Added some notes and done some documentation fixes.
* Expanded and updated games table in video\cps1.c
* Removed the notes about LW-13.10D ROM in forgottnu
 and RT_23.13B ROM in wonder3, since current dumps
 are confirmed as good.
* Fixed qad labels and confirmed pcb infos.


New clones added
----------------
Final Fight (World, set 2) [Bonky0013, JacKc]
Forgotten Worlds (USA, B-Board 88618B-2, Rev. C) [Bonky0013, JacKc]
Street Fighter II: The World Warrior (USA 920522, Rev. G) [Bonky0013, JacKc]
[src/mame]mame.lst
[src/mame/drivers]cps1.c
[src/mame/video]cps1.c

r15547 Monday 27th February, 2012 at 02:03:43 UTC by R. Belmont
naomi: corrected PIC number information for starseek [Guru]
[src/mame/drivers]naomi.c

r15546 Sunday 26th February, 2012 at 22:55:18 UTC by R. Belmont
SDL: support unofficial (not in the OSD class) num_processors API used by chdman.  Allows chdman to use multiple cores/processors on non-Windows. [R. Belmont]
[src/osd/sdl]osdsdl.h sdlmain.c sdlos.h sdlos_macosx.c sdlos_os2.c sdlos_unix.c sdlos_win32.c sdlwork.c
[src/tools]chdman.c

r15545 Sunday 26th February, 2012 at 21:20:33 UTC by Angelo Salese
Fixed swapped romsets between doncdoon and kurufev
[src/mame/drivers]aleck64.c

r15544 Sunday 26th February, 2012 at 20:36:24 UTC by Wilbert Pol
lr35902.c: Converted LR35902 cpu core to c++.  [Wilbert Pol]
[src/emu/cpu/lr35902]lr35902.c lr35902.h opc_cb.h opc_main.h

r15543 Sunday 26th February, 2012 at 19:51:31 UTC by Angelo Salese
MAME 0.145u3 tag
[/tags]mame0145u3*

r15542 Sunday 26th February, 2012 at 19:51:00 UTC by Angelo Salese
Clean-ups (?) and version bump
[src]version.c

r15541 Sunday 26th February, 2012 at 19:44:41 UTC by Angelo Salese
Whatsnew for 0.145u3
[/build]whatsnew.cmd
[/build/whatsnew]whatsnew_0145u3.txt*

r15540 Sunday 26th February, 2012 at 18:23:18 UTC by R. Belmont
chdman: Properly handle and warn on bin/cue output of images with subcode data [R. Belmont]
[src/tools]chdman.c

r15539 Sunday 26th February, 2012 at 17:05:45 UTC by Fabio Priuli
fixed listxml and validation.
[src/mame/drivers]maygay1b.c potgoldu.c

r15538 Sunday 26th February, 2012 at 14:32:30 UTC by Angelo Salese
MAME 0.145u2 tag
[/tags]mame0145u2*

r15537 Sunday 26th February, 2012 at 14:31:24 UTC by Angelo Salese
Clean-ups and version bump
[src]version.c
[src/emu]clifront.c diimage.c diserial.h disound.c info.c machine.c validity.c
[src/emu/cpu/i386]i386.c
[src/emu/cpu/m68000]m68kmmu.h
[src/emu/machine]ins8250.c
[src/lib/util]chdcodec.c
[src/mame/drivers]adp.c deco32.c goldnpkr.c magtouch.c manohman.c maygay1b.c potgoldu.c
[src/mame/includes]cd32.h
[src/mame/machine]n64.c
[src/mame/video]dvi.c gticlub.c
[src/tools]chdman.c ldresample.c ldverify.c

r15536 Sunday 26th February, 2012 at 14:21:05 UTC by Angelo Salese
whatsnew for 0.145u2, this time for good
[/build/whatsnew]whatsnew_0145u2.txt*

r15535 Sunday 26th February, 2012 at 14:20:21 UTC by Angelo Salese
whatsnew for 0.145u2
[/build]build.cmd whatsnew.cmd

r15534 Sunday 26th February, 2012 at 14:05:46 UTC by Angelo Salese
Set splitting from J. Wallace, nw
[src/mame]mame.lst
[src/mame/drivers]maygay1b.c

r15533 Sunday 26th February, 2012 at 13:46:03 UTC by Miodrag Milanović
Proper start state of ins8250 by Carl (no whatsnew)
[src/emu/machine]ins8250.c

r15532 Sunday 26th February, 2012 at 13:42:03 UTC by Miodrag Milanović
Fixed order of timer init and save state by Sandro Ronco (no whatsnew)
[src/emu]diserial.c diserial.h

r15531 Sunday 26th February, 2012 at 07:18:28 UTC by Aaron Giles
Better management of FLAC block sizes, aiming to keep them around 2k
samples. Increased CD sectors per hunk to 8 for better compression.
[David Haywood]

Re-did the non-CD FLAC codec to be "smart" in that it can choose
either big-endian or little-endian on the fly and uses the best one.
Added FLAC as a default codec for hard disks, which helps a lot for
certain disks. [Aaron Giles]
[src/lib/util]cdrom.h chdcodec.c chdcodec.h
[src/tools]chdman.c

r15530 Sunday 26th February, 2012 at 02:37:27 UTC by R. Belmont
konamigv: updated all CDs to v5 SHA1s, marked all old-format dumps BAD_DUMP (nw)
[src/mame/drivers]konamigv.c

r15529 Saturday 25th February, 2012 at 23:51:59 UTC by Tafoid
Fixed MT#04704: 25pacman: Unable to continue while playing Galaga
[src/mame/drivers]20pacgal.c

r15528 Saturday 25th February, 2012 at 22:49:18 UTC by Ville Linde
Fix typo (nw)
[src/mame/video]gticlub.c

r15527 Saturday 25th February, 2012 at 21:22:21 UTC by Wilbert Pol
Sync with MESS
[src/emu/cpu/lr35902]lr35902.c opc_cb.h opc_main.h

r15526 Saturday 25th February, 2012 at 19:21:35 UTC by Aaron Giles
Create a new device_mixer_interface, derived from device_sound_interface,
which mixes all its inputs to a single output stream. Redefined the
SPEAKER device to use this and remove the duplicate underlying logic.
The main purpose of this new interface is to allow device-ification of
an entire sound board, which can itself become a mixer of all of its
sound components to a single output stream. This stream can then be
routed by the device's owner to the appropriate speakers. A real-life
example will show up soon.
[src/emu]device.c disound.c disound.h speaker.c speaker.h
[src/emu/sound]bsmt2000.c

r15525 Saturday 25th February, 2012 at 19:19:01 UTC by Aaron Giles
Expose a static interface for using the sample loader, for any
other sound chips which may need to fetch samples.
[src/emu/sound]samples.c samples.h

r15524 Saturday 25th February, 2012 at 19:18:06 UTC by Aaron Giles
Added member read/write handlers to the 6532 RIOT.
[src/emu/machine]6532riot.c 6532riot.h

r15523 Saturday 25th February, 2012 at 19:17:03 UTC by Aaron Giles
Fatal error if a custom I/O port handler's device is not found.
[src/emu]ioport.c

r15522 Saturday 25th February, 2012 at 19:15:32 UTC by Aaron Giles
Devcb port tags need to be relative, not absolute, like other devcb tags.
[src/emu]devcb.c

r15521 Saturday 25th February, 2012 at 15:31:26 UTC by Ville Linde
gticlub: Rewrote the 3D renderer. Implemented gouraud shading, lighting and fog. [Ville Linde]
[src/mame/video]gticlub.c

r15520 Saturday 25th February, 2012 at 15:02:06 UTC by Ville Linde
Enabled MMU on MPC8240. (nw)
[src/emu/cpu/powerpc]ppcdrc.c

r15519 Saturday 25th February, 2012 at 11:48:35 UTC by Wilbert Pol
Sync with MESS
[src/emu/cpu/lr35902]lr35902.c opc_main.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team