Note Feed

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

Previous 50 199869 Revisions Next 50

r31933 Friday 5th September, 2014 at 21:08:42 UTC by Angelo Salese
Notes
[src/mame/drivers]feversoc.c raiden2.c

r31932 Friday 5th September, 2014 at 20:49:07 UTC by O. Galibert
make sprite layer order per-game (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31931 Friday 5th September, 2014 at 20:46:13 UTC by hap
another note
[src/mame/drivers]galaxian.c

r31930 Friday 5th September, 2014 at 20:41:35 UTC by Tafoid
pve500 volume adjust (nw)
[src/mess/drivers]pve500.c

r31929 Friday 5th September, 2014 at 20:23:14 UTC by hap
my spacebar wants his money back
[src/mame/drivers]galaxian.c

r31928 Friday 5th September, 2014 at 20:05:59 UTC by hap
it's not z80, and doesn't look like a simple clone of galaxian
[src/mame]mame.lst
[src/mame/drivers]galaxian.c

r31927 Friday 5th September, 2014 at 18:48:51 UTC by O. Galibert
house shadows (nw)
[src/mame/drivers]raiden2.c

r31926 Friday 5th September, 2014 at 18:31:34 UTC by O. Galibert
rename (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31925 Friday 5th September, 2014 at 18:23:43 UTC by Angelo Salese
Added destination base address for sprite DMA, fixes Purple laser visibility in Raiden 2/DX
[src/mame/drivers]raiden2.c

r31924 Friday 5th September, 2014 at 18:02:07 UTC by O. Galibert
raiden2: Does it blend? (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31923 Friday 5th September, 2014 at 15:24:35 UTC by Fabio Priuli
(MESS) gameboy: added dump of Color GameBoy 188 in 1 multicart,
and partially implemented the required mapper [Team Europe, Fabio Priuli]


after selecting a game, the CPU always points to the correct bank of the cart,
but some games don't work anyway (e.g. Duck Tales, PacMan, etc.)
I don't have time to further debug this, at the moment, so I leave it to whoever
wants to take a look
[hash]gameboy.xml
[src/emu/bus/gameboy]gb_slot.c gb_slot.h mbc.c mbc.h
[src/mess/drivers]gb.c

r31922 Friday 5th September, 2014 at 15:16:40 UTC by Fabio Priuli
(MESS) softlist: misc gb / gbc dumps added. nw.
[hash]gameboy.xml gbcolor.xml

r31921 Friday 5th September, 2014 at 15:15:21 UTC by Fabio Priuli
(MESS) pico.xml: more Japanese and Korean dumps added. [Team Europe]
[hash]pico.xml

r31920 Friday 5th September, 2014 at 14:51:50 UTC by O. Galibert
raiden2: sprite placement and priorities (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31919 Friday 5th September, 2014 at 14:46:48 UTC by David Haywood
eolith.c needs faster EEPROM access like vamphalf.c, fixes fort2b again (nw)
[src/mame/drivers]eolith.c

r31918 Friday 5th September, 2014 at 14:39:39 UTC by Robbbert
inder.c : WIP
[src/mame/drivers]inder.c

r31917 Friday 5th September, 2014 at 13:10:44 UTC by Tafoid
Fix dropped mame.lst update (nw)
[src/mame]mame.lst

r31916 Friday 5th September, 2014 at 13:03:23 UTC by Tafoid
New games marked as GAME_NOT_WORKING
------------------------------------
Space Warp (Century Electronics)  [Stiletto, Tafoid]
[src/mame]mame.lst
[src/mame/drivers]galaxian.c

r31915 Friday 5th September, 2014 at 11:09:41 UTC by O. Galibert
raidendx banking (nw)
[src/mame/drivers]raiden2.c

r31914 Friday 5th September, 2014 at 10:53:25 UTC by David Haywood
new NOT WORKING
Yori Zori Kuk Kuk [Dullaron, Kai Bauer, Brian Troha, The Dumping Union]

graphics roms not dumped yet, although I couldn't get it to boot, so might be a bit different
[src/mame]mame.lst
[src/mame/drivers]vamphalf.c

r31913 Friday 5th September, 2014 at 08:24:00 UTC by Miodrag Milanović
samples fix from Osso (nw)
[src/emu/sound]samples.c

r31912 Friday 5th September, 2014 at 05:37:37 UTC by Robbbert
inder.c : WIP
[src/mame/drivers]inder.c
[src/mame/machine]genpin.c

r31911 Friday 5th September, 2014 at 04:15:36 UTC by Fabio Priuli
let's make cmpro happier. nw.
[hash]coleco.xml
[src/emu/bus/a800]rom.c

r31910 Thursday 4th September, 2014 at 21:21:51 UTC by Fabio Priuli
(MESS) a5200/a7800: fixed a bunch of regressions introduced with
slotification. nw.
[hash]a5200.xml a7800.xml

r31909 Thursday 4th September, 2014 at 21:21:07 UTC by Fabio Priuli
(MESS) a800: added sketchy support for some more mappers.
only a few carts have actually improved, but it is a start. nw.
[hash]a800.xml
[src/emu/bus/a800]a800_carts.h a800_slot.c a800_slot.h oss.c oss.h rom.c rom.h
[src/mess/drivers]atari400.c

r31908 Thursday 4th September, 2014 at 19:20:01 UTC by Osso
itt3030.c fix from RB (nw)
[src/mess/drivers]itt3030.c

r31907 Thursday 4th September, 2014 at 19:11:35 UTC by Michael Zapf
floppy: Change in find_position to avoid missing edges that are very
close to a window end. (nw)
[src/emu/imagedev]floppy.c

r31906 Thursday 4th September, 2014 at 17:49:30 UTC by Osso
samples_device: converted to use inline config and delegates. Will probably need clean compile. (nw)
[src/emu/bus/nes]jaleco.c pt554.c
[src/emu/sound]samples.c samples.h
[src/mame/audio]8080bw.c astrof.c blockade.c carnival.c cclimber.c cclimber.h cinemat.c circus.c depthch.c gottlieb.c invinco.c meadows.c mw8080bw.c polyplay.c pulsar.c segag80r.c snk6502.c spacefb.c suna8.c targ.c triplhnt.c turbo.c vicdual.c zaxxon.c
[src/mame/drivers]8080bw.c aristmk4.c astinvad.c astrocde.c blockade.c circus.c cosmic.c dai3wksi.c equites.c galaga.c gaplus.c gotya.c gridlee.c homerun.c m10.c m63.c mcr.c meadows.c ninjakd2.c polyplay.c rallyx.c rotaryf.c safarir.c segag80v.c snk6502.c starcrus.c starfire.c suna8.c superqix.c tankbatt.c thief.c tmnt.c tnzs.c triplhnt.c
[src/mame/includes]8080bw.h blockade.h circus.h exidy.h meadows.h ninjakd2.h polyplay.h snk6502.h suna8.h superqix.h thief.h tmnt.h tnzs.h triplhnt.h turbo.h
[src/mame/machine]genpin.c genpin.h

r31905 Thursday 4th September, 2014 at 13:31:09 UTC by David Haywood
improve note (nw)
[src/mame/drivers]galaxian.c

r31904 Thursday 4th September, 2014 at 13:20:27 UTC by David Haywood
note based on post made by 'Naxat' on my blog (nw)
[src/mame/drivers]galaxian.c

r31903 Thursday 4th September, 2014 at 12:29:39 UTC by David Haywood
rework the Seibu Cup Soccer debug mode code so that it can be enabled for all sets rather than just the non-functional bootlegs, also documented how you get the Olympic Soccer '92 title screen and disable a debug display in the Cup Soccer Selection sets.  The COP could be involved in providing a rom overlay for this area. (nw)
[src/mame/drivers]legionna.c
[src/mame/includes]legionna.h

r31902 Thursday 4th September, 2014 at 09:55:54 UTC by Robbbert
inder.c : Lap by Lap is working. [Robbbert]
[src/mame/drivers]inder.c

r31901 Thursday 4th September, 2014 at 06:04:09 UTC by Robbbert
inder.c : Canasta 86 is working. [Robbbert]
[src/mame/drivers]inder.c

r31900 Thursday 4th September, 2014 at 05:18:05 UTC by Fabio Priuli
(MESS) md_slot.c: let's try to load carts in a rom region rather than in a dynamic buffer.
This hopefully allows to search for ROM cheats again and fixes bug MT5488. nw.
[src/emu/bus/megadrive]md_slot.c md_slot.h rom.c

r31899 Thursday 4th September, 2014 at 04:59:05 UTC by Fabio Priuli
(MESS) whoops... Activision and Absolute mappers got switched when loading from fullpath... nw.
[src/emu/bus/a7800]a78_slot.c

r31898 Thursday 4th September, 2014 at 02:38:10 UTC by R. Belmont
not quite yet (nw)
[src/osd/sdl]sdl.mak

r31897 Thursday 4th September, 2014 at 02:37:23 UTC by R. Belmont
(MESS) pc_vga: correct access to attribute register when PAS bit is set, allows XFree86 to detect ISA VGA. [Peter Ferrie]
[src/emu/video]pc_vga.c

r31896 Thursday 4th September, 2014 at 02:26:43 UTC by R. Belmont
SDL: reenable SDL_ttf for SDL2 builds (nw)
[src/osd/sdl]sdl.mak sdlmain.c

r31895 Wednesday 3rd September, 2014 at 19:37:20 UTC by Brian Troha
galpanic.c: Correct rom names for the newest Fantasia set. - NW
[src/mame/drivers]expro02.c galpanic.c

r31894 Wednesday 3rd September, 2014 at 18:30:19 UTC by hap
added global alpha bit
[src/mame/drivers]seibuspi.c
[src/mame/includes]seibuspi.h
[src/mame/video]seibuspi.c

r31893 Wednesday 3rd September, 2014 at 18:28:06 UTC by Angelo Salese
Updated 0205 for m68k based games
[src/mame/machine]seicop.c

r31892 Wednesday 3rd September, 2014 at 16:22:41 UTC by Fabio Priuli
fixed pokey mapping in the a7800 carts. nw.
[src/emu/bus/a7800]a78_carts.h rom.c rom.h xboard.c
[src/mess/drivers]a7800.c

r31891 Wednesday 3rd September, 2014 at 16:20:35 UTC by Fabio Priuli
updated pokey to use delegates for its callbacks. nw.
[src/emu/sound]pokey.c pokey.h
[src/mame/drivers]bartop52.c maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c
[src/mess/drivers]atari400.c

r31890 Wednesday 3rd September, 2014 at 16:19:35 UTC by Fabio Priuli
(MESS) coleco.xml: Some more verified dumps and info added. [Ikrananka]
[hash]coleco.xml

r31889 Wednesday 3rd September, 2014 at 13:16:21 UTC by Robbbert
inder.c : Brave Team is working. [Robbbert]
[src/mame/drivers]inder.c
[src/mame/layout]inder.lay

r31888 Wednesday 3rd September, 2014 at 11:41:02 UTC by Jonathan Gevaryahu
Remove test code (n/w)
[src/mame/drivers]raiden2.c

r31887 Wednesday 3rd September, 2014 at 10:32:43 UTC by O. Galibert
raiden: misc (nw)
[src/mame/drivers]raiden2.c
[src/mame/includes]raiden2.h

r31886 Wednesday 3rd September, 2014 at 02:26:15 UTC by R. Belmont
SDL: Use the same screen selection method for SDL2 as Windows. [R. Belmont]
[src/osd/sdl]video.c

r31885 Wednesday 3rd September, 2014 at 01:58:02 UTC by R. Belmont
SDL: more OS X fixes for SDL2. (nw)
[src/osd/sdl]SDLMain_tmpl.m sdl.mak

r31884 Wednesday 3rd September, 2014 at 01:20:39 UTC by R. Belmont
SDL: link properly on OS X for SDL2. [R. Belmont]
[src/osd/sdl]sdl.mak

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team