Note Feed

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

Previous 50 199869 Revisions Next 50

r20770 Wednesday 6th February, 2013 at 14:36:08 UTC by Ville Linde
k001604: Rewrote the ROZ rendering. [Ville Linde]
[src/mame/video]konicdev.c konicdev.h

r20769 Wednesday 6th February, 2013 at 14:34:13 UTC by Curt Coder
(MESS) devcb2 conversions. (nw)
[src/emu]emu.mak
[src/emu/machine]ds75160a.c ds75160a.h mos6529.c mos6529.h mos6551.c* mos6551.h*
[src/mess/drivers]c128.c c64.c cbm2.c pet2001.c plus4.c vic10.c vic20.c
[src/mess/includes]c128.h c64.h cbm2.h plus4.h
[src/mess/machine]petcass.c petcass.h petexp.c petexp.h superpet.c superpet.h vcs_lightpen.c vcsctrl.c vcsctrl.h

r20768 Wednesday 6th February, 2013 at 13:06:31 UTC by David Haywood
misc updates to fruit fresh (nw)
[src/mame/drivers]fresh.c

r20767 Wednesday 6th February, 2013 at 10:41:17 UTC by David Haywood
hook up the palette (nw)
[src/mame/drivers]fresh.c

r20766 Wednesday 6th February, 2013 at 10:23:47 UTC by David Haywood
little progress (nw)
[src/mame/drivers]fresh.c

r20765 Wednesday 6th February, 2013 at 09:40:17 UTC by Miodrag Milanović
Modernization of drivers part 3 (no whatsnew)
[src/mame/drivers]chinagat.c darius.c darkmist.c ddragon.c dec0.c deco_mlc.c dkong.c dragrace.c drgnmst.c
[src/mame/includes]darius.h darkmist.h darkseal.h dassault.h dcheese.h dcon.h dday.h ddragon.h ddragon3.h ddribble.h deadang.h dec0.h dec8.h deco32.h deco_mlc.h decocass.h deniam.h djmain.h dkong.h docastle.h dogfgt.h dooyong.h dragrace.h drgnmst.h dynduke.h
[src/mame/machine]dec0.c decocass.c
[src/mame/video]darius.c darkmist.c darkseal.c dassault.c dcheese.c dcon.c dday.c ddragon.c ddragon3.c ddribble.c deadang.c dec0.c dec8.c deco32.c deco_mlc.c deniam.c djmain.c dkong.c docastle.c dogfgt.c dooyong.c drgnmst.c dynduke.c

r20764 Wednesday 6th February, 2013 at 09:22:37 UTC by David Haywood
started looking at fruit fresh, looks straightforward enough (nw)
[src/mame]mame.lst mame.mak
[src/mame/drivers]fresh.c* goldstar.c
[src/mame/includes]goldstar.h

r20763 Wednesday 6th February, 2013 at 07:31:19 UTC by Miodrag Milanović
removed not needed function type (no whatsnew)
[src/emu]devlegcy.h

r20762 Wednesday 6th February, 2013 at 05:54:14 UTC by Angelo Salese
Not supposed to commit this ...
[src/mame/machine]scudsp.c

r20761 Wednesday 6th February, 2013 at 05:53:31 UTC by Angelo Salese
Moved a variable around in VDP1, fixes gfx updating in Slam N Jam 96 and Cross Romance
[src/mame/machine]scudsp.c
[src/mame/video]stvvdp1.c

r20760 Wednesday 6th February, 2013 at 05:36:53 UTC by Fabio Priuli
(MESS) softlist: bunch of minor consistency fixes. nw.
[hash]gba.xml n64.xml pcecd.xml saturn.xml wswan.xml

r20759 Wednesday 6th February, 2013 at 05:35:37 UTC by Fabio Priuli
(MESS) a800.xml: Added 3 new dumps, removed a confirmed bad dump and added more cartridge info [K1W1]
(MESS) amigaaga/amigaocs.xml: Added a few more dumps from CAPS releases [Kaylee]
(MESS) apfm1000.xml: Verified compatibility in some entries [Shideravan]
[hash]a800.xml amigaaga_flop.xml amigaocs_flop.xml apfm1000.xml

r20758 Wednesday 6th February, 2013 at 05:26:38 UTC by Fabio Priuli
(MESS) merged md_havoc_state with md_boot_state. nw.
[src/mame/drivers]hshavoc.c
[src/mame/includes]megadriv.h

r20757 Wednesday 6th February, 2013 at 05:15:29 UTC by Angelo Salese
Added a note regarding Croc
[src/mame/machine]scudsp.c

r20756 Wednesday 6th February, 2013 at 04:12:32 UTC by R. Belmont
missed these (nw)
[src/mess/machine]a2eauxslot.c a2eauxslot.h

r20755 Wednesday 6th February, 2013 at 04:09:46 UTC by R. Belmont
(MESS) Apple II: General modernization, some tagmap cleanup, and prep work to emulate IIe aux slot cards. [R. Belmont]
[src/mess/drivers]apple2.c apple2gs.c
[src/mess/includes]apple2.h
[src/mess/machine]apple2.c apple2gs.c

r20754 Wednesday 6th February, 2013 at 02:45:09 UTC by Angelo Salese
Added RGB555 drawgfxzoom, fixes gfxs for Croc
[src/mame/video]stvvdp2.c

r20753 Wednesday 6th February, 2013 at 01:48:46 UTC by R. Belmont
Add a note that these games appear to be on Archimedes-compatible hardware (nw)
[src/mame/drivers]belatra.c

r20752 Wednesday 6th February, 2013 at 01:47:18 UTC by Ryan Holtz
arm.c: Add fine page table lvl2 lookup, fixes ldrink fatalerror. [MooglyGuy]
[src/emu/cpu/arm7]arm7.c arm7core.h arm7drc.c

r20751 Tuesday 5th February, 2013 at 21:38:12 UTC by Angelo Salese
Corrected VDP2 VRAM mirror, fixes missing gfxs in Civilization and Silhouette Mirage
[src/mame/drivers]saturn.c
[src/mame/video]stvvdp2.c

r20750 Tuesday 5th February, 2013 at 20:54:03 UTC by Wilbert Pol
Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw)
[src/emu]diimage.h
[src/emu/imagedev]cartslot.c cartslot.h
[src/mame/drivers]jaguar.c megatech.c neogeo.c saturn.c vectrex.c
[src/mame/includes]jaguar.h megadriv.h neogeo.h snes.h stv.h vectrex.h
[src/mame/machine]megadriv.c vectrex.c
[src/mess/drivers]a2600.c a7800.c amstrad.c arcadia.c atari400.c atom.c bbc.c bbcbc.c beta.c channelf.c coleco.c crvision.c gamecom.c gamepock.c gb.c gba.c geniusiq.c intv.c mekd2.c microvsn.c msx.c n64.c nc.c nes.c ng_aes.c ngp.c pc.c pc6001.c pce.c pegasus.c pockstat.c pokemini.c portfoli.c pv1000.c pv2000.c rx78.c scv.c sg1000.c sms.c spectrum.c ssem.c studio2.c supracan.c svi318.c svision.c thomson.c timex.c tutor.c uzebox.c vboy.c vc4000.c vii.c vtech2.c wswan.c x07.c
[src/mess/formats]studio2_st2.c studio2_st2.h timex_dck.c timex_dck.h
[src/mess/includes]a7800.h amstrad.h arcadia.h atom.h bbc.h beta.h c64_legacy.h channelf.h coleco.h crvision.h gamecom.h gamepock.h gb.h gba.h intv.h lynx.h msx.h nascom1.h nc.h nes.h pc.h pce.h pokemini.h portfoli.h sg1000.h sms.h spectrum.h studio2.h svi318.h svision.h thomson.h vc4000.h vtech2.h wswan.h x07.h
[src/mess/machine]990_hd.c a7800.c amstrad.c ataricrt.c ataridev.h bbc.c c64_legacy.c gamecom.c gb.c intv.c lynx.c msx.c nascom1.c nc.c nes.c pc.c pce.c pokemini.c sms.c snescart.c svi318.c thomson.c vtech2.c wswan.c

r20749 Tuesday 5th February, 2013 at 16:17:15 UTC by Andrew Gardner
Modernized iremga20 & k005289 sound devices. [Andrew Gardner]
[src/emu/sound]iremga20.c iremga20.h k005289.c k005289.h
[src/mame/drivers]m107.c m92.c nemesis.c

r20748 Tuesday 5th February, 2013 at 15:58:20 UTC by Miodrag Milanović
ups (nw)
[src/mame/drivers]cdi.c
[src/mame/includes]cdi.h

r20747 Tuesday 5th February, 2013 at 15:23:44 UTC by Miodrag Milanović
Modernization of drivers part 2 (no whatsnew)
[src/mame/drivers]cabal.c ccastles.c cdi.c centiped.c cischeat.c cloud9.c compgolf.c cps3.c crbaloon.c crospang.c crshrace.c cvs.c galaxia.c
[src/mame/includes]cabal.h canyon.h capbowl.h carpolo.h cbasebal.h cbuster.h ccastles.h cchasm.h cclimber.h cdi.h centiped.h chaknpop.h champbas.h changela.h cheekyms.h circus.h circusc.h cischeat.h citycon.h cloak.h cloud9.h clshroad.h cninja.h combatsc.h commando.h compgolf.h contra.h cop01.h cosmic.h cps3.h crbaloon.h crgolf.h crospang.h crshrace.h cvs.h cyberbal.h galaxia.h
[src/mame/machine]carpolo.c cclimber.c chaknpop.c
[src/mame/video]cabal.c canyon.c capbowl.c carpolo.c cbasebal.c cbuster.c ccastles.c cchasm.c cclimber.c centiped.c chaknpop.c champbas.c changela.c cheekyms.c circus.c circusc.c cischeat.c citycon.c cloak.c cloud9.c clshroad.c cninja.c combatsc.c commando.c compgolf.c contra.c cop01.c cosmic.c crbaloon.c crgolf.c crshrace.c cvs.c cyberbal.c galaxia.c

r20746 Tuesday 5th February, 2013 at 15:09:27 UTC by Curt Coder
(MESS) superpet: WIP. (nw)
[src/mess]mess.lst mess.mak
[src/mess/drivers]cbm2.c pet2001.c
[src/mess/includes]pet2001.h
[src/mess/machine]cbmipt.c cbmipt.h mos6702.c* mos6702.h* petexp.c petexp.h superpet.c* superpet.h*

r20745 Tuesday 5th February, 2013 at 15:08:54 UTC by Curt Coder
(MESS) cbm2/pet: Added floppies. (nw)
[hash]cbm2_flop.xml p500_flop.xml pet_flop.xml superpet_flop.xml

r20744 Tuesday 5th February, 2013 at 11:40:08 UTC by Robbbert
cps modernisation part 3
[src/mame/drivers]fcrash.c
[src/mame/includes]cps1.h

r20743 Tuesday 5th February, 2013 at 10:46:14 UTC by Robbbert
Splitted kabuki from cps1.h
[src/mame/drivers]cbasebal.c cps1.c mitchell.c
[src/mame/includes]cps1.h
[src/mame/machine]kabuki.c kabuki.h*

r20742 Tuesday 5th February, 2013 at 10:07:08 UTC by Miodrag Milanović
Modernization of drivers part 1 (no whatsnew)
[src/mame/drivers]alpha68k.c amspdwy.c aquarium.c arkanoid.c astrof.c balsente.c bublbobl.c bwing.c missb2.c
[src/mame/includes]1942.h 1943.h 20pacgal.h 40love.h 8080bw.h actfancr.h aeroboto.h aerofgt.h alpha68k.h ambush.h amspdwy.h angelkds.h appoooh.h aquarium.h arabian.h arcadecl.h argus.h arkanoid.h armedf.h astrocde.h astrof.h atarifb.h atarisy1.h aztarac.h bagman.h balsente.h baraduke.h battlane.h battlera.h battlex.h bbusters.h bigevglf.h bigstrkb.h bionicc.h blktiger.h blmbycar.h blockout.h bloodbro.h blueprnt.h bogeyman.h bombjack.h boogwing.h brkthru.h bsktball.h btime.h bublbobl.h buggychl.h bwing.h
[src/mame/machine]balsente.c
[src/mame/video]1942.c 1943.c 20pacgal.c 40love.c 8080bw.c actfancr.c aeroboto.c aerofgt.c alpha68k.c ambush.c amspdwy.c angelkds.c appoooh.c aquarium.c arabian.c arcadecl.c argus.c arkanoid.c armedf.c astrocde.c atarifb.c atarisy1.c aztarac.c bagman.c balsente.c baraduke.c battlane.c battlera.c battlex.c bbusters.c bigevglf.c bigstrkb.c bionicc.c blktiger.c blmbycar.c blockout.c bloodbro.c blueprnt.c bogeyman.c bombjack.c boogwing.c brkthru.c bsktball.c btime.c buggychl.c bwing.c

r20741 Tuesday 5th February, 2013 at 08:46:22 UTC by David Haywood
more (nw)
[hash]psx.xml

r20740 Tuesday 5th February, 2013 at 08:19:59 UTC by David Haywood
additional notes (nw)
[hash]psx.xml

r20739 Tuesday 5th February, 2013 at 04:16:15 UTC by David Haywood
more psx compatibility notes (nw)
[hash]psx.xml

r20738 Tuesday 5th February, 2013 at 02:05:54 UTC by Ryan Holtz
arm7 drc checkpoint, nw
[src/emu/cpu/arm7]arm7.h arm7drc.c arm7help.h arm7tdrc.c* arm7thmb.c

r20737 Tuesday 5th February, 2013 at 01:26:30 UTC by Angelo Salese
Fixed input regression with Bug 2
[src/emu/cpu/scudsp]scudspdasm.c
[src/mame/drivers]saturn.c
[src/mame/video]stvvdp1.c

r20736 Tuesday 5th February, 2013 at 01:21:20 UTC by David Haywood
some more psx compatibility notes (nw)
[hash]psx.xml

r20735 Monday 4th February, 2013 at 23:54:02 UTC by Brian Troha
segas18.c: Add correct sound rom (rev b) for the Japan set of Alien Storm (verified by 2 different dumpers). [Zozo, system11]
[src/mame/drivers]segas18.c

r20734 Monday 4th February, 2013 at 19:38:35 UTC by Curt Coder
(MESS) cbm8096: Added floppies. (nw)
[hash]cbm8096_flop.xml*
[src/mess/drivers]pet2001.c

r20733 Monday 4th February, 2013 at 19:31:50 UTC by Curt Coder
(MESS) superpet: Added floppies. (nw)
[hash]superpet_flop.xml

r20732 Monday 4th February, 2013 at 19:25:58 UTC by Carl
i386: just do this for now (nw)
[src/emu/cpu/i386]i386priv.h

r20731 Monday 4th February, 2013 at 19:02:41 UTC by Curt Coder
(MESS) pet: Added floppies. (nw)
[hash]pet_flop.xml
[src/mess/drivers]pet2001.c

r20730 Monday 4th February, 2013 at 16:26:13 UTC by Curt Coder
Fixed ROM name. (nw)
[src/mess/drivers]cbm2.c

r20729 Monday 4th February, 2013 at 14:48:12 UTC by Curt Coder
(MESS) pet: Added user and memory expansion ports. [Curt Coder]
(MESS) cbm2: Added user port. [Curt Coder]
(MESS) Connected the CBM cassette software lists and readded quickloads. (nw)
[src/mess]mess.lst mess.mak
[src/mess/drivers]c64.c cbm2.c pet2001.c plus4.c vic20.c
[src/mess/includes]cbm2.h pet2001.h plus4.h
[src/mess/machine]c2n.c c2n.h cbm2user.c* cbm2user.h* cbmipt.c cbmipt.h petexp.c* petexp.h* petuser.c* petuser.h*

r20728 Monday 4th February, 2013 at 14:33:52 UTC by R. Belmont
And a few more (nw)
[src/emu/cpu/es5510]es5510.c

r20727 Monday 4th February, 2013 at 14:30:06 UTC by R. Belmont
Additional portability fixes (nw)
[src/emu/cpu/es5510]es5510.c

r20726 Monday 4th February, 2013 at 12:26:15 UTC by Tafoid
Fix for non-existent clones. (nw)
[hash]megadriv.xml

r20725 Monday 4th February, 2013 at 11:20:56 UTC by Robbbert
cps modernisation part 2
[src/mame/drivers]cps2.c
[src/mame/includes]cps1.h

r20724 Monday 4th February, 2013 at 10:37:32 UTC by Jonathan Gevaryahu
(MESS) cat.c(Canon Cat): added another v2.40 romset dumped from two original developer's machines and made it the parent set. Lots and lots of documentation updates. [Lord Nightmare, Dwight Elvey, Sandy Bumgarner]
[src/mess/drivers]cat.c

r20723 Monday 4th February, 2013 at 09:57:26 UTC by Robbbert
cps modernisation part 1
[src/mame/drivers]cps2.c
[src/mame/includes]cps1.h
[src/mame/video]cps1.c

r20722 Monday 4th February, 2013 at 09:54:24 UTC by Miodrag Milanović
machine_notify_delegate modernization (nw)
[src/mame/drivers]cobra.c taitosj.c taitotz.c tecmosys.c
[src/mame/includes]galastrm.h midzeus.h model2.h model3.h n64.h namcos22.h taitosj.h tecmosys.h
[src/mame/machine]n64.c tecmosys.c
[src/mame/video]galastrm.c midzeus.c midzeus2.c model2.c model3.c namcos22.c taitojc.c
[src/mess/drivers]gba.c ip22.c nc.c pdp1.c tx0.c vboy.c
[src/mess/includes]apple2.h cybiko.h dgn_beta.h electron.h gb.h gba.h nc.h nes.h pdp1.h sms.h tx0.h wswan.h
[src/mess/machine]apple2.c cybiko.c dgn_beta.c electron.c gb.c lynx.c sms.c wswan.c
[src/mess/video]nes.c

r20721 Monday 4th February, 2013 at 09:41:32 UTC by David Haywood
shuffle some tecmo sprite code around ready for device conversion / attempting to unify it a bit (nw)
[src/mame]mame.mak
[src/mame/includes]gaiden.h galspnbl.h spbactn.h tbowl.h tecmo16.h
[src/mame/video]gaiden.c galspnbl.c spbactn.c tbowl.c tecmo16.c tecmo_spr.c* tecmo_spr.h*

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team