Note: GitHub retired the SVN interface on January 8, 2024.
Previous 50 | 199869 Revisions | Next 50 |
r16368 Sunday 20th May, 2012 at 19:02:03 UTC by Fabio Priuli |
---|
fix for MT 04773 |
[src/mame/drivers] | midyunit.c |
r16367 Sunday 20th May, 2012 at 17:18:18 UTC by Couriersud |
---|
- Removed legacy left overs from pokey code. - Added a internal pokey_channel class. |
[src/emu/sound] | pokey.c pokey.h |
[src/mame/drivers] | quantum.c |
[src/mame/includes] | atari.h |
[src/mame/machine] | atari.c |
r16366 Sunday 20th May, 2012 at 17:05:21 UTC by Miodrag Milanović |
---|
Whatsnew for 0.146 note this is preview, release is tomorrow it's just to fix mistakes if any ;) |
[/build/whatsnew] | whatsnew_0146.txt* |
r16365 Sunday 20th May, 2012 at 16:32:49 UTC by Brian Troha |
---|
r2dx_v33.c: Fix "copy & paste" documentation comment - NW |
[src/mame/drivers] | r2dx_v33.c |
r16364 Sunday 20th May, 2012 at 16:26:21 UTC by Brian Troha |
---|
new Japanese clone of Out Runners New Clone Added ---------------------------------- OutRunners (Japan) [ShouTime] |
[src/mame] | mame.lst |
[src/mame/drivers] | segas32.c |
r16363 Sunday 20th May, 2012 at 14:54:31 UTC by Miodrag Milanović |
---|
Remaining csplayh8->csplayh1 renames (no whatsnew) |
[src/mame/drivers] | csplayh5.c |
r16362 Sunday 20th May, 2012 at 13:29:34 UTC by Miodrag Milanović |
---|
Fix of i386 issue (nw) |
[src/emu/cpu/i386] | i386op16.c i386op32.c |
r16361 Sunday 20th May, 2012 at 12:52:38 UTC by hap |
---|
fix port C-lower mask in port A mode 2 + fix obvious bug with port C-lower output |
[src/emu/machine] | i8255.c |
r16360 Sunday 20th May, 2012 at 11:43:57 UTC by Miodrag Milanović |
---|
fixed some "comparison is always true/false" warnings reported by clang by Firewave in timer.c I have commented not removed lines that are always false |
[src/emu] | timer.c |
[src/emu/cpu/v60] | op12.c |
[src/emu/machine] | idectrl.c |
[src/mame/machine] | archimds.c megavdp.c |
[src/osd/sdl] | sdlwork.c |
r16359 Sunday 20th May, 2012 at 11:18:52 UTC by hap |
---|
rm commentr |
[src/mame/drivers] | decocass.c |
r16358 Sunday 20th May, 2012 at 08:56:09 UTC by Miodrag Milanović |
---|
compile fix (nw) |
[src/mame/drivers] | r2dx_v33.c |
r16357 Sunday 20th May, 2012 at 03:47:14 UTC by Brian Troha |
---|
decocass.c: Changed some dongle names based on photos. Changed some "BIN" to "CAS" added misc comments about info from photos. - NW |
[src/mame/drivers] | decocass.c |
r16356 Sunday 20th May, 2012 at 02:35:43 UTC by Brian Troha |
---|
adds Zero Team 2000 New Clone Added (Not Working) -------------------------------------------- Zero Team 2000 [Mr. CAST, Smitdogg, The Dumping Union] |
[src/mame] | mame.lst |
[src/mame/drivers] | r2dx_v33.c |
r16355 Sunday 20th May, 2012 at 02:28:25 UTC by Charles MacDonald |
---|
Games promoted to working -------- DS Telejan (DECO Cassette, Japan) [Guru, Charles, MacDonald] Tournament Pro Golf (DECO Cassette, Japan) [Guru, Charles MacDonald] |
[src/mame/drivers] | decocass.c |
[src/mame/machine] | decocass.c decocass.h |
r16354 Sunday 20th May, 2012 at 00:49:37 UTC by R. Belmont |
---|
Added I/O board ROM dump for Ninja Assault [Tormod, Smitdogg, The Dumping Union] |
[src/mame/drivers] | naomi.c |
r16353 Sunday 20th May, 2012 at 00:03:14 UTC by Barry Rodewald |
---|
i386: another small vm86 fix [Carl] |
[src/emu/cpu/i386] | i386.c i386op16.c i386op32.c i386priv.h |
r16352 Saturday 19th May, 2012 at 19:23:47 UTC by hap |
---|
(interface macro) |
[src/emu/sound] | ay8910.h |
r16351 Saturday 19th May, 2012 at 17:25:12 UTC by R. Belmont |
---|
mc68681: Fixed generation of spurious interrupts, and provide ASSERT/CLEAR states to the IRQ callback. [R. Belmont] |
[src/emu/machine] | 68681.c 68681.h |
[src/mame/drivers] | adp.c bfm_sc4h.c maygay1b.c maygayv1.c tmaster.c |
[src/mame/includes] | micro3d.h |
[src/mame/machine] | micro3d.c |
r16350 Saturday 19th May, 2012 at 17:12:05 UTC by Luca Elia |
---|
Emulated the protection(s) in lhzb2a, making it playable [Luca Elia] New games added or promoted from NOT_WORKING status --------------------------------------------------- Mahjong Long Hu Zheng Ba 2 (VS221M) [Luca Elia, Guru, Dyq, bnathan] |
[src/mame/drivers] | igs017.c |
r16349 Saturday 19th May, 2012 at 17:06:03 UTC by Miodrag Milanović |
---|
fix for -video ddraw causing crash on 16bit video output (no whatsnew) |
[src/osd/windows] | drawdd.c |
r16348 Saturday 19th May, 2012 at 16:31:55 UTC by Couriersud |
---|
- Fixed debug build for pokey.c - Fixed no sound in debug build. First try at adding a device_execute_interface to pokeyn_device. This looks promising. Currently commented out. If this works, this will significantly simplify the driver and make most timers in pokey.c disappear. |
[src/emu/sound] | pokey.c pokey.h |
r16347 Saturday 19th May, 2012 at 15:04:16 UTC by Couriersud |
---|
Convert all remaining drivers to use the modern pokey device. [Couriersud] |
[src/emu/sound] | pokey.c pokey.h |
[src/mame/audio] | atarijsa.c jedi.c |
[src/mame/drivers] | asteroid.c atarisy1.c atarisy2.c atetris.c bartop52.c bwidow.c centiped.c cloak.c cloud9.c firefox.c foodf.c gauntlet.c irobot.c maxaflex.c mhavoc.c starwars.c |
[src/mame/machine] | atari.c atarigen.c |
r16346 Saturday 19th May, 2012 at 11:19:31 UTC by Couriersud |
---|
Pokey: migrated quantum, runaway, tempest, tomcat, tunhunt to new device, no whatsnew. |
[src/mame/drivers] | quantum.c runaway.c tempest.c tomcat.c tunhunt.c |
r16345 Saturday 19th May, 2012 at 10:43:32 UTC by Couriersud |
---|
Pokey: consolidated polynom code, migrated liberatr.c to new device - no WN. |
[src/emu/sound] | pokey.c pokey.h |
[src/mame/drivers] | liberatr.c |
r16344 Saturday 19th May, 2012 at 09:46:32 UTC by Miodrag Milanović |
---|
fixed ldplayer (nw) |
[src/ldplayer] | ldplayer.c |
r16343 Friday 18th May, 2012 at 22:02:51 UTC by Couriersud |
---|
Fixed random lfsr generation in pokey.c. This fixes MT00501 while tempest is still starting up. [Couriersud] |
[src/emu/sound] | pokey.c |
r16342 Friday 18th May, 2012 at 21:16:25 UTC by hap |
---|
ioport regressions (didnt find any more in n-z) |
[src/mame/drivers] | flyball.c itech8.c mcr.c |
r16341 Friday 18th May, 2012 at 20:47:57 UTC by Couriersud |
---|
Fix regression on POKEY device introduced in last commit. Fixed high pass filters for POKEY. Added POKEYN device based on modern device. Migrated bzone, ccastles and missile to use this device. [Couriersud] |
[src/emu/sound] | pokey.c pokey.h |
[src/mame/audio] | bzone.c |
[src/mame/drivers] | bzone.c ccastles.c missile.c |
r16340 Friday 18th May, 2012 at 20:46:48 UTC by hap |
---|
ioport regressions |
[src/mame/drivers] | atarigx2.c blitz68k.c crgolf.c dkong.c |
r16339 Friday 18th May, 2012 at 20:26:17 UTC by hap |
---|
ioport regression |
[src/mame/drivers] | atarigt.c |
r16338 Friday 18th May, 2012 at 19:16:13 UTC by Tafoid |
---|
Further clarification of Mega-Tech bioses as to versions and revisions. (nw) |
[src/mame/drivers] | megatech.c |
r16337 Friday 18th May, 2012 at 17:44:15 UTC by Tafoid |
---|
Corrected error message to include other possibility (nw) |
[src/lib/util] | chd.c |
r16336 Friday 18th May, 2012 at 16:34:45 UTC by Miodrag Milanović |
---|
Made ldplayer compile, still doesn't work fine (nw) |
[src/ldplayer] | ldplayer.c ldplayer.mak |
r16335 Friday 18th May, 2012 at 16:34:30 UTC by Tafoid |
---|
Change error message to be more descriptive to actual error that occurs when a .dif file version doesn't match the CHD version. Hopefully, this will all but stop the seemingly never ending questions about the error. (nw) |
[src/lib/util] | chd.c |
r16334 Friday 18th May, 2012 at 16:17:22 UTC by Tafoid |
---|
Documentation addition of a list of known Namco System 246/256 games until something more official is created. (nw) |
[src/mame/drivers] | namcops2.c |
r16333 Friday 18th May, 2012 at 16:05:53 UTC by Tafoid |
---|
Documentation correction and addition of version numbers from Smitdogg for the recently added dumps. (nw) |
[src/mame/drivers] | decocass.c |
r16332 Friday 18th May, 2012 at 15:49:47 UTC by Tafoid |
---|
Documentation fixes surrounding TDS & MINTS games from gregf (nw) |
[src/mame] | mame.lst |
[src/mame/drivers] | 8080bw.c galdrvr.c |
r16331 Friday 18th May, 2012 at 15:46:43 UTC by Tafoid |
---|
Fixed MT#04843: feversoc: Black Screen |
[src/mame/drivers] | feversoc.c |
r16330 Friday 18th May, 2012 at 15:42:08 UTC by Tafoid |
---|
bios fix for megatech (nw) |
[src/mame/drivers] | megatech.c |
r16329 Friday 18th May, 2012 at 14:58:56 UTC by Tafoid |
---|
New Mega-Tech BIOS added. [El Barto] |
[src/mame/drivers] | megatech.c |
r16328 Friday 18th May, 2012 at 00:43:34 UTC by smf |
---|
Stop the elephant stage on Handle Champ from crashing, though other graphics issues remain. [smf] |
[src/emu/video] | psx.c |
r16327 Friday 18th May, 2012 at 00:42:44 UTC by smf |
---|
Added the alternative bios found on Gachagachamp, it appears to just be recompiled. [smf] Added the 700B01 bios, only the CRC is known. [smf] New games added --------------- Handle Champ (GQ710 VER. JAA) [smf, Yasuhiro, Tormod, Paratach, M. Healey, Dr. Spankenstein, f205v, T. Bailey, Mr. CAST, J. Finney, M. David, anonymous, Pernod, hap, gatt9, redk9258, L. Genier, Yohji, Smitdogg, The Dumping Union] |
[src/mame] | mame.lst |
[src/mame/drivers] | ksys573.c |
r16326 Thursday 17th May, 2012 at 23:14:49 UTC by Barry Rodewald |
---|
i386: IRET/Virtual 8086 mode fixes [Carl] |
[src/emu/cpu/i386] | i386.c i386op16.c i386op32.c i386ops.c i386priv.h |
r16325 Thursday 17th May, 2012 at 22:55:16 UTC by hap |
---|
fix crash |
[src/mame/drivers] | xmen.c |
r16324 Thursday 17th May, 2012 at 20:04:08 UTC by Couriersud |
---|
Improved sound emulation in for pokey chip. Changed audio emulation to emulate borrow 3 clock delay and proper channel reset. New frequency only becomes effective after the counter hits 0. Emulation also treats counters as 8 bit counters which are linked now instead of monolytic 16 bit counters. [Couriersud] Also fixes MT04492 |
[src/emu/sound] | pokey.c |
r16323 Thursday 17th May, 2012 at 18:21:19 UTC by hap |
---|
fix broken colors |
[src/mame/video] | gsword.c |
r16322 Thursday 17th May, 2012 at 18:08:21 UTC by hap |
---|
get rid of anonymous timer (savestate problem) |
[src/mame/includes] | astrocde.h |
[src/mame/video] | astrocde.c |
r16321 Thursday 17th May, 2012 at 18:06:40 UTC by hap |
---|
stiletto typofix |
[src/mame] | mame.lst |
[src/mame/drivers] | namcos21.c |
r16320 Thursday 17th May, 2012 at 14:09:18 UTC by Fabio Priuli |
---|
info.c: added screen tags to xml output, so that it is possible to easily identify which screens depend on optional devices (mostly of use in MESS, for its slot options, but eventually handy for PC-based arcades too) [Fabio Priuli] |
[src/emu] | info.c info.h |
r16319 Thursday 17th May, 2012 at 13:58:32 UTC by Miodrag Milanović |
---|
set m_cursetting to NULL since must not be set in case of onoff_alloc, this fixes validation too (no whatsnew) |
[src/emu] | ioport.c |
Previous 50 | 199869 Revisions | Next 50 |