Note Feed

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

Previous 50 199869 Revisions Next 50

r16318 Thursday 17th May, 2012 at 13:31:55 UTC by Miodrag Milanović
Fix gcc 4.6 compile (nw)
[src/mame/video]bfm_dm01.c

r16317 Thursday 17th May, 2012 at 12:56:08 UTC by Miodrag Milanović
Fixed compilation under VS2010 (no whatsnew)
[src/emu/cpu/z8000]8000dasm.c
[src/lib/libflac/libflac]format.c stream_encoder.c

r16316 Thursday 17th May, 2012 at 10:49:51 UTC by Tafoid
Finally done the last part of the dotmatrix changes, which is to create a dot by dot display mode. This makes the BFMDM01 emulation far more straightforward, and should mean that anyone wanting a matrix can call some combination of functions and make it work.  [James Wallace]
[src/emu]rendlay.c rendlay.h
[src/mame/layout]awpdmd.lay
[src/mame/video]bfm_dm01.c

r16315 Thursday 17th May, 2012 at 09:14:44 UTC by hap
razmataz/ixion doesn't have a 8255
[src/mame/drivers]zaxxon.c

r16314 Thursday 17th May, 2012 at 07:26:49 UTC by Miodrag Milanović
Fix for output of TOC and GDI content on extractcd option (nw)
[src/tools]chdman.c

r16313 Thursday 17th May, 2012 at 07:03:04 UTC by Miodrag Milanović
Fix for boot problem on pcxt driver (nw)
[src/mame/drivers]pcxt.c

r16312 Thursday 17th May, 2012 at 03:01:43 UTC by Tafoid
New clones added
----------------
Tecmo Bowl (World, prototype?)  [Mr. CAST, Smitdogg, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]tbowl.c

r16311 Wednesday 16th May, 2012 at 21:25:46 UTC by Fabio Priuli
scramble.c: fixed crash in 800fath,mariner, knockout, triplep and sets having a 7474 without the "audiocpu". no idea why it has started to crash only now... no whatsnew.
[src/mame/audio]scramble.c

r16310 Wednesday 16th May, 2012 at 19:35:00 UTC by hap
fix avspirit missing sprites
[src/mame/drivers]megasys1.c

r16309 Wednesday 16th May, 2012 at 14:31:58 UTC by hap
new clone added
----------------
Ms. Pac-Man II (Orca bootleg set 2) [Corrado Tomaselli, MisfitMAME]
[src/mame]mame.lst
[src/mame/drivers]pacman.c

r16308 Wednesday 16th May, 2012 at 14:08:16 UTC by Miodrag Milanović
Sync with mess, cleanup (nw)
[src/emu/cpu/z8000]z8000ops.c

r16307 Wednesday 16th May, 2012 at 13:59:46 UTC by Miodrag Milanović
Fix for PORT_CONDITION regression (no whatsnew)
[src/emu]ioport.c

r16306 Wednesday 16th May, 2012 at 11:44:57 UTC by Miodrag Milanović
Fix for PORT_VBLANK multi bit (no whatsnew)
[src/emu]screen.c

r16305 Wednesday 16th May, 2012 at 11:44:56 UTC by hap
undo workarounds not needed anymore after micko's ioport fix
[src/mame/drivers]brkthru.c exidy440.c exprraid.c metlclsh.c tryout.c

r16304 Wednesday 16th May, 2012 at 10:29:50 UTC by Fabio Priuli
neogeo.xml: fixed year. no whatsnew.
[hash]neogeo.xml

r16303 Wednesday 16th May, 2012 at 09:42:38 UTC by Miodrag Milanović
Little cleanup (nw)
[src/emu]ioport.c

r16302 Wednesday 16th May, 2012 at 08:58:52 UTC by Miodrag Milanović
fixed ram size validation regression (no whatsnew)
[src/emu/machine]ram.c

r16301 Wednesday 16th May, 2012 at 07:24:41 UTC by Miodrag Milanović
port changed regression fix (no whatsnew)
[src/emu]ioport.c

r16300 Wednesday 16th May, 2012 at 03:27:32 UTC by R. Belmont
68681: Timers start immediately; unlike counters they don't wait for a start command.  [R. Belmont]
[src/emu/machine]68681.c

r16299 Wednesday 16th May, 2012 at 01:18:05 UTC by R. Belmont
Z8001 has 16-bit wide I/O ports [R. Belmont, Christian Grössler]
[src/emu/cpu/z8000]z8000.c

r16298 Tuesday 15th May, 2012 at 23:27:27 UTC by hap
fix music speed
[src/mame/drivers]labyrunr.c

r16297 Tuesday 15th May, 2012 at 23:12:14 UTC by hap
Small Konami update: [Mamesick]
- aliens.c : reverted wrong changes applied in 0.145u8.
- crimfght.c : reverted wrong changes applied in 0.145u8.
- vendetta.c : small cosmetic changes plus PCB components verified.
[src/mame/drivers]aliens.c crimfght.c simpsons.c vendetta.c

r16296 Tuesday 15th May, 2012 at 20:22:59 UTC by Brian Troha
segas16b.c: Corrected the rom labels for the Japanese Cotton set and added the Sega ID# for the rom board. [Tormod, The Dumping Union]
[src/mame/drivers]segas16b.c

r16295 Tuesday 15th May, 2012 at 17:11:27 UTC by Miodrag Milanović
fixed cdimono1 regression (nw)
[src/mame/machine]cdislave.c

r16294 Tuesday 15th May, 2012 at 13:20:26 UTC by Miodrag Milanović
Fixed display of icon in windows (no whatsnew)
[src/osd/windows]debugwin.c mame.rc window.c

r16293 Tuesday 15th May, 2012 at 12:29:40 UTC by Miodrag Milanović
end of line was missing (nw)
[src/osd/windows]mame.rc

r16292 Tuesday 15th May, 2012 at 12:26:11 UTC by Fabio Priuli
another driver updated to use modern i8255 implementation. no whatsnew.

this leaves us with a few sega drivers (segahang, segas16a, turbo) which use port C of the 8255 in an uncommon way to control/interact with the sound CPU.
any expert available to explain me what the sound CPU expects exactly here? otherwise, I will devote to it my next lunch break...
[src/mame/drivers]system1.c
[src/mame/includes]system1.h

r16291 Tuesday 15th May, 2012 at 12:21:20 UTC by Miodrag Milanović
MAME windows executable gets it's own icon (no whatsnew)
[src/osd/windows]mame.ico* mame.rc

r16290 Tuesday 15th May, 2012 at 10:32:08 UTC by Fabio Priuli
updating MAME drivers to use modern i8255 implementation instead of the legacy one, part 3 [Fabio Priuli]
[src/mame/drivers]galaxian.c scobra.c scramble.c
[src/mame/includes]galaxian.h scramble.h
[src/mame/machine]scramble.c

r16289 Tuesday 15th May, 2012 at 10:11:12 UTC by Miodrag Milanović
DUART fix for counter mode making SC4 not assert (no whatsnew)
[src/emu/machine]68681.c

r16288 Tuesday 15th May, 2012 at 06:56:17 UTC by Miodrag Milanović
objdump doesn't work with VS binaries, so do not run it by Firewave (no whatsnew)

fixed uninitialized field in ioport_field.m_chars (fixes stack
corruption with three PORT_CHAR definitions) / added some sanity
checks for PORT_CHAR adding and lookup by Firewave

Intel 28F320J3D flash support by Lukasz Markowski

snapquik.c  fixed uninitialized variable that causes random assertion
failure by Sandro Ronco
[/trunk]makefile
[src/emu]ioport.c
[src/emu/imagedev]snapquik.c
[src/emu/machine]intelfsh.c intelfsh.h

r16287 Monday 14th May, 2012 at 22:46:14 UTC by R. Belmont
z800x: Support for disassembly of Z8001 instructions [Christian Grössler]
[src/emu/cpu/z8000]8000dasm.c

r16286 Monday 14th May, 2012 at 19:28:08 UTC by hap
correct year of production
[src/mame/drivers]bfm_sc4.c bfm_sc5.c

r16285 Monday 14th May, 2012 at 19:05:27 UTC by hap
fix regression ("//" was removed during core membank update)
[src/mame/drivers]raiden2.c

r16284 Monday 14th May, 2012 at 18:45:29 UTC by Angelo Salese
New NOT WORKING game
--------------------
Touryuumon [Yohji, Mr. CAST, Smitdogg, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]ghosteo.c

r16283 Monday 14th May, 2012 at 17:31:11 UTC by smf
renamed a rom that is identical to the parent.
[src/mame/drivers]ksys573.c

r16282 Monday 14th May, 2012 at 17:23:48 UTC by smf
New games added
---------------
Hyper Bishi Bashi Champ (GQ876 VER. EAA) [smf, Guru, Thorsten]
Hyper Bishi Bashi Champ (GQ876 VER. AAA) [smf, any]
[src/mame]mame.lst
[src/mame/drivers]ksys573.c

r16281 Monday 14th May, 2012 at 16:14:52 UTC by Fabio Priuli
a last couple of drivers updated. no whatsnew.

the remaining drivers using 8255ppi.c (legacy implementation) are: a few games on galaxian/scramble/scobra hw and a few sega system16 games. I think I will have time to convert these too before the weekend, but if anyone wants to do it earlier, be my guest...
[src/mame/audio]segag80r.c
[src/mame/drivers]segag80r.c zaxxon.c

r16280 Monday 14th May, 2012 at 15:19:40 UTC by Fabio Priuli
updating MAME drivers to use modern i8255 implementation instead of the legacy one, part 2 [Fabio Priuli]
[src/mame/drivers]igs009.c igs017.c imolagp.c iqblock.c kingdrby.c kungfur.c lordgun.c lucky74.c merit.c meritm.c pcxt.c pipeline.c rgum.c sfkick.c skylncr.c slotcarn.c sms.c statriv2.c subsino.c taxidriv.c tcl.c tx1.c vroulet.c

r16279 Monday 14th May, 2012 at 08:26:08 UTC by Fabio Priuli
updating MAME drivers to use modern i8255 implementation instead of the legacy one, part 1 [Fabio Priuli]
[src/mame/drivers]aristmk4.c astinvad.c cb2001.c clayshoo.c dribling.c epos.c fortecar.c freekick.c gatron.c gei.c goldstar.c homerun.c zaccaria.c
[src/mame/includes]dribling.h

r16278 Monday 14th May, 2012 at 03:04:52 UTC by Tafoid
Correct labels for bcruzm12 and replaced overdumped rom from butasan based on pcb pictures and observation  [bonky0013, Tafoid]
[src/mame/drivers]argus.c marineb.c

r16277 Sunday 13th May, 2012 at 22:54:28 UTC by Tafoid
Fix for crashing bfm_sc2.c sets (nw)
[src/mame/drivers]bfm_sc2.c

r16276 Sunday 13th May, 2012 at 21:14:59 UTC by R. Belmont
Z8001: Fix inb/outb @rX form.  M20 PPI test now passes. [R. Belmont]
[src/emu/cpu/z8000]z8000ops.c

r16275 Sunday 13th May, 2012 at 21:13:21 UTC by R. Belmont
GCC 4.6 compile fix (nw)
[src/mame/video]bfm_dm01.c

r16274 Sunday 13th May, 2012 at 20:09:59 UTC by hap
fix regression
[src/mame/drivers]alpha68k.c

r16273 Sunday 13th May, 2012 at 19:49:54 UTC by hap
added nmi ack for bootlegs
[src/mame/drivers]superqix.c
[src/mame/includes]superqix.h

r16272 Sunday 13th May, 2012 at 16:23:08 UTC by hap
fix statusport bitmask
[src/mame/drivers]superqix.c

r16271 Sunday 13th May, 2012 at 14:49:25 UTC by hap
fix coin insert problem
[src/mame/drivers]exidy440.c

r16270 Sunday 13th May, 2012 at 13:02:00 UTC by hap
(spaces in the rom filenames)
[src/mame/drivers]decocass.c

r16269 Sunday 13th May, 2012 at 06:37:29 UTC by Miodrag Milanović
Cleanup (no whatsnew)
[src/emu/cpu/powerpc]ppc.c ppccom.c ppcdrc.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team