Note Feed

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

Previous 50 199869 Revisions Next 50

r91030 Friday 2nd February, 2018 at 12:33:10 UTC by Angelo Salese
namcona1.cpp: Added dynamic screen visible area change effect, used mostly by Numan Athletics on transitions [Angelo Salese]
[src/mame/drivers]namcona1.cpp
[src/mame/includes]namcona1.h
[src/mame/video]namcona1.cpp

r91029 Friday 2nd February, 2018 at 09:54:47 UTC by Angelo Salese
namcona1.cpp: fixed video disable graphic transitions (i.e. temporary gfx seizures) [Angelo Salese]
[src/mame/includes]namcona1.h
[src/mame/video]namcona1.cpp

r91028 Friday 2nd February, 2018 at 09:54:45 UTC by Angelo Salese
namcona1.cpp: fixed status bar colors for VS Express event in Numan Athletics [Angelo Salese]
[src/mame/video]namcona1.cpp

r91027 Friday 2nd February, 2018 at 09:54:43 UTC by Angelo Salese
namcona1.cpp: demote all to MACHINE_NO_COCKTAIL, there's a note about it (nw)
[src/mame/drivers]namcona1.cpp

r91026 Friday 2nd February, 2018 at 08:52:03 UTC by Vasantha Crabb
Workable Stepping Stage driver, and recently dumped VJDash [Naibo]

Workable stepstag driver:
-Added fundamental communication between main 68000 and (undumped) Windows PC
-Figured out correct logic of data uploading from main CPU to (maybe an FPGA on some unknown board)
-Discovered proper V-blank frequency of 4 logigal screens(routed to 3 physical screens in real hardware), which effects the communication and synchronization between 2 68000 CPUs, thus affect booting
-Borrowed foreground graphics from vjdash, added proper foreground layer handling, and removed hack code
-Seperated palette and decoding of 3 screens, and added independent 3rd screen decoding/drawing routine, as each screen has their own palette, and may display totally non-related graphics
-Corrected sprite rom loading of step3
-Mapped dancing floor light, spot light, neon light, and key led output, based on some video footage of real arcade machines
-Corrected NVRAM handling
-Adjusted key-mapping of foot step input port, avoided key conflict
-The in-game palettes are in 8-BIT YUV(UYUY) format. Each entry may contains 2 pixels. In the real game hardware, the sprites are to be mixed with a MPEG-1 under-layer, then converted together to RGB

Driver for the recently dumped Vjdash (a 4-monitor game):
-Figured out that vjdash uses similar hardware to Stepping Stage
-Identified graphics roms of fg/bg/rotation layers
-Been able to boot to self-test, thus mapped inputs
-In addition to the currently obtained board, this game also needs a 2nd 68000 board which drives 3 upper screens, and one Windows PC, like in Stepping Stage series.
-This board may have 2 more (missing?) ROM ICs, for sprites
[src/mame]mame.lst
[src/mame/drivers]tetrisp2.cpp
[src/mame/includes]tetrisp2.h
[src/mame/layout]stepstag.lay vjdash.lay*
[src/mame/video]tetrisp2.cpp

r91025 Friday 2nd February, 2018 at 08:08:22 UTC by Angelo Salese
namcona1.cpp: improved encapsulation [Angelo Salese]
[src/mame/drivers]namcona1.cpp
[src/mame/includes]namcona1.h

r91024 Friday 2nd February, 2018 at 08:08:20 UTC by Angelo Salese
namcona1.cpp: fix soft reset hangs [Angelo Salese]
[src/mame/drivers]namcona1.cpp

r91023 Friday 2nd February, 2018 at 08:08:18 UTC by Angelo Salese
comebaby.cpp: make it to execute some opcodes (nw)

misc typo fixes (nw)
[hash]apc.xml
[src/mame/drivers]alg.cpp comebaby.cpp

r91022 Friday 2nd February, 2018 at 04:14:21 UTC by Carl
dwarfd: set dip defaults to display usable graphics (nw)
[src/mame/drivers]dwarfd.cpp

r91021 Friday 2nd February, 2018 at 02:48:27 UTC by smf
Sky Skipper: Added difficulty DIP switches [smf]
[src/mame/drivers]popeye.cpp

r91020 Friday 2nd February, 2018 at 02:27:17 UTC by AJR
toratora: Fix address map (nw)
[src/mame/drivers]toratora.cpp

r91019 Friday 2nd February, 2018 at 01:06:15 UTC by AJR
address_map: Internal maps must now be constructed last to have priority (nw)

This fixes sound in mpatrol.
[src/emu]addrmap.cpp

r91018 Thursday 1st February, 2018 at 23:59:57 UTC by smf
Popeye: moved Copyright from dip switches to machine configuration, the schematics show that they are just resistors. The Unknown bit isn't hooked up on the schematics and the game doesn't access it, so I've changed it to unused. [smf]
[src/mame/drivers]popeye.cpp

r91017 Thursday 1st February, 2018 at 23:38:08 UTC by AJR
machine/xbox.cpp: Clean up some unnecessary machine-relative accesses (nw)
[src/mame/includes]xbox.h
[src/mame/machine]xbox.cpp

r91016 Thursday 1st February, 2018 at 23:37:18 UTC by AJR
tankbatt: Regression fix (nw)
[src/mame/drivers]tankbatt.cpp

r91015 Thursday 1st February, 2018 at 22:36:02 UTC by AJR
skyraid: Unblock coin port (nw)
[src/mame/drivers]skyraid.cpp

r91014 Thursday 1st February, 2018 at 17:11:23 UTC by Osso
new working clone
-----------------------------
Pac-Man (bootleg, Video Game SA) [Arcade Vintage, Recreativas.org, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]pacman.cpp

r91013 Thursday 1st February, 2018 at 16:01:09 UTC by AJR
v100: Add keys (nw)
[src/mame/drivers]v100.cpp

r91012 Thursday 1st February, 2018 at 14:42:49 UTC by AJR
v100: Start hooking up interrupts and keyboard (nw)
[src/mame/drivers]v100.cpp

r91011 Thursday 1st February, 2018 at 06:12:33 UTC by badabilly
totatora dsw fixes & locations

fixed
[src/mame/drivers]toratora.cpp

r91010 Thursday 1st February, 2018 at 06:04:25 UTC by AJR
z80sio.cpp: Fix typo (nw)
[src/devices/machine]z80sio.cpp

r91009 Thursday 1st February, 2018 at 05:58:52 UTC by firehawke
Terminology cleanup second pass (nw)
[docs/source/commandline]commandline-all.rst

r91008 Thursday 1st February, 2018 at 05:58:52 UTC by firehawke
Final pass of verbiage cleanup. (nw)
[docs/source/commandline]commandline-all.rst commandline-index.rst sdlconfig.rst windowsconfig.rst

r91007 Thursday 1st February, 2018 at 05:58:52 UTC by firehawke
A few corrections for wave 2, more to come. (nw)
[docs/source/commandline]commandline-all.rst commandline-index.rst

r91006 Thursday 1st February, 2018 at 05:58:52 UTC by firehawke
Terminology update wave 1 (nw)
[docs/source/commandline]commandline-all.rst

r91005 Thursday 1st February, 2018 at 04:08:05 UTC by AJR
v102: IRQ sources identified (nw)
[src/mame/drivers]v102.cpp

r91004 Thursday 1st February, 2018 at 04:07:44 UTC by Brian Troha
new clone added - Target Ball '96

New Clone Added
-----------------------------------
Target Ball '96 [Brian Troha, TeamEurope, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]paradise.cpp

r91003 Thursday 1st February, 2018 at 03:04:05 UTC by AJR
ponpoko: Use 4-way joystick
[src/mame/drivers]pacman.cpp

r91002 Thursday 1st February, 2018 at 02:42:47 UTC by AJR
hcastle, sonson: Use 4-way joysticks as documented in manuals
[src/mame/drivers]hcastle.cpp sonson.cpp

r91001 Thursday 1st February, 2018 at 02:15:34 UTC by AJR
bagmanf: Less completely broken after recent memory changes (nw)
[src/mame/drivers]cclimber.cpp

r91000 Thursday 1st February, 2018 at 02:04:30 UTC by AJR
citycon: Don't lose the sprites; add some RAM mirroring (nw)
[src/mame/drivers]citycon.cpp

r90999 Thursday 1st February, 2018 at 00:03:31 UTC by David Haywood
 rad_sinv - quick fix for OG memmap order breakage (nw)  (#3163)

* rad_sinv - quick fix for OG memmap order breakage (nw)

* and fix a typo (nw)
[src/mame/drivers]rad_eu3a05.cpp

r90998 Thursday 1st February, 2018 at 00:02:38 UTC by hap
tms1700: fix memory map override (nw)
[src/devices/cpu/tms1000]tms1000.cpp

r90997 Wednesday 31st January, 2018 at 23:43:04 UTC by hap
coleco.xml: add note for secalpha (nw)
[hash]coleco.xml

r90996 Wednesday 31st January, 2018 at 22:37:24 UTC by Robbbert
(nw) housekeeping
[src/mame]mame.lst

r90995 Wednesday 31st January, 2018 at 22:32:59 UTC by hap
coleco: sn ready line connected to z80 wait (nw)
[src/mame/drivers]adam.cpp coleco.cpp

r90994 Wednesday 31st January, 2018 at 22:19:33 UTC by Carl
alphatpx: start 8088 (nw)
[src/mame/drivers]alphatpx.cpp

r90993 Wednesday 31st January, 2018 at 21:03:00 UTC by Olivier Galibert
API change: Memory maps are now "last entry wins" [O. Galibert]

This allows for the much more natural "import another map and patch
it" structure, or "cover a whole region then punch holes in it".  Our
previous first-entry-wins rule was always a surprise to newcomers, and
oldcomers too.
[src/devices/bus/cbmiec]c1541.cpp cmdhd.cpp
[src/devices/bus/dmv]k230.cpp
[src/devices/bus/kc]d004.cpp
[src/devices/bus/vme]vme_fccpu20.cpp vme_fcisio.cpp vme_hcpu30.cpp
[src/devices/cpu/sh]sh2.cpp
[src/devices/cpu/tms7000]tms7000.cpp
[src/devices/machine]i6300esb.cpp i82371sb.cpp i82439hx.cpp i82439tx.cpp i82875p.cpp pci-ide.cpp sis85c496.cpp vrc4373.cpp vrc5074.cpp
[src/devices/video]voodoo_pci.cpp
[src/emu]emumem.cpp
[src/mame/audio]decobsmt.cpp
[src/mame/drivers]20pacgal.cpp 30test.cpp 88games.cpp aeroboto.cpp aerofgt.cpp alesis.cpp aliens.cpp alphasma.cpp alphatpx.cpp altos8600.cpp amstr_pc.cpp apollo.cpp apple2e.cpp appoooh.cpp aristmk5.cpp armedf.cpp astrocde.cpp asuka.cpp at.cpp atarig1.cpp atarig42.cpp atarigt.cpp atarigx2.cpp atarisy2.cpp atm.cpp baraduke.cpp batman.cpp bbc.cpp bebox.cpp bfm_sc4.cpp bfm_swp.cpp bingor.cpp blockhl.cpp bloodbro.cpp blueprnt.cpp bottom9.cpp bowltry.cpp by35.cpp cabal.cpp calorie.cpp candela.cpp cave.cpp ccastles.cpp cclimber.cpp ccs2810.cpp cdi.cpp champbas.cpp cinemat.cpp cloud9.cpp cmmb.cpp compc.cpp coolridr.cpp cps1.cpp cps2.cpp crimfght.cpp crospang.cpp crystal.cpp cybertnk.cpp dacholer.cpp dblcrown.cpp dcon.cpp ddenlovr.cpp ddragon.cpp dec0.cpp deco32.cpp dkong.cpp dreambal.cpp dynax.cpp dynduke.cpp elwro800.cpp eprom.cpp equites.cpp ertictac.cpp espial.cpp europc.cpp exerion.cpp exidy.cpp expro02.cpp fastinvaders.cpp fccpu30.cpp fidel6502.cpp fidel68k.cpp funkball.cpp gaelco2.cpp gaelco3d.cpp galaga.cpp galaxian.cpp galaxold.cpp galgames.cpp gauntlet.cpp gei.cpp geneve.cpp gladiatr.cpp gng.cpp goldstar.cpp goodejan.cpp gstriker.cpp gts1.cpp halleys.cpp harddriv.cpp hec2hrp.cpp hikaru.cpp hitpoker.cpp hk68v10.cpp hp9k_3xx.cpp hp_ipc.cpp hvyunit.cpp ibmpcjr.cpp igs011.cpp igs017.cpp igspoker.cpp interact.cpp interpro.cpp iq151.cpp ironhors.cpp isbc.cpp itech32.cpp jack.cpp joctronic.cpp kc.cpp konamigx.cpp kyugo.cpp lbeach.cpp lethal.cpp liberate.cpp liberatr.cpp luckgrln.cpp m107.cpp m24.cpp m62.cpp m63.cpp mainevt.cpp malzak.cpp mazerbla.cpp mediagx.cpp megaphx.cpp megasys1.cpp mephisto.cpp merit.cpp metro.cpp microterm.cpp mmodular.cpp model2.cpp mpu3.cpp ms32.cpp mtouchxl.cpp multfish.cpp multigam.cpp mvme147.cpp mwarr.cpp mz2000.cpp namcos10.cpp namcos11.cpp namcos12.cpp namcos2.cpp namcos21.cpp namcos22.cpp namcos23.cpp namcos86.cpp naomi.cpp neogeo.cpp neogeocd.cpp nes_vt.cpp next.cpp nightgal.cpp nmk16.cpp novag6502.cpp okean240.cpp olibochu.cpp oric.cpp overdriv.cpp pacman.cpp paradise.cpp parodius.cpp pasogo.cpp pb1000.cpp pc.cpp pc9801.cpp pcd.cpp pcxt.cpp pdp11.cpp pentagon.cpp pgm2.cpp pinball2k.cpp play_3.cpp pntnpuzl.cpp prehisle.cpp psikyo.cpp psychic5.cpp punchout.cpp pv9234.cpp pwrview.cpp rad_eu3a05.cpp rad_eu3a14.cpp raiden.cpp raiden2.cpp rastersp.cpp re900.cpp realbrk.cpp renegade.cpp rocnrope.cpp rohga.cpp royalmah.cpp scobra.cpp scorpion.cpp scramble.cpp segam1.cpp segas32.cpp segaufo.cpp segaybd.cpp seibucats.cpp seibuspi.cpp senjyo.cpp seta.cpp sfcbox.cpp sidearms.cpp sidepckt.cpp sigmab98.cpp simple_st0016.cpp simpsons.cpp skeetsht.cpp skimaxx.cpp skylncr.cpp slapfght.cpp snk.cpp spbactn.cpp spy.cpp spyhuntertec.cpp srmp2.cpp sslam.cpp ssystem3.cpp starwars.cpp stfight.cpp subs.cpp subsino.cpp subsino2.cpp surpratk.cpp swtpc09.cpp system16.cpp taitogn.cpp taitojc.cpp taitosj.cpp tandy1t.cpp tandy2k.cpp tasman.cpp tecmo.cpp tempest.cpp terracre.cpp tetrisp2.cpp thunderx.cpp ti99_4p.cpp ti99_4x.cpp ti99_8.cpp tnzs.cpp tx1.cpp vendetta.cpp vii.cpp vis.cpp vsnes.cpp wecleman.cpp williams.cpp wiz.cpp xmen.cpp yiear.cpp yunsung8.cpp zexall.cpp zn.cpp
[src/mame/machine]cedar_magnet_sprite.cpp m24_z8000.cpp megadriv.cpp naomibd.cpp naomim1.cpp naomim4.cpp xbox_pci.cpp
[src/mame/video]seibu_crtc.cpp
[src/zexall]zexall.cpp

r90992 Wednesday 31st January, 2018 at 18:38:05 UTC by Nigel Barnes
New working software list additions
-----------------------------------
electron_flop: BBC Music Demo World
[hash]electron_flop.xml

r90991 Wednesday 31st January, 2018 at 18:38:05 UTC by Nigel Barnes
electron: Added cartridge devices for:
- P.R.E.S. Advanced Plus 3/4
- Advanced Quarter Meg Ram
- Cumana Floppy Disk System
- Sound Expansion
- Sound Expansion v3
- Stop Press 64
- Solidisk EFS

New working software list additions
-----------------------------------
electron_cart: Solidisk EFS 2.1E

New NOT_WORKING software list additions
---------------------------------------
electron_cart: Stop Press 64

Software list items promoted to working
---------------------------------------
electron_cart: Advanced Plus 3, Advanced Quarter Meg RAM, Slogger Electron Disk System, Sound Expansion v3
[hash]electron_cart.xml
[scripts/src]bus.lua
[src/devices/bus/electron]plus1.cpp romboxp.cpp
[src/devices/bus/electron/cart]ap34.cpp* ap34.h* aqr.cpp* aqr.h* cumana.cpp* cumana.h* peg400.cpp peg400.h slot.cpp sndexp.cpp* sndexp.h* sndexp3.cpp* sndexp3.h* sp64.cpp* sp64.h* stlefs.cpp* stlefs.h*

r90990 Wednesday 31st January, 2018 at 17:11:59 UTC by smf
revert "Popeye (bootleg set 1)" to 0.33b6 names and contents. The tile ROM was replaced with the contents from the TPP2 set and all the graphics roms were renamed to match the names in use at the time. The tile rom in the recently dumped "Popeye (bootleg set 2)" also matches the old tile rom, so it's a reasonable bet that the dump was correct. [smf]
[src/mame/drivers]popeye.cpp

r90989 Wednesday 31st January, 2018 at 15:59:45 UTC by Carl
olyboss: some improved output (nw)
[src/mame/drivers]olyboss.cpp

r90988 Wednesday 31st January, 2018 at 11:23:16 UTC by Vasantha Crabb
blonde moment (nw)
[src/mame/drivers]x1.cpp

r90987 Wednesday 31st January, 2018 at 11:15:13 UTC by Vasantha Crabb
x1: convert I/O to memory maps and bankdev

(nw) This is for you, Kale.  I cleaned up a few things, but the driver
is still a complete mess, and the x1twin is a complete abomination.  The
work RAM could probably be converted to memory banks as well with a bit
of effort.
[src/mame/drivers]x1.cpp x1twin.cpp
[src/mame/includes]x1.h
[src/mame/video]x1.cpp

r90986 Wednesday 31st January, 2018 at 11:11:16 UTC by smf
disable netlist statistic logging on shutdown, because it triggers a use after free in void device_debug::errorlog_write_line(const char *line) & fixed the copy & pasted comment. (nw)
[src/lib/netlist/solver]nld_solver.h

r90985 Wednesday 31st January, 2018 at 07:31:53 UTC by sjy96525
Correct Rail Chase 2, Cyber Troopers Virtual-On (#3034)

Rail Chase 2 titlescreen says 1994, Cyber Troopers Virtual-On titlescreen says 1995.
https://segaretro.org/images/e/e8/RailChase2_title.png
https://segaretro.org/images/9/9d/Virtual_On_Model_2.png
[src/mame/drivers]model2.cpp

r90984 Wednesday 31st January, 2018 at 07:31:05 UTC by sjy96525
Correct Racing Jam: Chapter 2 year (#3033)

Racing Jam: Chapter 2 titlescreen says 1998, and released in July 1998.
http://s.uvlist.net/l/y2011/05/84500.jpg
[src/mame/drivers]nwk-tr.cpp

r90983 Wednesday 31st January, 2018 at 05:07:27 UTC by rfka01
olyboss.cpp: new not working: Olympia BOSS D [friol] (#3156)

* olyboss.cpp: new not working: Olympia BOSS D [friol]

* olyboss.cpp: variable consistency and error logging fixes
[scripts/target/mame]mess.lua
[src/mame]mame.lst mess.flt
[src/mame/drivers]olyboss.cpp*

r90982 Wednesday 31st January, 2018 at 04:33:08 UTC by Brian Troha
itech32.cpp: Slightly better documentation (nw)
[src/mame/drivers]itech32.cpp

r90981 Wednesday 31st January, 2018 at 04:27:37 UTC by Brian Troha
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]photoply.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team