Note: GitHub retired the SVN interface on January 8, 2024.
| Previous 50 | 199869 Revisions | Next 50 |
| r18418 Wednesday 10th October, 2012 at 15:33:41 UTC by O. Galibert |
|---|
| (mess) floppy: Random fixes/logging [O. Galibert] |
| [src/emu/imagedev] | floppy.c floppy.h |
| r18417 Wednesday 10th October, 2012 at 15:33:36 UTC by O. Galibert |
|---|
| memory: Fix dynamic recursive device mapping [O. Galibert] Situation: - you have a device (pc-fdc) with a memory map on it - you map it dynamically into a cpu (maincpu) address space with install_device (isa-fdc does that) - the device pc-fdc has a subdevice (upd765) - the subdevice upd765 has its own memory map - the pc-fdc memory map includes the upd765 memory map through AM_DEVICE("upd765", ...) Before the fix, the code would search for upd765 as a subdevice of maincpu and not of pc-fdc. |
| [src/emu] | addrmap.c addrmap.h memory.c memory.h |
| r18416 Wednesday 10th October, 2012 at 15:31:23 UTC by O. Galibert |
|---|
| placeholders |
| [src/lib/formats] | a5105_dsk.c* a5105_dsk.h* apollo_dsk.c* apollo_dsk.h* bw12_dsk.c* bw12_dsk.h* iq151_dsk.c* iq151_dsk.h* kc85_dsk.c* kc85_dsk.h* m5_dsk.c* m5_dsk.h* mm_dsk.c* mm_dsk.h* nanos_dsk.c* nanos_dsk.h* pyldin_dsk.c* pyldin_dsk.h* sf7000_dsk.c* sf7000_dsk.h* |
| r18415 Wednesday 10th October, 2012 at 15:18:42 UTC by Curt Coder |
|---|
| Added experimental support for using Berkeley PLA files as input to jedutil. [Curt Coder] |
| [src/lib] | lib.mak |
| [src/lib/util] | plaparse.c* plaparse.h* |
| [src/tools] | jedutil.c |
| r18414 Wednesday 10th October, 2012 at 13:50:42 UTC by smf |
|---|
| disabled logging left on by accident (nw) |
| [src/emu/machine] | scsihle.c |
| r18413 Wednesday 10th October, 2012 at 13:43:27 UTC by hap |
|---|
| nevermind: yes, should make a triangle/poly primitive instead |
| [src/emu] | rendlay.c rendlay.h |
| r18412 Wednesday 10th October, 2012 at 13:43:12 UTC by smf |
|---|
| delays the req signal (nw) |
| [src/emu/machine] | scsihle.c scsihle.h |
| r18411 Wednesday 10th October, 2012 at 13:41:21 UTC by smf |
|---|
| added the device tag when logging that no harddrive is found (nw) |
| [src/emu/machine] | scsihd.c |
| r18410 Wednesday 10th October, 2012 at 13:39:50 UTC by smf |
|---|
| added output logging (nw) |
| [src/emu/machine] | scsidev.c |
| r18409 Wednesday 10th October, 2012 at 13:39:09 UTC by smf |
|---|
| (MESS) Stops driving the SCSI bus when the target requests the bus. Move the SCSIHD first as it's unclear what drive was actually supplied. Set to use 3.5" floppy drive instead of 5.25". A couple of source tidy ups (nw) |
| [src/mess/drivers] | rmnimbus.c |
| [src/mess/includes] | rmnimbus.h |
| [src/mess/machine] | rmnimbus.c |
| r18408 Wednesday 10th October, 2012 at 13:06:37 UTC by hap |
|---|
| better use yes/no instead of 1/0 |
| [src/emu] | rendlay.c rendlay.h |
| r18407 Wednesday 10th October, 2012 at 12:30:15 UTC by hap |
|---|
| rendlay: added support for folding rects diagonally, allowing you to draw right-angled triangles (use <orientation> to flip/rotate them) |
| [src/emu] | rendlay.c rendlay.h |
| r18406 Wednesday 10th October, 2012 at 11:39:43 UTC by Robbbert |
|---|
| hercules , superman : basically working, no sound, no dips |
| [src/mame/drivers] | atari_s2.c |
| [src/mame/layout] | atari_s2.lay |
| r18405 Wednesday 10th October, 2012 at 10:36:04 UTC by hap |
|---|
| Removed protection hack patches and emulated protection routines for Caveman Ninja [IQ_132 & JackC] |
| [src/mame/drivers] | cninja.c |
| [src/mame/machine] | decoprot.c |
| r18404 Wednesday 10th October, 2012 at 10:33:40 UTC by Miodrag Milanović |
|---|
| Refactored the code in jedutil to support the viewing of a GAL16V8 device and added a new command line option of "-viewlist" which will print out a list of all the devices that can be viewed in human readable logic equations. Also updated the jedutil regression test to support passing in an additional argument of "debug" to print out a detailed log. Also moved the jedutil regression test data into separate directories composed of the device's name to make things more organized. [Kevin Eshbach] |
| [src/regtests/jedutil] | jedtest.wsf |
| [src/regtests/jedutil/baseline] | |
| [src/regtests/jedutil/baseline/gal16v8] | pal10h8-to-gal16v8.txt* pal10l8-to-gal16v8.txt* pal12h6-to-gal16v8.txt* pal12l6-to-gal16v8.txt* pal14h4-to-gal16v8.txt* pal14l4-to-gal16v8.txt* pal16h2-to-gal16v8.txt* pal16l2-to-gal16v8.txt* pal16l8-to-gal16v8.txt* pal16r4-to-gal16v8.txt* pal16r6-to-gal16v8.txt* pal16r8-to-gal16v8.txt* |
| [src/regtests/jedutil/baseline/pal10h8] | pal10h8.txt* |
| [src/regtests/jedutil/baseline/pal10l8] | pal10l8.txt* |
| [src/regtests/jedutil/baseline/pal12h6] | pal12h6.txt* |
| [src/regtests/jedutil/baseline/pal12l6] | pal12l6.txt* |
| [src/regtests/jedutil/baseline/pal14h4] | pal14h4.txt* |
| [src/regtests/jedutil/baseline/pal14l4] | pal14l4.txt* |
| [src/regtests/jedutil/baseline/pal16c1] | pal16c1.txt* |
| [src/regtests/jedutil/baseline/pal16h2] | pal16h2.txt* |
| [src/regtests/jedutil/baseline/pal16l2] | pal16l2.txt* |
| [src/regtests/jedutil/baseline/pal16l8] | pal16l8.txt* |
| [src/regtests/jedutil/baseline/pal16r4] | pal16r4.txt* |
| [src/regtests/jedutil/baseline/pal16r6] | pal16r6.txt* |
| [src/regtests/jedutil/baseline/pal16r8] | pal16r8.txt* |
| [src/regtests/jedutil/baseline/pal20l10] | pal20l10.txt* |
| [src/regtests/jedutil/baseline/pal20l8] | pal20l8.txt* |
| [src/regtests/jedutil/baseline/pal20r4] | pal20r4.txt* |
| [src/regtests/jedutil/baseline/pal20r6] | pal20r6.txt* |
| [src/regtests/jedutil/baseline/pal20r8] | pal20r8.txt* |
| [src/regtests/jedutil/eqns] | |
| [src/regtests/jedutil/eqns/pal10h8] | pal10h8.eqn* |
| [src/regtests/jedutil/eqns/pal10l8] | pal10l8.eqn* |
| [src/regtests/jedutil/eqns/pal12h6] | pal12h6.eqn* |
| [src/regtests/jedutil/eqns/pal12l6] | pal12l6.eqn* |
| [src/regtests/jedutil/eqns/pal14h4] | pal14h4.eqn* |
| [src/regtests/jedutil/eqns/pal14l4] | pal14l4.eqn* |
| [src/regtests/jedutil/eqns/pal16c1] | pal16c1.eqn* |
| [src/regtests/jedutil/eqns/pal16h2] | pal16h2.eqn* |
| [src/regtests/jedutil/eqns/pal16l2] | pal16l2.eqn* |
| [src/regtests/jedutil/eqns/pal16l8] | pal16l8.eqn* |
| [src/regtests/jedutil/eqns/pal16r4] | pal16r4.eqn* |
| [src/regtests/jedutil/eqns/pal16r6] | pal16r6.eqn* |
| [src/regtests/jedutil/eqns/pal16r8] | pal16r8.eqn* |
| [src/regtests/jedutil/eqns/pal20l10] | pal20l10.eqn* |
| [src/regtests/jedutil/eqns/pal20l8] | pal20l8.eqn* |
| [src/regtests/jedutil/eqns/pal20r4] | pal20r4.eqn* |
| [src/regtests/jedutil/eqns/pal20r6] | pal20r6.eqn* |
| [src/regtests/jedutil/eqns/pal20r8] | pal20r8.eqn* |
| [src/regtests/jedutil/jeds] | |
| [src/regtests/jedutil/jeds/gal16v8] | pal10h8-to-gal16v8.jed* pal10l8-to-gal16v8.jed* pal12h6-to-gal16v8.jed* pal12l6-to-gal16v8.jed* pal14h4-to-gal16v8.jed* pal14l4-to-gal16v8.jed* pal16h2-to-gal16v8.jed* pal16l2-to-gal16v8.jed* pal16l8-to-gal16v8.jed* pal16r4-to-gal16v8.jed* pal16r6-to-gal16v8.jed* pal16r8-to-gal16v8.jed* |
| [src/regtests/jedutil/jeds/pal10h8] | pal10h8.jed* |
| [src/regtests/jedutil/jeds/pal10l8] | pal10l8.jed* |
| [src/regtests/jedutil/jeds/pal12h6] | pal12h6.jed* |
| [src/regtests/jedutil/jeds/pal12l6] | pal12l6.jed* |
| [src/regtests/jedutil/jeds/pal14h4] | pal14h4.jed* |
| [src/regtests/jedutil/jeds/pal14l4] | pal14l4.jed* |
| [src/regtests/jedutil/jeds/pal16c1] | pal16c1.jed* |
| [src/regtests/jedutil/jeds/pal16h2] | pal16h2.jed* |
| [src/regtests/jedutil/jeds/pal16l2] | pal16l2.jed* |
| [src/regtests/jedutil/jeds/pal16l8] | pal16l8.jed* |
| [src/regtests/jedutil/jeds/pal16r4] | pal16r4.jed* |
| [src/regtests/jedutil/jeds/pal16r6] | pal16r6.jed* |
| [src/regtests/jedutil/jeds/pal16r8] | pal16r8.jed* |
| [src/regtests/jedutil/jeds/pal20l10] | pal20l10.jed* |
| [src/regtests/jedutil/jeds/pal20l8] | pal20l8.jed* |
| [src/regtests/jedutil/jeds/pal20r4] | pal20r4.jed* |
| [src/regtests/jedutil/jeds/pal20r6] | pal20r6.jed* |
| [src/regtests/jedutil/jeds/pal20r8] | pal20r8.jed* |
| [src/tools] | jedutil.c |
| r18403 Wednesday 10th October, 2012 at 08:41:56 UTC by Robbbert |
|---|
| atari_s2 : wip and placeholder |
| [src/mame] | mame.mak |
| [src/mame/drivers] | atari_s2.c |
| [src/mame/layout] | atari_s2.lay* |
| r18402 Wednesday 10th October, 2012 at 07:50:05 UTC by Fabio Priuli |
|---|
| (MESS) gbcolor: I had forgotten about this dump. no whatsnew. |
| [hash] | gbcolor.xml megadriv.xml |
| r18401 Wednesday 10th October, 2012 at 07:09:22 UTC by Fabio Priuli |
|---|
| (MESS) megadriv.xml & gbcolor.xml: added new dumps from pirate carts. no whatsnew. |
| [hash] | gbcolor.xml megadriv.xml |
| r18400 Wednesday 10th October, 2012 at 06:58:06 UTC by Fabio Priuli |
|---|
| (MESS) 32x: added region compatibility filters to the software list [Fabio Priuli, Tafoid, Bobz] |
| [hash] | 32x.xml |
| [src/mess/drivers] | megadriv.c |
| r18399 Wednesday 10th October, 2012 at 03:19:55 UTC by Roberto Fresca |
|---|
| New preliminary driver for Webak MPU-12 platform. [Roberto Fresca] New games marked as GAME_NOT_WORKING ------------------------------------ Fruit Star Bonus (Ver 8.20PIR) [Roberto Fresca, Team Europe] |
| [src/mame] | mame.lst mame.mak |
| [src/mame/drivers] | mpu12wbk.c* |
| r18398 Wednesday 10th October, 2012 at 00:38:43 UTC by hap |
|---|
| ..fixed prev commit |
| [src/mame/drivers] | mw8080bw.c |
| [src/mame/layout] | spcenctr.lay |
| r18397 Wednesday 10th October, 2012 at 00:18:15 UTC by hap |
|---|
| fix strobe timer |
| [src/mame/drivers] | mw8080bw.c |
| [src/mame/layout] | spcenctr.lay |
| r18396 Wednesday 10th October, 2012 at 00:03:05 UTC by hap |
|---|
| update spcenctr internal .lay, color overlay is not possible atm |
| [src/mame/layout] | spcenctr.lay |
| r18395 Tuesday 9th October, 2012 at 20:10:50 UTC by Wilbert Pol |
|---|
| (MESS) gameboy.c: Added parsing of new software list features. Auto-detect still executes until cartridge ram and sram settings are finalized. (nw) |
| [src/mess/machine] | gb.c |
| r18394 Tuesday 9th October, 2012 at 20:05:57 UTC by hap |
|---|
| assume color overlay from flyer |
| [src/mame/drivers] | ace.c |
| r18393 Tuesday 9th October, 2012 at 19:48:57 UTC by hap |
|---|
| so generic color overlays are supposed to go to emu/layout(?) |
| [src/emu] | emu.mak rendlay.c rendlay.h |
| [src/emu/layout] | ho1880ff.lay* |
| [src/mame] | mame.mak |
| [src/mame/drivers] | skydiver.c |
| [src/mame/layout] |
| r18392 Tuesday 9th October, 2012 at 19:48:18 UTC by Wilbert Pol |
|---|
| (MESS) gameboy.xml, gbcolor.xml: Added cartridge features based on information from the cartridge headers. (nw) |
| [hash] | gameboy.xml gbcolor.xml |
| r18391 Tuesday 9th October, 2012 at 19:30:26 UTC by Fabio Priuli |
|---|
| (MESS) snes.c: fixed Dezaemon SRAM mappings. [Fabio Priuli] |
| [src/mame/machine] | snes.c |
| r18390 Tuesday 9th October, 2012 at 19:27:19 UTC by hap |
|---|
| spcenctr .lay placeholder, this one is kinda complex but i always wanted to add it to internal artwork |
| [src/mame] | mame.mak |
| [src/mame/drivers] | mw8080bw.c |
| [src/mame/layout] | dragrace.lay spcenctr.lay* |
| r18389 Tuesday 9th October, 2012 at 19:02:31 UTC by smf |
|---|
| default all lines high & improved logging (nw) |
| [src/emu/machine] | scsicb.c scsicb.h |
| r18388 Tuesday 9th October, 2012 at 19:01:31 UTC by smf |
|---|
| removed some old commented out code (nw) |
| [src/emu/machine] | scsihle.c scsihle.h |
| r18387 Tuesday 9th October, 2012 at 18:54:49 UTC by Tafoid |
|---|
| Information adjustments for naomi.c, chihiro.c, mame.lst reflecting latest discoveries. [f205v] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | chihiro.c naomi.c |
| r18386 Tuesday 9th October, 2012 at 18:50:41 UTC by Tafoid |
|---|
| Video System drivers reshuffing continues, moving more sprite functions around preparing them for merging. From Haze (nw) |
| [src/mame/drivers] | crshrace.c gstriker.c inufuku.c suprslam.c taotaido.c |
| [src/mame/includes] | crshrace.h gstriker.h inufuku.h suprslam.h taotaido.h |
| [src/mame/video] | crshrace.c gstriker.c inufuku.c suprslam.c taotaido.c vsystem_spr.c vsystem_spr.h |
| r18385 Tuesday 9th October, 2012 at 18:39:36 UTC by Mariusz Wojcieszek |
|---|
| Fix compile (hopefully) (nw) |
| [src/mame/drivers] | 3x3puzzl.c |
| r18384 Tuesday 9th October, 2012 at 17:46:25 UTC by Mariusz Wojcieszek |
|---|
| New games added ---------------------------- 3X3 Puzzle [Mariusz Wojcieszek, David Haywood, Guru] |
| [src/mame] | mame.lst mame.mak |
| [src/mame/drivers] | 3x3puzzl.c* |
| r18383 Tuesday 9th October, 2012 at 16:21:20 UTC by Curt Coder |
|---|
| (MESS) c64: Cleanup. (nw) |
| [src/mess/drivers] | c64.c |
| [src/mess/includes] | c64.h |
| r18382 Tuesday 9th October, 2012 at 14:33:03 UTC by Miodrag Milanović |
|---|
| Changed b2m to use new wd1773 core, and updated core to set head signal when seek is done,system still doesn't boot (no whatsnew) |
| [src/mess/drivers] | b2m.c |
| [src/mess/includes] | b2m.h |
| [src/mess/machine] | b2m.c wd1772.c wd1772.h |
| r18381 Tuesday 9th October, 2012 at 14:18:02 UTC by hap |
|---|
| (PuckMan -> Puck Man) |
| [src/mame/drivers] | pacman.c |
| r18380 Tuesday 9th October, 2012 at 13:42:05 UTC by hap |
|---|
| ("Battle Toads" -> "Battletoads") (and yes haze, i'm doing a round of fiddlediddling:p) |
| [src/mame/drivers] | btoads.c |
| r18379 Tuesday 9th October, 2012 at 13:31:13 UTC by hap |
|---|
| (agress sub-title) |
| [src/mame/drivers] | blockout.c |
| r18378 Tuesday 9th October, 2012 at 13:16:55 UTC by hap |
|---|
| (strange indentation) |
| [src/mame/drivers] | go2000.c |
| r18377 Tuesday 9th October, 2012 at 13:13:44 UTC by smf |
|---|
| (MESS) an example of new srcclean fixing indented multi-line comments. |
| [src/mess/machine] | rmnimbus.c |
| r18376 Tuesday 9th October, 2012 at 13:13:11 UTC by hap |
|---|
| (assuming that "SA" is for "SunA"; hw is very similar to suna16, as mentioned in driver notes) |
| [src/mame/drivers] | go2000.c suna16.c |
| r18375 Tuesday 9th October, 2012 at 12:14:53 UTC by hap |
|---|
| added minferno color overlay (based on external artwork by Mr Do) |
| [src/mame] | mame.mak |
| [src/mame/drivers] | meadows.c |
| [src/mame/layout] | deadeye.lay gypsyjug.lay minferno.lay* |
| r18374 Tuesday 9th October, 2012 at 11:20:16 UTC by hap |
|---|
| added dragrace color overlay (based on external artwork by Mr Do) |
| [src/mame/layout] | dragrace.lay skydiver.lay |
| r18373 Tuesday 9th October, 2012 at 11:08:19 UTC by Robbbert |
|---|
| atari_s1 : last commit for now |
| [src/mame/drivers] | atari_s1.c |
| r18372 Tuesday 9th October, 2012 at 10:28:57 UTC by smf |
|---|
| if the start of a multi-line comment is indented then following comment lines will be indented with tabs up to that point. [smf] |
| [src/tools] | srcclean.c |
| r18371 Tuesday 9th October, 2012 at 10:18:17 UTC by hap |
|---|
| (placeholder) |
| [src/mame] | mame.mak |
| [src/mame/drivers] | dragrace.c |
| [src/mame/layout] | dragrace.lay* |
| r18370 Tuesday 9th October, 2012 at 09:57:02 UTC by hap |
|---|
| skydiver simple color overlay (based on external artwork by Mr Do & co) |
| [src/mame] | mame.mak |
| [src/mame/drivers] | skydiver.c |
| [src/mame/layout] | skydiver.lay* |
| r18369 Tuesday 9th October, 2012 at 09:37:27 UTC by hap |
|---|
| couple of corrections from D Go Go Fan |
| [src/mame] | mame.lst |
| Previous 50 | 199869 Revisions | Next 50 |