Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r18518 Sunday 14th October, 2012 at 12:13:38 UTC by Robbbert |
|---|
| rowamet : minor tidyup |
| [src/mame/drivers] | rowamet.c |
| r18517 Sunday 14th October, 2012 at 12:08:03 UTC by hap |
|---|
| added seawolf/seawolf2 internal artwork |
| [src/mame/layout] | seawolf.lay seawolf2.lay |
| r18516 Sunday 14th October, 2012 at 10:45:37 UTC by Robbbert |
|---|
| New not working game [Robbbert] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | s8.c |
| r18515 Sunday 14th October, 2012 at 10:40:52 UTC by Robbbert |
|---|
| upload forgotten file |
| [src/mame/layout] | vd.lay* |
| r18514 Sunday 14th October, 2012 at 10:02:43 UTC by Tafoid |
|---|
| Video System 13/10/12 cleanups and preparation for further function merging. From Haze (nw) |
| [src/mame/drivers] | aerofgt.c f1gp.c inufuku.c |
| [src/mame/includes] | aerofgt.h f1gp.h |
| [src/mame/video] | aerofgt.c f1gp.c vsystem_spr.c vsystem_spr.h vsystem_spr2.c vsystem_spr2.h |
| r18513 Sunday 14th October, 2012 at 07:03:23 UTC by Robbbert |
|---|
| pinball small cleanup |
| [src/mame/drivers] | atari_s2.c flicker.c g627.c nsm.c rowamet.c spectra.c techno.c wico.c zac_1.c zac_2.c zac_proto.c |
| r18512 Sunday 14th October, 2012 at 06:34:18 UTC by Robbbert |
|---|
| videodens : wip |
| [src/mame] | mame.mak |
| [src/mame/drivers] | vd.c |
| [src/mame/machine] | genpin.h |
| r18511 Sunday 14th October, 2012 at 06:28:35 UTC by Aaron Giles |
|---|
| Created a base class delegate_common_base for all delegate types. Created a binding_type_exception which is thrown when a bind attempt fails due to mismatched types. Added helper templates to driver_device to wrap legacy device read/write handlers into driver_device member functions. This should help move some things forward until more common code is converted into proper devices. Introduce new module devcb2 which contains modernized versions of devcb. Compared to previous implementation this one is simpler overall, trampolining calls through a single internal set of adapter functions. The new versions are also designed to be specified in the machine_config rather than in structures, so they are no longer simple POD types. Additional new/changed features: * reads and writes can map to delegates for line or 8/16/32/64-bit * reads and writes can map to an I/O port * reads can be mapped to a constant value, with or without logging * writes can be mapped to a device's input line * all reads/writes can have a shift, mask, and/or xor applied * devices can opt to make the functions safe-if-NULL when resolving * only member function types are supported Rewrote the YM2151 interface to be fully modernized, and removed the ym2151_interface struct in favor of inline configs using the new devcb2 mechanism. In many cases, removed no longer needed trampolines, instead taking advantage of direct support for input line writes. |
| [src/emu] | delegate.h devcb.h devcb2.c* devcb2.h* device.h driver.h emu.h emu.mak mconfig.h |
| [src/emu/sound] | 2151intf.c 2151intf.h |
| [src/mame/audio] | atarijsa.c leland.c m72.c m72.h seibu.c seibu.h t5182.c t5182.h williams.c |
| [src/mame/drivers] | 88games.c ajax.c aliens.c amspdwy.c aquarium.c asterix.c asuka.c atarisy1.c atarisy2.c ataxx.c badlands.c bigstrkb.c bingoc.c bionicc.c blockhl.c blockout.c boogwing.c cabal.c cave.c cbuster.c chinagat.c chqflag.c cischeat.c cninja.c contra.c cps1.c crimfght.c cyberbal.c darkmist.c darkseal.c dassault.c dblewing.c dbz.c ddragon.c ddragon3.c deco32.c dietgo.c dooyong.c exterm.c exzisus.c f-32.c fantland.c fcrash.c flkatck.c funkyjet.c gaiden.c gauntlet.c gbusters.c gotcha.c gradius3.c hyprduel.c jackal.c kaneko16.c lemmings.c m107.c m72.c m90.c m92.c madmotor.c mainevt.c megasys1.c metro.c micro3d.c mlanding.c moo.c mugsmash.c mustache.c namcos1.c namcos2.c namcos21.c namcos86.c nemesis.c nmk16.c opwolf.c overdriv.c panicr.c parodius.c rainbow.c rastan.c rbmk.c rockrage.c rohga.c rpunch.c segahang.c segaorun.c segas16a.c segas16b.c segas24.c segaxbd.c segaybd.c seta.c sf.c shadfrce.c shisen.c sidearms.c silkroad.c silvmil.c simpsons.c snowbros.c suna16.c supbtime.c surpratk.c system16.c taito_x.c tatsumi.c tceptor.c tecmo16.c thunderx.c tmnt.c tnzs.c toaplan2.c tomcat.c topspeed.c tumbleb.c tumblep.c twin16.c ultraman.c unico.c vamphalf.c vaportra.c vball.c vendetta.c vigilant.c wecleman.c wwfsstar.c wwfwfest.c xexex.c xmen.c |
| [src/mame/includes] | blockout.h ddragon.h deco32.h fantland.h megasys1.h rpunch.h segas24.h sidearms.h |
| [src/mame/machine] | atarigen.c atarigen.h tatsumi.c |
| [src/mess/drivers] | x1.c x68k.c |
| [src/mess/machine] | isa_ibm_mfc.c |
| r18510 Sunday 14th October, 2012 at 01:28:42 UTC by R. Belmont |
|---|
| (MESS) Mac updates: [R. Belmont] - Line-level ADB comms for machines using the Egret ADB MCU, including standard transactions and SRQ - Built-in video support for all modes on machines with the V8 and Sonora ASICs - Corrected some minor bugs in the ADB protocol spoken by the keyboard simulation New systems added or promoted from NOT_WORKING status ----------------------------------------------------- Macintosh LC [R. Belmont] Macintosh IIsi [R. Belmont] Macintosh LC II [R. Belmont] Macintosh Classic II [R. Belmont] Macintosh LC III [R. Belmont] Macintosh IIvx [R. Belmont] Macintosh IIvi [R. Belmont] |
| [src/mess/drivers] | mac.c |
| [src/mess/includes] | mac.h |
| [src/mess/machine] | cuda.c cuda.h egret.c egret.h mac.c macadb.c |
| [src/mess/video] | mac.c |
| r18509 Saturday 13th October, 2012 at 23:23:32 UTC by Tafoid |
|---|
| New clones added ---------------- Phoenix (Irecsa / G.G.I Corp, set 3) [Any] Rallys (alternate bootleg of Spectar) [Any] The Billiards (Video Hustler bootleg) - Set 2 [Any] - not working |
| [src/mame] | mame.lst |
| [src/mame/drivers] | exidy.c phoenix.c scobra.c |
| r18508 Saturday 13th October, 2012 at 19:53:17 UTC by Fabio Priuli |
|---|
| minor fixes from ReadOnly. nw. |
| [hash] | snes.xml |
| r18507 Saturday 13th October, 2012 at 19:50:32 UTC by Fabio Priuli |
|---|
| fixed two xml mistakes. nw. |
| [hash] | amiga500plus_flop.xml snes.xml |
| r18506 Saturday 13th October, 2012 at 17:03:16 UTC by Fabio Priuli |
|---|
| it would help to commit all changes. sorry. |
| [src/mess] | mess.lst |
| r18505 Saturday 13th October, 2012 at 17:02:15 UTC by Brian Troha |
|---|
| new mega touch 5 clone New Clone Added ------------------------------ Megatouch 5 Tournament Edition (9255-70-01 ROC, Standard version) [Brian Troha, The Dumping Union] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | meritm.c |
| r18504 Saturday 13th October, 2012 at 16:51:35 UTC by Fabio Priuli |
|---|
| (MESS) amiga: renamed machines to ami500n/p & ami1000n/p and added placeholder lists for system disks. [David Haywood] |
| [hash] | amiga1000_flop.xml* amiga500_flop.xml* amiga500plus_flop.xml* amiga600_flop.xml* spectrum_cass.xml |
| [src/mess/drivers] | amiga.c |
| r18503 Saturday 13th October, 2012 at 13:29:27 UTC by Tafoid |
|---|
| Video System improvements. Further unification of the functions, improved rendering of players in 3on3dunk and promoted it to working, also further improves the sprites in twrldc94. From Haze (nw) New games added or promoted from NOT_WORKING status --------------------------------------------------- 3 On 3 Dunk Madness (US, prototype? 1997/02/04) [David Haywood, ShouTime, Smitdogg, The Dumping Union] |
| [src/mame/drivers] | 3x3puzzl.c aerofgt.c gstriker.c inufuku.c |
| [src/mame/video] | vsystem_spr.c vsystem_spr.h |
| r18502 Saturday 13th October, 2012 at 12:32:31 UTC by Robbbert |
|---|
| Converted some pinball systems to derived classes. (nw) |
| [src/mame/drivers] | atari_s1.c atari_s2.c flicker.c g627.c spectra.c wico.c zac_1.c |
| [src/mame/machine] | genpin.c genpin.h |
| r18501 Saturday 13th October, 2012 at 11:51:10 UTC by Fabio Priuli |
|---|
| (MESS) snes: added region compatibility filters to the software list [Fabio Priuli, Tafoid, Bobz] |
| [hash] | snes.xml |
| [src/mess/drivers] | snes.c |
| [src/mess/machine] | snescart.c snescart.h |
| r18500 Saturday 13th October, 2012 at 11:06:23 UTC by Barry Rodewald |
|---|
| upd765: call soft_reset() on device_reset() (no whatsnew) |
| [src/mess/machine] | upd765.c |
| r18499 Saturday 13th October, 2012 at 09:38:43 UTC by Wilbert Pol |
|---|
| clifront.c: Added verifysoftlist command for verifying software availability for separate software lists. [Wilbert Pol] |
| [src/emu] | clifront.c clifront.h |
| r18498 Saturday 13th October, 2012 at 06:23:55 UTC by Fabio Priuli |
|---|
| (MESS) pc9801.c: further safety checks to avoid crashes in some drivers. no whatsnew. |
| [src/mess/drivers] | pc9801.c |
| r18497 Friday 12th October, 2012 at 21:57:48 UTC by Fabio Priuli |
|---|
| (MESS) softlist: minor updates. no whatsnew. |
| [hash] | gba.xml gbcolor.xml |
| r18496 Friday 12th October, 2012 at 20:17:40 UTC by hap |
|---|
| seawolf/seawolf2 internal artwork placeholders |
| [src/mame] | mame.mak |
| [src/mame/drivers] | astrocde.c mw8080bw.c |
| [src/mame/layout] | seawolf.lay* seawolf2.lay* |
| r18495 Friday 12th October, 2012 at 19:28:49 UTC by Sandro Ronco |
|---|
| (MESS) Fixed kc_d004 regression. (nw) |
| [src/mess/machine] | kc_d004.c |
| r18494 Friday 12th October, 2012 at 18:18:10 UTC by hap |
|---|
| asterock romnames from andy |
| [src/mame/drivers] | asteroid.c |
| r18493 Friday 12th October, 2012 at 18:01:08 UTC by hap |
|---|
| knocker obviously shouldn't be routed to main mono speaker |
| [src/mame/audio] | gottlieb.c |
| [src/mame/includes] | gottlieb.h |
| r18492 Friday 12th October, 2012 at 17:00:38 UTC by hap |
|---|
| (re)added support for optional qbert knocker sound sample |
| [src/mame/audio] | gottlieb.c |
| [src/mame/drivers] | gottlieb.c |
| [src/mame/includes] | gottlieb.h |
| r18491 Friday 12th October, 2012 at 15:38:54 UTC by hap |
|---|
| fix qbertqub coincounter |
| [src/mame/drivers] | gottlieb.c |
| [src/mame/includes] | gottlieb.h |
| [src/mame/video] | gottlieb.c |
| r18490 Friday 12th October, 2012 at 15:01:32 UTC by hap |
|---|
| (gamelist was lop sided, had tabs in it) |
| [src/mame/drivers] | gottlieb.c |
| r18489 Friday 12th October, 2012 at 13:01:21 UTC by O. Galibert |
|---|
| memory: Map from the cpu's owner, not the root device, otherwise siblings of cpus coming from config fragments aren't happy. [O. Galibert] |
| [src/emu] | memory.c |
| r18488 Friday 12th October, 2012 at 12:49:07 UTC by Miodrag Milanović |
|---|
| change to subdevice for amiga_fdc (nw) |
| [src/emu/machine] | amigafdc.c |
| r18487 Friday 12th October, 2012 at 12:15:34 UTC by Miodrag Milanović |
|---|
| Unified floppy tags on other drivers as well (no whatsnew) |
| [src/emu/machine] | amigafdc.c |
| [src/mess/drivers] | ami1200.c amiga.c atarist.c einstein.c esq5505.c ht68k.c mirage.c samcoupe.c |
| r18486 Friday 12th October, 2012 at 12:15:05 UTC by hap |
|---|
| ..actually, i don't know how to classify all these official companies making space invaders clones |
| [src/mame/drivers] | 8080bw.c |
| r18485 Friday 12th October, 2012 at 11:51:08 UTC by hap |
|---|
| (gamelist cleanups) |
| [src/mame/drivers] | 8080bw.c |
| r18484 Friday 12th October, 2012 at 11:12:52 UTC by Miodrag Milanović |
|---|
| Reverting change back since not sure if it's proper one (no whatsnew) |
| [src/mess/machine] | wd1772.c wd1772.h |
| r18483 Friday 12th October, 2012 at 10:03:40 UTC by Robbbert |
|---|
| hercules : hooked up mechanical sounds [Robbbert] Deleted unused file. |
| [src/mame/drivers] | atari_s2.c |
| r18482 Friday 12th October, 2012 at 09:14:32 UTC by Miodrag Milanović |
|---|
| Aristocrat MK6 base system bios for New South Wales region [Heihachi_73] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | aristmk6.c |
| r18481 Friday 12th October, 2012 at 09:07:03 UTC by Miodrag Milanović |
|---|
| vsystem improvements by Haze (no whatsnew) |
| [src/mame/video] | vsystem_spr.c vsystem_spr.h vsystem_spr2.c vsystem_spr2.h |
| r18480 Friday 12th October, 2012 at 07:35:02 UTC by Fabio Priuli |
|---|
| (MESS) softlist: added dumps from a couple of GBA proto + misc status fixes. no whatsnew. |
| [hash] | gameboy.xml gba.xml |
| r18479 Friday 12th October, 2012 at 07:33:47 UTC by Fabio Priuli |
|---|
| (MESS) pc9801: fixed crash on boot. no whatsnew. (MESS) superfx.c: using a couple of macro were it made sense. no functional change. no whatsnew. |
| [src/emu/cpu/superfx] | superfx.c |
| [src/mess/drivers] | pc9801.c |
| r18478 Friday 12th October, 2012 at 07:31:50 UTC by Fabio Priuli |
|---|
| (MESS) pcw16: added softlist for available disk images [remax] |
| [hash] | pcw16.xml* |
| [src/mess/drivers] | pcw16.c |
| r18477 Friday 12th October, 2012 at 07:30:33 UTC by Fabio Priuli |
|---|
| (MESS) samcoupe.c: modified the driver to not install / uninstall bank handlers, greatly improving performaces (e.g. Manic Miner demo went from 20% to 380% ingame). Plus added some very preliminary softlists. [David Haywood] (MESS) spectrum_cass.xml: added very preliminary softlist containing some interesting test case for emulation. [David Haywood] |
| [hash] | samcoupe_cass.xml* samcoupe_flop.xml* spectrum_cass.xml* |
| [src/mess/drivers] | samcoupe.c spectrum.c |
| [src/mess/includes] | samcoupe.h |
| [src/mess/machine] | samcoupe.c |
| r18476 Friday 12th October, 2012 at 05:40:40 UTC by Barry Rodewald |
|---|
| upd765: Implemented DUMPREG command. |
| [src/mess/machine] | upd765.c upd765.h |
| r18475 Friday 12th October, 2012 at 02:49:24 UTC by hap |
|---|
| dummy invrvnge_sound_map, any volunteers to decrypt the audiocpu rom? |
| [src/mame/drivers] | 8080bw.c |
| r18474 Friday 12th October, 2012 at 00:24:34 UTC by hap |
|---|
| replace invrvngea snd.2c, definitely was a bad dump |
| [src/mame/drivers] | 8080bw.c |
| r18473 Friday 12th October, 2012 at 00:10:27 UTC by hap |
|---|
| one more invader's revenge clone added |
| [src/mame] | mame.lst |
| [src/mame/drivers] | 8080bw.c |
| r18472 Thursday 11th October, 2012 at 23:25:29 UTC by hap |
|---|
| (last one for today) |
| [src/mame/drivers] | 8080bw.c |
| r18471 Thursday 11th October, 2012 at 23:10:28 UTC by hap |
|---|
| got rid of invrvnge samples, and also removed one of the newly added clones (bad dump, 1 bit different) to be clear: invrvnge is new set 1 invrvngea is new set 2 invrvngeb is old parent set invrvngedu is the Dutchford set |
| [src/mame] | mame.lst |
| [src/mame/audio] | 8080bw.c |
| [src/mame/drivers] | 8080bw.c |
| [src/mame/includes] | 8080bw.h |
| r18470 Thursday 11th October, 2012 at 22:28:19 UTC by Angelo Salese |
|---|
| Small note update |
| [src/mess/drivers] | pc8801.c |
| r18469 Thursday 11th October, 2012 at 21:53:52 UTC by hap |
|---|
| invrvnge dips 5,6,7 are read from IN0 (info from misfitmame) also, put driver notes in one big comment section instead of /* separate lines */, and got rid of (very incomplete anyway)changelog |
| [src/mame/drivers] | 8080bw.c |
| Previous 50 | 199869 Revisions | Next 50 |