Note Feed

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

Previous 50 199869 Revisions Next 50

r112146 Sunday 16th September, 2018 at 14:58:36 UTC by Robbbert
(nw) z8: fixed numerous bugs
[src/devices/cpu/z8]z8.h z8ops.hxx

r112145 Sunday 16th September, 2018 at 13:51:58 UTC by AJR
video21: Add NVRAM; remove MCFG_ macros; more clock guesses (nw)
[src/mame/drivers]video21.cpp

r112144 Sunday 16th September, 2018 at 13:48:59 UTC by AJR
z80dart: Miscellaneous bug fixes
- Default RXD to 1 to eliminate spurious break condition
- Correct CTS level in RR0 after "Reset External/Status Interrupt" command
- Allow immediate inactivation of RTS output when nothing is being transmitted
[src/devices/machine]z80dart.cpp

r112143 Sunday 16th September, 2018 at 11:54:01 UTC by hap
bagman: botanic2 isnt a bootleg conversion (nw)
[src/mame/drivers]bagman.cpp

r112142 Sunday 16th September, 2018 at 10:33:06 UTC by Vasantha Crabb
(nw) tie up some loose ends - in particular, allow watchdog timer to
take any tag-like for the screen tag rather than only C strings
[src/devices/machine]watchdog.cpp watchdog.h
[src/mame/audio]exidy.cpp
[src/mame/drivers]cmi.cpp foodf.cpp galaga.cpp gottlieb.cpp grchamp.cpp m79152pc.cpp mcr3.cpp missile.cpp polepos.cpp rampart.cpp sbrkout.cpp sprint2.cpp sprint4.cpp tecmosys.cpp toobin.cpp ultratnk.cpp

r112141 Sunday 16th September, 2018 at 10:31:07 UTC by hap
video21: realized we have a I8080A device, though in mame it's identical to I8080 (nw)
[src/mame/drivers]meyc8080.cpp video21.cpp

r112140 Sunday 16th September, 2018 at 10:20:37 UTC by hap
video21: 2.6mhz is too fast for 8080A (nw)
[src/mame/drivers]video21.cpp

r112139 Sunday 16th September, 2018 at 10:16:27 UTC by hap
exidy audio: get rid of double tms5220 device read (nw)
[src/mame/audio]exidy.cpp

r112138 Sunday 16th September, 2018 at 08:08:17 UTC by Ryan Holtz
Missed a file, nw.
[src/mame/drivers]sun4.cpp

r112137 Sunday 16th September, 2018 at 08:08:17 UTC by Ryan Holtz
-sun4: Fixed timekeeper type and fixed timekeeper behavior that could cause it to miss updates. [Ryan Holtz]
[src/devices/machine]timekpr.cpp

r112136 Sunday 16th September, 2018 at 08:08:17 UTC by Ryan Holtz
-sbus: Added an alternate FCode PROM for the bwtwo video board. [Ryan Holtz]
[src/devices/bus/sbus]bwtwo.cpp

r112135 Sunday 16th September, 2018 at 07:03:08 UTC by Robbbert
Merge pull request #4004 from tlindner/coco3_second_shift_level

CoCo 3 Second Level shift
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/lib/formats]tzx_cas.cpp

r112134 Sunday 16th September, 2018 at 05:16:47 UTC by tim.lindner
Extended CoCo 3's keyboard to include a second shift level. This enabled natural keyboard support for {, }, [, ], \, |, _, and ^.
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/lib/formats]tzx_cas.cpp
[src/mame/drivers]coco3.cpp

r112133 Sunday 16th September, 2018 at 07:02:40 UTC by Robbbert
Merge pull request #4005 from AmatCoder/AmatCoder-fix-tzx

tzx_cass.cpp: 1ms pause is always required
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp

r112132 Sunday 16th September, 2018 at 05:20:34 UTC by amatcoder
tzx_cass.cpp: 1ms pause is always required

Not only when pause from block is greater than zero .
Otherwise the last pulse is not terminated properly in some cases.
[docs/source/commandline]commandline-all.rst
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/lib/formats]tzx_cas.cpp

r112131 Sunday 16th September, 2018 at 07:01:55 UTC by Robbbert
Merge pull request #3996 from katananja/patch-4

Add missing short commands
[bgfx/chains]hlsl.json
[bgfx/effects/hlsl]post.json scanline.json*
[bgfx/shaders/dx11/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/dx9/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/essl/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/glsl/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/metal/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[hash]ibm5170.xml
[hlsl]post.fx scanline.fx*
[plugins/hiscore]hiscore.dat
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/bbc/userport]beebspch.cpp
[src/devices/bus/c64]currah_speech.cpp
[src/devices/bus/coco]coco_ssc.cpp
[src/devices/bus/cpc]cpc_ssa1.cpp
[src/devices/bus/einstein/userport]speech.cpp
[src/devices/bus/intv]voice.cpp
[src/devices/bus/odyssey2]voice.cpp
[src/devices/bus/sbus]artecon.cpp* artecon.h* bwtwo.h cgsix.cpp* cgsix.h* cgthree.cpp cgthree.h hme.cpp* hme.h* sbus.cpp sunpc.cpp* sunpc.h* turbogx.cpp turbogx.h
[src/devices/bus/spectrum]uspeech.cpp
[src/devices/cpu/sparc]mb86901.cpp sparc.h
[src/devices/cpu/z8]z8.cpp z8ops.hxx
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/devices/sound]sp0256.cpp sp0256.h
[src/devices/video]bt45x.cpp bt45x.h
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/drivers]ampex.cpp gal3.cpp idsa.cpp imds.cpp imds2.cpp jupace.cpp m79152pc.cpp namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp sauro.cpp seta2.cpp sun4.cpp video21.cpp* vpoker.cpp
[src/mame/includes]imds2.h namcofl.h namconb1.h namcos2.h namcos21.h pacland.h
[src/mame/machine]imds2ioc.cpp* imds2ioc.h* namcoic.cpp namcoic.h namcos2.cpp
[src/mame/video]namco_c123tmap.cpp* namco_c123tmap.h* namco_c169roz.cpp* namco_c169roz.h* namco_c355spr.cpp* namco_c355spr.h* namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp namcos2_roz.cpp* namcos2_roz.h* namcos2_sprite.cpp* namcos2_sprite.h* pacland.cpp
[src/osd/modules/render/bgfx/shaders/chains/hlsl]fs_post.sc fs_scanline.sc* vs_scanline.sc*
[src/osd/modules/render/d3d]d3dhlsl.cpp d3dhlsl.h

r112130 Thursday 13th September, 2018 at 23:33:40 UTC by wellington.uemura
Add missing short commands

I've noticed this while I was translating the manual.
[bgfx/chains]hlsl.json
[bgfx/effects/hlsl]post.json scanline.json
[bgfx/shaders/dx11/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/dx9/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/essl/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/glsl/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[bgfx/shaders/metal/chains/hlsl]fs_post.bin fs_scanline.bin vs_scanline.bin
[docs/source/commandline]commandline-all.rst
[hash]ibm5170.xml
[hlsl]post.fx scanline.fx
[plugins/hiscore]hiscore.dat
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/bbc/userport]beebspch.cpp
[src/devices/bus/c64]currah_speech.cpp
[src/devices/bus/coco]coco_ssc.cpp
[src/devices/bus/cpc]cpc_ssa1.cpp
[src/devices/bus/einstein/userport]speech.cpp
[src/devices/bus/intv]voice.cpp
[src/devices/bus/odyssey2]voice.cpp
[src/devices/bus/sbus]artecon.cpp artecon.h bwtwo.h cgsix.cpp cgsix.h cgthree.cpp cgthree.h hme.cpp hme.h sbus.cpp sunpc.cpp sunpc.h turbogx.cpp* turbogx.h*
[src/devices/bus/spectrum]uspeech.cpp
[src/devices/cpu/sparc]mb86901.cpp sparc.h
[src/devices/cpu/z8]z8.cpp z8ops.hxx
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp
[src/devices/sound]sp0256.cpp sp0256.h
[src/devices/video]bt45x.cpp bt45x.h
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/drivers]ampex.cpp gal3.cpp idsa.cpp imds.cpp* imds2.cpp jupace.cpp m79152pc.cpp namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp sauro.cpp seta2.cpp sun4.cpp video21.cpp vpoker.cpp
[src/mame/includes]imds2.h* namcofl.h namconb1.h namcos2.h namcos21.h pacland.h
[src/mame/machine]imds2ioc.cpp imds2ioc.h namcoic.cpp* namcoic.h* namcos2.cpp
[src/mame/video]namco_c123tmap.cpp namco_c123tmap.h namco_c169roz.cpp namco_c169roz.h namco_c355spr.cpp namco_c355spr.h namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp namcos2_roz.cpp namcos2_roz.h namcos2_sprite.cpp namcos2_sprite.h pacland.cpp
[src/osd/modules/render/bgfx/shaders/chains/hlsl]fs_post.sc fs_scanline.sc vs_scanline.sc
[src/osd/modules/render/d3d]d3dhlsl.cpp d3dhlsl.h

r112129 Sunday 16th September, 2018 at 06:30:22 UTC by patrick.mackinlay
nscsi: make sun4 probe-scsi happy (nw)
[src/devices/machine]nscsi_bus.cpp nscsi_bus.h nscsi_cd.cpp

r112128 Sunday 16th September, 2018 at 04:06:45 UTC by Ryan Holtz
-sbus: Added a skeleton device for the Artecon SB300P 3-serial 1-parallel SBus card. [Ryan Holtz]
[scripts/src]bus.lua
[src/devices/bus/sbus]artecon.cpp* artecon.h* sbus.cpp
[src/devices/cpu/sparc]sparc.h

r112127 Sunday 16th September, 2018 at 04:06:45 UTC by Ryan Holtz
-sun4: Trigger memory access exceptions on access to undefined memory types. [Ryan Holtz]
[src/mame/drivers]sun4.cpp

r112126 Saturday 15th September, 2018 at 22:49:10 UTC by AJR
vpoker: 6809 type identification (nw)
[src/mame/drivers]vpoker.cpp

r112125 Saturday 15th September, 2018 at 22:27:07 UTC by AJR
dialog80: More key adjustments (nw)
[src/mame/drivers]ampex.cpp

r112124 Saturday 15th September, 2018 at 22:24:56 UTC by Ryan Holtz
-nscsi_cd: Return mid-sector data when initiating a read mid-sector in 512-byte block mode. [Ryan Holtz]
[src/devices/machine]nscsi_cd.cpp
[src/mame/drivers]sun4.cpp

r112123 Saturday 15th September, 2018 at 22:10:57 UTC by AJR
dialog80: Add cursor keys (nw)
[src/mame/drivers]ampex.cpp

r112122 Saturday 15th September, 2018 at 22:05:06 UTC by Carl
hiscore.dat: updates [Leezer]
[plugins/hiscore]hiscore.dat

r112121 Saturday 15th September, 2018 at 21:18:09 UTC by AJR
dialog80: Keyboard adjustments (nw)
[src/mame/drivers]ampex.cpp

r112120 Saturday 15th September, 2018 at 21:14:21 UTC by Justin Kerk
New working software list additions
-----------------------------------
ibm5170: Heimdall, Heimdall 2: Into the Hall of Worlds [Arcade Shadow]
[hash]ibm5170.xml

r112119 Saturday 15th September, 2018 at 20:56:36 UTC by ajrhacker
Merge pull request #4003 from DavidHaywood/150918

fix finalap3 regression, use correct slave roms for fourtraxa (nw)
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua
[src/devices/bus/sbus]bwtwo.h cgsix.cpp* cgsix.h* cgthree.h hme.cpp* hme.h* sbus.cpp sunpc.cpp* sunpc.h* turbogx.cpp turbogx.h
[src/devices/cpu/sparc]mb86901.cpp
[src/devices/video]bt45x.cpp bt45x.h
[src/mame]arcade.flt mame.lst
[src/mame/drivers]ampex.cpp video21.cpp* videolich.cpp

r112118 Saturday 15th September, 2018 at 17:41:57 UTC by davidhaywood
fix finalap3 regression, use correct slave roms for fourtraxa (nw)
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua
[src/devices/bus/sbus]bwtwo.h cgsix.cpp cgsix.h cgthree.h hme.cpp hme.h sbus.cpp sunpc.cpp sunpc.h turbogx.cpp* turbogx.h*
[src/devices/cpu/sparc]mb86901.cpp
[src/devices/video]bt45x.cpp bt45x.h
[src/mame]arcade.flt mame.lst
[src/mame/drivers]ampex.cpp namcos2.cpp video21.cpp videolich.cpp*

r112117 Saturday 15th September, 2018 at 20:41:27 UTC by AJR
dialog80: Preliminary keyboard (nw)
[src/mame/drivers]ampex.cpp

r112116 Saturday 15th September, 2018 at 18:28:53 UTC by Ryan Holtz
-cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz, Andrew Liles]
[scripts/src]bus.lua
[src/devices/bus/sbus]bwtwo.h cgsix.cpp* cgsix.h* cgthree.h hme.h sbus.cpp sunpc.h turbogx.cpp turbogx.h
[src/devices/cpu/sparc]mb86901.cpp
[src/devices/video]bt45x.cpp bt45x.h

r112115 Saturday 15th September, 2018 at 16:33:57 UTC by Ryan Holtz
-sbus: Added a skeleton device for the SunSwift 10/100 + Fast Wide SCSI SBus board. [Ryan Holtz, Andrew Liles]
[scripts/src]bus.lua
[src/devices/bus/sbus]hme.cpp* hme.h* sbus.cpp

r112114 Saturday 15th September, 2018 at 16:19:30 UTC by hap
videolich renamed to video21 (nw)
[scripts/target/mame]arcade.lua
[src/mame]arcade.flt mame.lst
[src/mame/drivers]video21.cpp* videolich.cpp

r112113 Saturday 15th September, 2018 at 16:04:29 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame]mame.lst
[src/mame/drivers]videolich.cpp

r112112 Saturday 15th September, 2018 at 16:03:05 UTC by Ryan Holtz
-sbus: Added a skeleton device for the SunPC 5x86 Accelerator SBus board. [Ryan Holtz, Andrew Liles]
[scripts/src]bus.lua
[src/devices/bus/sbus]sbus.cpp sunpc.cpp* sunpc.h*
[src/mame]mame.lst
[src/mame/drivers]videolich.cpp

r112111 Saturday 15th September, 2018 at 16:03:13 UTC by Robbbert
(nw) video21 : game now has a name, and it works (sort of) thanks to help from hap
[src/mame]mame.lst
[src/mame/drivers]videolich.cpp

r112110 Saturday 15th September, 2018 at 14:46:54 UTC by Ryan Holtz
-cgthree,turbogx: Hooked up Bt458 RAMDAC instead of custom palette handling. [Ryan Holtz]
[src/devices/bus/sbus]cgthree.cpp cgthree.h turbogx.cpp turbogx.h

r112109 Saturday 15th September, 2018 at 14:18:52 UTC by AJR
m79152pc: Add Centronics printer port (nw)
[src/mame/drivers]m79152pc.cpp

r112108 Saturday 15th September, 2018 at 13:37:28 UTC by Ryan Holtz
-cgthree: Fixed self-tests, nw
[src/devices/bus/sbus]cgthree.cpp cgthree.h

r112107 Saturday 15th September, 2018 at 12:25:36 UTC by Robbbert
(nw) z8 : added the DA instruction
[src/devices/cpu/z8]z8.cpp z8ops.hxx

r112106 Saturday 15th September, 2018 at 08:51:56 UTC by Ryan Holtz
Merge pull request #4000 from anikom15/scanline

-hlsl,bgfx: Made HLSL scanline shader happen before defocus. [anikom15]
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/a2bus]a2echoii.cpp a2mockingboard.cpp ssbapple.cpp ssprite.cpp
[src/devices/bus/bbc/userport]beebspch.cpp
[src/devices/bus/c64]currah_speech.cpp
[src/devices/bus/coco]coco_ssc.cpp
[src/devices/bus/cpc]cpc_ssa1.cpp
[src/devices/bus/einstein/userport]speech.cpp
[src/devices/bus/intv]voice.cpp
[src/devices/bus/odyssey2]voice.cpp
[src/devices/bus/sbus]bwtwo.h cgthree.cpp cgthree.h sbus.cpp turbogx.cpp* turbogx.h*
[src/devices/bus/spectrum]uspeech.cpp
[src/devices/bus/ti99/internal]998board.cpp
[src/devices/bus/ti99/peb]spchsyn.cpp
[src/devices/cpu/z8]z8.cpp z8ops.hxx
[src/devices/machine]ncr5390.cpp
[src/devices/sound]multipcm.cpp okiadpcm.cpp sp0256.cpp sp0256.h tms5220.cpp tms5220.h
[src/emu]xtal.cpp
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/audio]atarijsa.cpp exidy.cpp midway.cpp
[src/mame/drivers]arkanoid.cpp atarisy1.cpp atarisy2.cpp esripsys.cpp exelv.cpp gal3.cpp gamecube.cpp idsa.cpp imds.cpp imds2.cpp jtc.cpp jupace.cpp microterm_f8.cpp namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp notetaker.cpp pes.cpp sauro.cpp seta2.cpp sun2.cpp sun4.cpp tandy1t.cpp videolich.cpp*
[src/mame/includes]imds2.h namcofl.h namconb1.h namcos2.h namcos21.h pacland.h
[src/mame/machine]bbc.cpp imds2ioc.cpp* imds2ioc.h* mhavoc.cpp namcoic.cpp namcoic.h namcos2.cpp
[src/mame/video]namco_c123tmap.cpp* namco_c123tmap.h* namco_c169roz.cpp* namco_c169roz.h* namco_c355spr.cpp* namco_c355spr.h* namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp namcos2_roz.cpp* namcos2_roz.h* namcos2_sprite.cpp* namcos2_sprite.h* pacland.cpp

r112105 Saturday 15th September, 2018 at 02:00:52 UTC by w..m..martinez
Port scanline modification to BGFX
[bgfx/chains]hlsl.json
[bgfx/effects/hlsl]post.json scanline.json*
[bgfx/shaders/dx11/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/dx9/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/essl/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/glsl/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[bgfx/shaders/metal/chains/hlsl]fs_post.bin fs_scanline.bin* vs_scanline.bin*
[src/osd/modules/render/bgfx/shaders/chains/hlsl]fs_post.sc fs_scanline.sc* vs_scanline.sc*

r112104 Friday 14th September, 2018 at 23:38:18 UTC by w..m..martinez
HLSL: Move scanline to occur before defocus

On branch scanline
Changes to be committed:
  modified:   hlsl/post.fx
     Remove scanline effect
  new file:   hlsl/scanline.fx
     Separate scanline effect into its own shader
  modified:   src/osd/modules/render/d3d/d3dhlsl.cpp
     Add scanline effect
  modified:   src/osd/modules/render/d3d/d3dhlsl.h
     Add scanline effect
[hlsl]post.fx scanline.fx*
[scripts/src]bus.lua
[scripts/target/mame]arcade.lua mess.lua
[src/devices/bus/a2bus]a2echoii.cpp a2mockingboard.cpp ssbapple.cpp ssprite.cpp
[src/devices/bus/bbc/userport]beebspch.cpp
[src/devices/bus/c64]currah_speech.cpp
[src/devices/bus/coco]coco_ssc.cpp
[src/devices/bus/cpc]cpc_ssa1.cpp
[src/devices/bus/einstein/userport]speech.cpp
[src/devices/bus/intv]voice.cpp
[src/devices/bus/odyssey2]voice.cpp
[src/devices/bus/sbus]bwtwo.h cgthree.cpp cgthree.h sbus.cpp turbogx.cpp turbogx.h
[src/devices/bus/spectrum]uspeech.cpp
[src/devices/bus/ti99/internal]998board.cpp
[src/devices/bus/ti99/peb]spchsyn.cpp
[src/devices/cpu/z8]z8.cpp z8ops.hxx
[src/devices/machine]ncr5390.cpp
[src/devices/sound]multipcm.cpp okiadpcm.cpp sp0256.cpp sp0256.h tms5220.cpp tms5220.h
[src/emu]xtal.cpp
[src/mame]arcade.flt mame.lst mess.flt
[src/mame/audio]atarijsa.cpp exidy.cpp midway.cpp
[src/mame/drivers]arkanoid.cpp atarisy1.cpp atarisy2.cpp esripsys.cpp exelv.cpp gal3.cpp gamecube.cpp idsa.cpp imds.cpp* imds2.cpp jtc.cpp jupace.cpp microterm_f8.cpp namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp notetaker.cpp pes.cpp sauro.cpp seta2.cpp sun2.cpp sun4.cpp tandy1t.cpp videolich.cpp
[src/mame/includes]imds2.h* namcofl.h namconb1.h namcos2.h namcos21.h pacland.h
[src/mame/machine]bbc.cpp imds2ioc.cpp imds2ioc.h mhavoc.cpp namcoic.cpp* namcoic.h* namcos2.cpp
[src/mame/video]namco_c123tmap.cpp namco_c123tmap.h namco_c169roz.cpp namco_c169roz.h namco_c355spr.cpp namco_c355spr.h namcofl.cpp namconb1.cpp namcos2.cpp namcos21.cpp namcos2_roz.cpp namcos2_roz.h namcos2_sprite.cpp namcos2_sprite.h pacland.cpp
[src/osd/modules/render/d3d]d3dhlsl.cpp d3dhlsl.h

r112103 Saturday 15th September, 2018 at 08:23:05 UTC by Robbbert
New NOT WORKING machine [Robbbert]
- unnamed Video-Lich gambling game
[scripts/target/mame]arcade.lua
[src/mame]arcade.flt mame.lst
[src/mame/drivers]videolich.cpp*

r112102 Saturday 15th September, 2018 at 00:28:42 UTC by braintro
seta2.cpp: Correct ROM names for MS Gundam Ex Revue and other misc fixes (nw)
[src/mame/drivers]seta2.cpp

r112101 Friday 14th September, 2018 at 11:57:35 UTC by kunikuni
pacland.cpp: Changed to approach real hardware behavior (#3998)

* Update pacland.h

* Update pacland.cpp
[src/mame/includes]pacland.h
[src/mame/video]pacland.cpp

r112100 Friday 14th September, 2018 at 11:52:01 UTC by hap
namcoic: move to drivers/namcos2 (nw)
[src/mame/drivers]namcos2.cpp
[src/mame/etc]namcoic..txt

r112099 Friday 14th September, 2018 at 10:20:02 UTC by Robbbert
(nw) fixed validation error.
[src/mame/video]namcos2_roz.cpp

r112098 Friday 14th September, 2018 at 04:08:13 UTC by braintro
seta2.cpp: Document undumped Guardians on the P0-113A PCB and provide a PCB layout for the P0-113A PCB [Brian Troha]
[src/mame/drivers]seta2.cpp

r112097 Friday 14th September, 2018 at 01:55:17 UTC by braintro
seta2.cpp: Document alt common label for Wing Shooting Championship v2.00 (nw)
[src/mame/drivers]seta2.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team