Note Feed

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

Previous 50 199869 Revisions Next 50

r31683 Sunday 17th August, 2014 at 19:35:27 UTC by Brian Troha
new Viper Phase 1 clone

New Clone Added
-----------------------------------
Viper Phase 1 (New Version, Holland) [Nigel Parker]
[src/mame]mame.lst
[src/mame/drivers]seibuspi.c

r31682 Sunday 17th August, 2014 at 17:15:06 UTC by R. Belmont
(MESS) Support PET user port "CB2 Sound" device [R. Belmont]
[src/emu/bus]bus.mak
[src/emu/bus/pet]cb2snd.c* cb2snd.h* user.c

r31681 Sunday 17th August, 2014 at 15:52:02 UTC by hap
fix regression
[src/emu/machine]pit8253.c

r31680 Sunday 17th August, 2014 at 15:16:33 UTC by hap
fix an assert
[src/emu/machine]pit8253.c

r31679 Sunday 17th August, 2014 at 14:06:06 UTC by Robbbert
by35: fixed display. Most games are somewhat playable.
[src/mame/drivers]by35.c
[src/mame/layout]by35.lay

r31678 Sunday 17th August, 2014 at 10:34:08 UTC by Robbbert
st_mp200: fixed display
[src/mame/drivers]st_mp200.c
[src/mame/layout]st_mp200.lay

r31677 Sunday 17th August, 2014 at 07:32:04 UTC by Osso
Fixed quintono save state problem (nw)
Actually all the games in the driver are marked as GAME_SUPPORTS_SAVE, but there wasn't really any support..
[src/mame/drivers]bfm_sc2.c

r31676 Sunday 17th August, 2014 at 04:13:48 UTC by R. Belmont
quick fix to last commit (nw)
[src/emu/bus/a2bus]timemasterho.c

r31675 Sunday 17th August, 2014 at 04:09:41 UTC by R. Belmont
(MESS) Apple II: Add support for the Applied Engineering TimeMaster II H.O. card [R. Belmont]
[src/emu/bus]bus.mak
[src/emu/bus/a2bus]timemasterho.c* timemasterho.h*
[src/mess/drivers]apple2.c

r31674 Sunday 17th August, 2014 at 04:02:13 UTC by R. Belmont
(MESS) Support ProDOS-order Pascal 1.3 images [R. Belmont]
[src/lib/formats]ap2_dsk.c

r31673 Sunday 17th August, 2014 at 03:36:26 UTC by R. Belmont
msm5832: day of week is 0-6, not 1-7 [R. Belmont]
[src/emu/machine]msm5832.c

r31672 Sunday 17th August, 2014 at 03:12:12 UTC by Robbbert
st_mp100: fixed display, 4 games marked as working.
[src/mame/drivers]st_mp100.c
[src/mame/layout]st_mp100.lay

r31671 Sunday 17th August, 2014 at 01:13:09 UTC by R. Belmont
URNOTe (nw)
[src/mess/drivers]apple2.c

r31670 Saturday 16th August, 2014 at 21:09:19 UTC by R. Belmont
(MESS) Improve Laser 128 series support; 128EX/2 now boots DOS 3.3 and ProDOS. [Peter Ferrie, R. Belmont]
[src/emu/bus/a2bus]laser128.c laser128.h
[src/mess/drivers]apple2.c
[src/mess/includes]apple2.h
[src/mess/machine]apple2.c

r31669 Saturday 16th August, 2014 at 15:07:53 UTC by Luca Elia
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Dongfang Shenlong [Luca Elia, Guru, Dyq, bnathan]
[src/mame/drivers]bmcpokr.c

r31668 Saturday 16th August, 2014 at 07:16:35 UTC by Fabio Priuli
(MESS) nes.xml: added another proto dump. nw.
[hash]nes.xml

r31667 Saturday 16th August, 2014 at 02:46:26 UTC by R. Belmont
(MESS) Apple II: add more debugger guards around C800 bankswitch [Peter Ferrie, R. Belmont]
[src/mess/machine]apple2.c

r31666 Saturday 16th August, 2014 at 02:16:03 UTC by Barry Rodewald
amstrad: removed ROMEN signal callback, it is actually an input to an
        expansion device.
        added the ability to map in Symbiface II rewriteable ROM for reading
        and writing.  Still not usable as an alternate source of ROMs as yet.
        remembered to add RAM size options to the CPC+
[src/emu/bus/cpc]cpc_rom.c cpc_rs232.c cpc_ssa1.c cpcexp.c cpcexp.h mface2.c symbfac2.c symbfac2.h
[src/mess/drivers]amstrad.c
[src/mess/machine]amstrad.c

r31665 Friday 15th August, 2014 at 22:49:03 UTC by Roberto Fresca
coinmvga.c driver: Minor cleanup, new set added, and changed
game descriptions. [Roberto Fresca]


New clones added
----------------
Colorama (P521 V13, Spanish) [Roberto Fresca]
[src/mame]mame.lst
[src/mame/drivers]coinmvga.c

r31664 Friday 15th August, 2014 at 21:57:33 UTC by Sandro Ronco
(MESS) removed unneeded files (nw)
[src/emu/bus/dmv]dmv_dsk.c dmv_dsk.h

r31663 Friday 15th August, 2014 at 19:23:56 UTC by Brian Troha
metro.c: Figured out one dipswitch in Mouse Shooter GoGo - NW
[src/mame/drivers]metro.c

r31662 Friday 15th August, 2014 at 13:37:17 UTC by R. Belmont
(MESS) New System Drivers Supported:
- Apple IIgs (ROM00 prototype 3/10/1986) [Apple II Documentation Project]
[src/mess]mess.lst
[src/mess/drivers]apple2gs.c

r31661 Friday 15th August, 2014 at 07:30:57 UTC by Sandro Ronco
(MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco]

(MESS) dmv: added boot ROMs from 4 different boards. [rfka01]
[src/emu/bus]bus.mak
[src/emu/bus/dmv]dmv_dsk.c* dmv_dsk.h* dmvbus.c* dmvbus.h* k220.c* k220.h* k230.c* k230.h* k806.c* k806.h* ram.c* ram.h*
[src/lib]lib.mak
[src/lib/formats]dmv_dsk.c* dmv_dsk.h*
[src/mess]mess.mak
[src/mess/drivers]dmv.c
[src/mess/layout]dmv.lay
[src/mess/machine]dmv_keyb.c

r31660 Friday 15th August, 2014 at 03:48:39 UTC by Robbbert
hankin.c : mostly working; no sound.
[src/mame/drivers]hankin.c
[src/mame/layout]hankin.lay

r31659 Friday 15th August, 2014 at 03:26:32 UTC by R. Belmont
Allow use of external SQLite3 [Cesare Falco]
[/trunk]makefile

r31658 Friday 15th August, 2014 at 03:24:23 UTC by R. Belmont
SDL: update manpages [Cesare Falco]
[src/osd/sdl/man]castool.1 chdman.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 mame.6 mess.6 romcmp.1 testkeys.1

r31657 Thursday 14th August, 2014 at 22:01:03 UTC by hap
nothing much
[src/emu/cpu/i86]i186.c i186.h
[src/emu/machine]pit8253.c
[src/mame/audio]leland.c
[src/mame/includes]leland.h
[src/mame/video]leland.c

r31656 Thursday 14th August, 2014 at 18:52:04 UTC by hap
small cleanup, i give up on mametesters.org/view.php?id=5377
[src/emu/machine]pit8253.c pit8253.h

r31655 Thursday 14th August, 2014 at 16:56:22 UTC by hap
note
[src/mame/drivers]cv1k.c

r31654 Thursday 14th August, 2014 at 14:18:28 UTC by Alex Jackson
Implemented the Namco Custom 116 palette and raster IRQ controller as a device,
and hooked it up to the namcos1, namconb1 and namcofl drivers [Alex Jackson]

digfx.c: Make some members protected instead of private to be less fascistic
and more consistent with other device_interfaces.
[src/emu]digfx.h
[src/mame]mame.mak
[src/mame/drivers]namcofl.c namconb1.c namcos1.c
[src/mame/includes]namcofl.h namconb1.h namcos1.h namcos2.h
[src/mame/video]c116.c* c116.h* c45.c namcofl.c namconb1.c namcos1.c

r31653 Thursday 14th August, 2014 at 12:49:17 UTC by Robbbert
hankin.c : more WIP
[src/mame/drivers]by35.c hankin.c
[src/mame/layout]hankin.lay

r31652 Thursday 14th August, 2014 at 10:51:57 UTC by Osso
Removed GAME_SUPPORTS_SAVE flag from 2mindril.c: since it's been converted to be derived from taito_f3.c, it needs proper save state support in the parent driver first (nw)
[src/mame/drivers]2mindril.c

r31651 Thursday 14th August, 2014 at 10:21:26 UTC by hap
small cleanup
[src/emu/cpu/i86]i186.c
[src/emu/machine]pit8253.c pit8253.h
[src/mame/audio]leland.c

r31650 Thursday 14th August, 2014 at 06:55:52 UTC by Osso
Fixed hitme.c save state problem (nw)
[src/mame/drivers]hitme.c

r31649 Thursday 14th August, 2014 at 06:30:01 UTC by David Haywood
nebulray: fix missing starfield

(basically fixed by phil's update, we no longer need to patch out parts of the gfx rom)
[src/mame/drivers]namconb1.c

r31648 Thursday 14th August, 2014 at 03:40:05 UTC by Robbbert
hankin.c : WIP
[src/mame]mame.mak
[src/mame/drivers]hankin.c
[src/mame/layout]hankin.lay*

r31647 Wednesday 13th August, 2014 at 23:37:19 UTC by Robbbert
allied.c : added blanking.
[src/mame/drivers]allied.c

r31646 Wednesday 13th August, 2014 at 23:11:06 UTC by Phil Bennett
02124: nebulray, nebulrayj: Nebulas Ray is missing a rotation effect in the first level [Phil Bennett]

namconb1.c - Improved interrupt handling, fixing raster-effects (used by nebulray and machbrkr) and nebulray test mode. [Phil Bennett]
[src/mame/drivers]namconb1.c
[src/mame/includes]namconb1.h

r31645 Wednesday 13th August, 2014 at 20:29:34 UTC by Alex Jackson
armedf.c: text videoram is 8-bit to begin with, no need for this (nw)
[src/mame/drivers]armedf.c

r31644 Wednesday 13th August, 2014 at 19:55:48 UTC by Tafoid
Fix attributes changed in 0.154 release for megadriv/neogeo software lists.  Thanks Sunbeam for the heads up.  (nw)
[hash]softwarelist.dtd

r31643 Wednesday 13th August, 2014 at 18:01:54 UTC by Wilbert Pol
(MESS) sega8_slot.c: Prevent out of bound access when determining the cart type for small (homebrew) rom files. (nw)
[src/emu/bus/sega8]sega8_slot.c

r31642 Wednesday 13th August, 2014 at 15:16:33 UTC by David Haywood
new clones
Bonze Adventure (World, prototype) [Silvio Grazini]

need to verify z80 rom as the same (was missing from romset provided) also should check to make sure it uses c-chip in the same way as final.
[src/mame]mame.lst
[src/mame/drivers]asuka.c

r31641 Wednesday 13th August, 2014 at 13:20:25 UTC by R. Belmont
(MESS) Apple II: enable language-card write on reset based on h/w testing [Peter Ferrie]
[src/mess/machine]apple2.c

r31640 Wednesday 13th August, 2014 at 12:43:33 UTC by Robbbert
allied.c : fixed coins, all 12 games marked as working.
[src/mame/drivers]allied.c

r31639 Wednesday 13th August, 2014 at 12:02:02 UTC by Osso
Fixed rocktrv2 save state regression (nw)
[src/mame/drivers]pacman.c

r31638 Wednesday 13th August, 2014 at 11:03:51 UTC by David Haywood
z80 banking was banking in the 'maincpu' romspace?!
[src/mame/drivers]sandscrp.c

r31637 Wednesday 13th August, 2014 at 09:28:35 UTC by Robbbert
allied.c : everything works except for coin input.
[src/mame/drivers]allied.c
[src/mame/layout]allied.lay

r31636 Wednesday 13th August, 2014 at 08:41:43 UTC by Robbbert
Fixed compile error.
[src/mame/drivers]taito_b.c

r31635 Wednesday 13th August, 2014 at 04:13:47 UTC by Brian Troha
taito_b.c: Verified clock speeds for the East Technology's ET910000A PCB used by Sel Feena and Ryu Jin. [system11]
[src/mame/drivers]taito_b.c

r31634 Wednesday 13th August, 2014 at 02:51:42 UTC by R. Belmont
remove unnecessary debug (nw)
[src/mess/video]apple2.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team