Note
Feed
Note: GitHub retired the SVN interface on January 8, 2024.
| r32483 Wednesday 1st October, 2014 at 16:07:51 UTC by Osso |
| model1: moved most remaining functions into driver class (nw) |
| [src/mame/drivers] | model1.c |
| [src/mame/includes] | model1.h |
| [src/mame/machine] | model1.c |
| [src/mame/video] | model1.c |
| r32482 Wednesday 1st October, 2014 at 14:13:21 UTC by Ville Linde |
| powerpc: fix unaligned 64-bit accesses (nw) |
| [src/emu/cpu/powerpc] | ppcdrc.c |
| r32481 Wednesday 1st October, 2014 at 11:20:12 UTC by Michael Zapf |
| Fixed cylinder number calculation. (nw) |
| [src/emu/machine] | hdc9234.c |
| r32480 Wednesday 1st October, 2014 at 10:21:43 UTC by Michael Zapf |
| (MESS) Removed unneeded variable. (nw) |
| [src/emu/machine] | hdc9234.c |
| r32479 Wednesday 1st October, 2014 at 09:17:09 UTC by Oliver Stöneberg |
| added makefile variable OPENMP to enable usage of OpenMP (includes vconv support of -fopenmp) [Oliver Stöneberg] |
| [/trunk] | makefile |
| [src/osd/windows] | vconv.c |
| r32478 Wednesday 1st October, 2014 at 05:48:35 UTC by Fabio Priuli |
| more generic cart slot conversions. nw. |
| [src/emu/machine] | smpc.c |
| [src/mame] | mame.mak |
| [src/mame/drivers] | megatech.c stv.c |
| [src/mame/includes] | stv.h |
| [src/mess/drivers] | prestige.c |
| r32477 Wednesday 1st October, 2014 at 05:45:10 UTC by Fabio Priuli |
| (MESS): psx.xml: more info additions from AntoPisa (covering games up to K). nw. |
| r32476 Wednesday 1st October, 2014 at 05:10:26 UTC by Alex Jackson |
| k053260: delta PCM decoding rolls over instead of clipping; fixes MT#1007 [Alex Jackson] |
| r32475 Wednesday 1st October, 2014 at 02:01:29 UTC by Tafoid |
| Fix compile (unused variable issue) (nw) |
| [src/emu/machine] | hdc9234.c |
| r32474 Tuesday 30th September, 2014 at 19:51:00 UTC by Michael Zapf |
| (MESS) HDC9234 still WIP, added some more functions and burst mode.(nw) |
| [src/emu/machine] | hdc9234.c hdc9234.h |
| r32473 Tuesday 30th September, 2014 at 15:33:22 UTC by hap |
| spi_layer_bank_w unknown bit wasn't alpha blending enable afterall |
| [src/mame/drivers] | seibuspi.c |
| [src/mame/includes] | seibuspi.h |
| [src/mame/video] | seibuspi.c |
| r32472 Tuesday 30th September, 2014 at 14:57:36 UTC by Osso |
| namcos2 and namcos21: moved most remaining functions into classes (nw). |
| [src/mame/drivers] | namcos21.c |
| [src/mame/includes] | namcos2.h namcos21.h |
| [src/mame/machine] | namcos2.c |
| [src/mame/video] | namcos2.c namcos21.c |
| r32471 Tuesday 30th September, 2014 at 10:40:12 UTC by David Haywood |
new clones
Zero Hour (Inder) [Basilio García] |
| [src/mame] | mame.lst |
| [src/mame/drivers] | redclash.c |
| r32470 Tuesday 30th September, 2014 at 06:05:07 UTC by Fabio Priuli |
(MESS) converted scv and vboy to use slot devices for
their carts. nw. |
| [hash] | scv.xml vboy.xml |
| [src/emu/bus] | bus.mak |
| [src/emu/bus/scv] | rom.c* rom.h* slot.c* slot.h* |
| [src/emu/bus/vboy] | rom.c* rom.h* slot.c* slot.h* |
| [src/mess] | mess.mak |
| [src/mess/drivers] | scv.c vboy.c |
| r32469 Monday 29th September, 2014 at 20:06:44 UTC by Ville Linde |
| model3.c: fixed missing textures in magtruck (nw) |
| [src/mame/drivers] | model3.c |
| [src/mame/includes] | model3.h |
| [src/mame/video] | model3.c |
| r32468 Monday 29th September, 2014 at 18:22:30 UTC by Fabio Priuli |
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. |
| r32467 Monday 29th September, 2014 at 18:15:13 UTC by Fabio Priuli |
old apple gcc complains about 'floppy' possibly used uninitialized (switch
statements always confuse this compiler :( ). nw. |
| [src/emu/bus/a2bus] | corvfdc01.c |
| r32466 Monday 29th September, 2014 at 18:08:35 UTC by Fabio Priuli |
(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) |
| [hash] | sat_cart.xml |
| [src/emu/bus/saturn] | bram.c bram.h dram.c dram.h sat_slot.c sat_slot.h |
| [src/mess/drivers] | saturn.c |
| r32465 Monday 29th September, 2014 at 18:02:49 UTC by Fabio Priuli |
(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. |
| r32464 Monday 29th September, 2014 at 18:01:37 UTC by David Haywood |
| debug notes only (nw) |
| [src/mame/machine] | raiden2cop.c |
| r32463 Monday 29th September, 2014 at 18:01:24 UTC by Fabio Priuli |
| (MESS) consolidation + cleanup, part2. nw. |
| [src/emu/bus/nes] | bootleg.c kaiser.c mmc5.c nes_ines.inc nes_pcb.inc nes_slot.c nes_slot.h nes_unif.inc sunsoft.c |
| [src/mess/video] | nes.c |
| r32462 Monday 29th September, 2014 at 17:03:32 UTC by Osso |
| Moved misc functions into driver classes and small cleanups(nw) |
| [src/mame/audio] | n8080.c |
| [src/mame/drivers] | avt.c cave.c cobra.c coolpool.c galaxian.c midzeus.c segas32.c taitotz.c |
| [src/mame/includes] | cave.h coolpool.h cosmic.h galaxian.h midzeus.h segas32.h |
| [src/mame/video] | cosmic.c |
| r32461 Monday 29th September, 2014 at 16:56:44 UTC by hap |
| note |
| [src/mame/drivers] | arachnid.c |
| r32460 Monday 29th September, 2014 at 15:03:08 UTC by David Haywood |
| refactor (nw) |
| [src/mame/machine] | raiden2cop.c raiden2cop.h |
| r32459 Monday 29th September, 2014 at 12:40:21 UTC by David Haywood |
| 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) |
| [src/mame/machine] | raiden2cop.c raiden2cop.h |
| r32458 Monday 29th September, 2014 at 03:31:14 UTC by R. Belmont |
| WebUI: clean up and fixed HTML compliance. [Firehawke] |
| [web] | commands.html confirmexit.html confirmhardreset.html confirmsoftreset.html index.html |
| r32457 Monday 29th September, 2014 at 03:07:47 UTC by R. Belmont |
| (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA to buffered controller. [R. Belmont] |
| [src/emu/bus/a2bus] | corvfdc02.c corvfdc02.h |
| [src/lib] | lib.mak |
| [src/lib/formats] | concept_dsk.c* concept_dsk.h* |
| r32456 Monday 29th September, 2014 at 03:04:32 UTC by R. Belmont |
| (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. Belmont] |
| [src/emu/bus/a2bus] | corvfdc01.c |
| [src/mess/drivers] | concept.c |
| [src/mess/includes] | concept.h |
| [src/mess/machine] | concept.c |
| r32455 Monday 29th September, 2014 at 02:00:23 UTC by Tafoid |
| 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) |
| [src/emu] | rendfont.c |
| [src/emu/netlist/analog] | nld_solver.c |
| [src/lib/formats] | csw_cas.c uef_cas.c |
| [src/lib/util] | hashing.c |
| [src/mess/drivers] | psx.c |
| [src/mess/osd/windows] | mess.rc windows.mak |
| [src/osd/windows] | mame.rc |
| [src/ume/osd/windows] | ume.rc |
| r32454 Sunday 28th September, 2014 at 21:18:51 UTC by Tafoid |
| If #includes are not in source, code should not exist in source. (nw) |
| [src/mess/drivers] | rainbow.c |
| [src/mess/includes] | hp48.h |
| [src/mess/machine] | hp48.c thomson.c |
| r32453 Sunday 28th September, 2014 at 20:54:51 UTC by Ville Linde |
| model3.c: make magtruck boot (nw) |
| [src/mame/drivers] | model3.c |
| [src/mame/includes] | model3.h |
| r32452 Sunday 28th September, 2014 at 18:34:23 UTC by hap |
| note |
| r32451 Sunday 28th September, 2014 at 18:11:55 UTC by Ville Linde |
| powerpc: Fixed wrong condition register in stwcx. (nw) |
| [src/emu/cpu/powerpc] | ppcdrc.c |
| r32450 Sunday 28th September, 2014 at 15:30:55 UTC by Wilbert Pol |
| 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] |
| [src/emu/video] | 315_5124.c 315_5124.h |
| r32449 Sunday 28th September, 2014 at 15:28:57 UTC by Fabio Priuli |
| (MESS) consolidation + cleanup, part1. nw. |
| [src/emu/bus/a7800] | a78_slot.c a78_slot.h |
| [src/emu/bus/a800] | a800_slot.c a800_slot.h rom.c |
| [src/emu/bus/gameboy] | gb_slot.c gb_slot.h mbc.c |
| [src/emu/bus/gba] | gba_slot.c gba_slot.h rom.c rom.h |
| [src/emu/bus/megadrive] | md_slot.c md_slot.h |
| [src/emu/bus/pce] | pce_slot.c pce_slot.h |
| [src/emu/bus/saturn] | rom.c sat_slot.c sat_slot.h |
| [src/emu/bus/sega8] | rom.c sega8_slot.c sega8_slot.h |
| [src/emu/bus/snes] | snes_slot.c snes_slot.h |
| [src/emu/bus/vcs] | rom.c vcs_slot.c vcs_slot.h |
| [src/mess/drivers] | a2600.c a7800.c atari400.c gba.c megadriv.c segapico.c sg1000.c |
| [src/mess/includes] | gba.h md_cons.h sg1000.h |
| [src/mess/machine] | sms.c |
| r32448 Sunday 28th September, 2014 at 10:54:18 UTC by Robbbert |
| s7.c : cleanup |
| [src/mame/drivers] | s6a.c s7.c |
| r32447 Sunday 28th September, 2014 at 08:25:23 UTC by Fabio Priuli |
(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 :) |
| [src/emu/imagedev] | floppy.c floppy.h |
| r32446 Sunday 28th September, 2014 at 08:17:30 UTC by smf |
| (MESS) portfolio: only trigger interrupts when the 8250 asserts the line, not when it clears it. [smf] |
| [src/mess/drivers] | portfoli.c |
| r32445 Sunday 28th September, 2014 at 08:15:16 UTC by smf |
| initialize ier register to stop interrupts randomly being generated before reset, fixes portfolio booting (nw) |
| [src/emu/machine] | ins8250.c |
| r32444 Sunday 28th September, 2014 at 02:07:10 UTC by R. Belmont |
| snesb: Set up dip switches for Gundam Wing. [stephh] |
| [src/mame/drivers] | snesb.c |
| r32443 Sunday 28th September, 2014 at 01:52:06 UTC by R. Belmont |
| fix Clang compile (nw) |
| r32442 Sunday 28th September, 2014 at 01:43:38 UTC by R. Belmont |
| (MESS) concept: Preliminary implementations of the original and buffered floppy disk controllers. [R. Belmont] |
| [src/emu/bus] | bus.mak |
| [src/emu/bus/a2bus] | corvfdc01.c* corvfdc01.h* corvfdc02.c* corvfdc02.h* |
| [src/mess/drivers] | concept.c |
| r32441 Sunday 28th September, 2014 at 01:21:43 UTC by Carl |
(mess) pc9801: make sasi partially work (nw)
scsi: sync rest of lines with input buffer (nw)
---
The 9801f will read the hdd but appears to not like disks without 256 byte sectors.
The ux and rs don't even attempt to access the sasi controller and seem to have no driver in their firmwares, are they supposed to have an external rom? |
| [src/emu/bus] | bus.mak |
| [src/emu/bus/scsi] | pc9801_sasi.c* pc9801_sasi.h* scsi.c |
| [src/mess/drivers] | pc9801.c |
| r32440 Saturday 27th September, 2014 at 23:01:38 UTC by Brian Troha |
| peplus.c: Forgot to make one a clone - nw |
| [src/mame/drivers] | peplus.c |
| r32439 Saturday 27th September, 2014 at 22:54:13 UTC by Brian Troha |
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. |
| [src/mame/drivers] | peplus.c |
| r32438 Saturday 27th September, 2014 at 21:05:42 UTC by Robbbert |
| s6a.c : fixed sound. Algar and Alien Poker marked as working. |
| r32437 Saturday 27th September, 2014 at 21:00:01 UTC by Robbbert |
s6.c : Gorgar Speaks!
Gorgar, Blackout marked as working. |
| r32436 Saturday 27th September, 2014 at 16:43:42 UTC by David Haywood |
| before I forget (nw) |
| [src/mame/machine] | raiden2cop.c |
| r32435 Saturday 27th September, 2014 at 13:07:24 UTC by David Haywood |
| more debug notes (nw) |
| [src/mame/machine] | raiden2cop.c |
| r32434 Saturday 27th September, 2014 at 10:19:23 UTC by Robbbert |
| s6.c : sound improved, 2 games marked as working (Scorpion, Laser Ball) |
| [src/mame/drivers] | s3.c s4.c s6.c |
© 1997-2024 The MAME Team