Note Feed

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

Previous 50 199869 Revisions Next 50

r17320 Friday 17th August, 2012 at 13:44:49 UTC by smf
audit considers a NO DUMP rom to be shared if it has the same name as a parent/device rom.
[src/emu]audit.c audit.h

r17319 Friday 17th August, 2012 at 13:42:21 UTC by Miodrag Milanović
Made UI mouse cursor optional (default is off for now), in games with clickable artwork cursor is visible, application is not taking mouse control anymore (no whatsnew)
[src/emu]emuopts.c emuopts.h ui.c
[src/osd/windows]window.c

r17318 Friday 17th August, 2012 at 13:07:59 UTC by Tafoid
Updated the megatech bios to render using the newer SMS vdp device from MESS.  Cleaned up a vamphalf.c change from earlier.  From Haze (nw)
[src/emu/video]315_5124.c
[src/mame/drivers]megatech.c vamphalf.c
[src/mame/includes]megadriv.h

r17317 Friday 17th August, 2012 at 12:11:16 UTC by hap
fix a warning
[src/emu/cpu/tms32031]32031ops.c

r17316 Friday 17th August, 2012 at 10:22:02 UTC by Oliver Stöneberg
avoid excessive usage of strlen() in astring by caching the length (no whatsnew)
[src/lib/util]astring.c astring.h

r17315 Friday 17th August, 2012 at 10:20:10 UTC by Oliver Stöneberg
small optimization to ui_draw_text_full() (no whatsnew)
[src/emu]ui.c

r17314 Friday 17th August, 2012 at 08:15:05 UTC by Miodrag Milanović
Sync with MESS (nw)
[src/emu/machine]roc10937.c
[src/lib/formats]d64_dsk.c

r17313 Friday 17th August, 2012 at 06:53:58 UTC by Brian Troha
new Thunder Zone clone

dassault.c: Added PCB locations to all the Thunder Zone / Desert Assault sets. [Brian Troha, ShouTime]

New Clone Added
-------------------------------------
Thunder Zone (Japan) [ShouTime]
[src/mame]mame.lst
[src/mame/drivers]dassault.c

r17312 Friday 17th August, 2012 at 03:06:15 UTC by R. Belmont
PPC: fix SRAW behavior with C backend.  x86/x64 BEs need work to pass. [R. Belmont]
[src/emu/cpu/powerpc]ppcdrc.c

r17311 Thursday 16th August, 2012 at 23:52:40 UTC by Tafoid
Better save support on a few Kaneko devices.  Some mpu4 driver crash fixes and produce warnings when needed.  From Haze (nw)
[src/mame/drivers]mpu4hw.c mpu4sw.c
[src/mame/machine]kaneko_hit.c kaneko_toybox.c
[src/mame/video]kaneko_grap2.c

r17310 Thursday 16th August, 2012 at 21:39:36 UTC by Tafoid
ecoinfr.c clones - From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]ecoinfr.c

r17309 Thursday 16th August, 2012 at 21:38:45 UTC by Tafoid
killed off the ancient vdp implementation so we're all using the current one now, also made c2 manage it's own palette instead of having the vdp do it for it, might need a bit of tweaking but it works.  From Haze (nw)
[src/mame/drivers]segac2.c segas18.c
[src/mame/includes]genesis.h megadriv.h segas18.h
[src/mame/machine]megavdp.c megavdp.h
[src/mame/video]genesis.c segas18.c

r17308 Thursday 16th August, 2012 at 21:04:07 UTC by smf
oops, looks like it needs to be before the qsort or "bad things happen". but it still can be done after the driver count is checked and output.
[src/build]makelist.c

r17307 Thursday 16th August, 2012 at 20:49:08 UTC by smf
add ___empty after sorting, the count is correct now and the check for no drivers can also work.
[src/build]makelist.c

r17306 Thursday 16th August, 2012 at 19:39:23 UTC by Brian Troha
decocass.c: Minor doc update - List the Disco No. 1 dongle number as seen in a photo. - NW
[src/mame/drivers]decocass.c

r17305 Thursday 16th August, 2012 at 17:59:34 UTC by Curt Coder
Sync with MESS. (nw)
[src/emu]softlist.c

r17304 Thursday 16th August, 2012 at 11:08:31 UTC by Tafoid
Fixed some dupes reported by tafoid and some minor issues.  Continued ecoinfr.c clone split.  From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]ecoinfr.c mpu4crystal.c

r17303 Thursday 16th August, 2012 at 11:01:56 UTC by Tafoid
The 'new' renderer now only outputs a scanline and must be serviced by a partial update, i've turned it on for segac2 for now, with my initial goal being to untangle the segac2 palette handling from the vdp, it's external circuitry, mixing the raw digital output of the vdp rather than after cram data has been applied.  From Haze (nw)
[src/mame/drivers]megatech.c segac2.c
[src/mame/includes]megadriv.h
[src/mame/machine]megadriv.c megavdp.c megavdp.h

r17302 Thursday 16th August, 2012 at 09:30:21 UTC by hap
(skydest rom notes)
[src/mame/drivers]cyclemb.c

r17301 Thursday 16th August, 2012 at 08:06:46 UTC by Miodrag Milanović
added a bunch of new clones, that now is "old enough" to be in MAME, and gfx decode data for them.
also mame\includes\multfish.h can/must be removed from source tree coz it is not used by driver. by MetalliC (no whatsnew)

update Megadrive cart module for support "Pier Solar" cart (mapper and "ST M95" eeprom code) by MetalliC (no whatsnew)
[src/mame]mame.lst
[src/mame/drivers]multfish.c
[src/mame/includes]multfish.h
[src/mame/machine]md_cart.c

r17300 Thursday 16th August, 2012 at 06:13:35 UTC by Miodrag Milanović
When menus are active, enable mouse on full screen (no whatsnew)
[src/emu]render.c

r17299 Thursday 16th August, 2012 at 04:07:21 UTC by Tafoid
merged source file typo fix (nw)
[src/mame/drivers]amaticmg.c

r17298 Thursday 16th August, 2012 at 04:05:48 UTC by Angelo Salese
Various VB specific opcodes, nw
[src/emu/cpu/v810]v810.c

r17297 Thursday 16th August, 2012 at 03:59:55 UTC by Tafoid
Added dynamic length to the color PROMs decode routines based on ROM region length. This fixes a horrible hang/crash in DEBUG=1 builds.  [Roberto Fresca]
[src/mame/drivers]amaticmg.c

r17296 Thursday 16th August, 2012 at 02:48:06 UTC by Brian Troha
lwings.c: Correct Trojan's MSM5205 clock from 455khz (measured on a bootleg) to a verified 384khz as measured on an original Capcom Trojan board. - NW
[src/mame/drivers]lwings.c

r17295 Thursday 16th August, 2012 at 02:42:31 UTC by Brian Troha
new Trojan clone

lwings.c: Added PCB locations to the Trojan sets. [Brian Troha]

New Clone Added
----------------------------------------------
Trojan (US set 2) [Corrado Tomaselli, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]lwings.c

r17294 Thursday 16th August, 2012 at 02:02:43 UTC by Brian Troha
new Cup Soccer clone

New Clone Added
-------------------------------
Olympic Soccer '92 (set 2) [Corrado Tomaselli, The Dumping Union]
[src/mame]mame.lst
[src/mame/drivers]legionna.c

r17293 Thursday 16th August, 2012 at 01:47:43 UTC by Angelo Salese
Added ANDNBSU and ORBSU opcodes in V810 CPU core [Angelo Salese]
[src/emu/cpu/v810]v810.c

r17292 Thursday 16th August, 2012 at 01:31:53 UTC by Brian Troha
model3.c: minor doc update, add the Sega rom board ID# to Get Bass - NW
[src/mame/drivers]model3.c

r17291 Thursday 16th August, 2012 at 01:23:52 UTC by Angelo Salese
Preliminary implementation of the MOVBSU opcode in V810 CPU core [Angelo Salese]
[src/emu/cpu/v810]v810.c

r17290 Wednesday 15th August, 2012 at 23:34:46 UTC by Tafoid
Another driver ecoinfr.c in need of clone splitting, being able to run them helps sort out which are 3rd party etc.  From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]ecoinfr.c

r17289 Wednesday 15th August, 2012 at 23:33:47 UTC by Tafoid
Just a code reorganization, nothing here should result in any functional change.  From Haze (nw)
[src/mame/drivers]puckpkmn.c segac2.c
[src/mame/includes]megadriv.h
[src/mame/machine]megadriv.c megavdp.c megavdp.h

r17288 Wednesday 15th August, 2012 at 17:39:32 UTC by smf
fixed build error, something about ui_show_mouse is declared void that I couldn't figure out but it's not needed anyway
[src/emu/video]voodoo.c

r17287 Wednesday 15th August, 2012 at 17:13:35 UTC by Ville Linde
cobra.c: Added event delegate to the fifo class (nw)
[src/mame/drivers]cobra.c

r17286 Wednesday 15th August, 2012 at 15:55:15 UTC by Tafoid
Barring any unknowns, this should do it for mpu4 clone creation - From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]mpu4crystal.c mpu4empire.c mpu4misc.c mpu4mod4yam.c mpu4union.c

r17285 Wednesday 15th August, 2012 at 14:47:27 UTC by Miodrag Milanović
let's make it const (nw)
[src/emu]ui.c

r17284 Wednesday 15th August, 2012 at 14:39:48 UTC by Miodrag Milanović
Added internal mouse cursor visible in menus and when clickable artwork is used [Miodrag Milanovic]
[src/emu]mame.c rendlay.c ui.c ui.h
[src/osd/windows]window.c winmain.c winmain.h

r17283 Wednesday 15th August, 2012 at 13:22:48 UTC by hap
(nothing, tried sound stuff but didn't get anywhere)
[src/mame/drivers]cyclemb.c

r17282 Wednesday 15th August, 2012 at 12:20:29 UTC by Miodrag Milanović
Properly detect click on artwork buttons when in fullscreen mode (no whatsnew)
[src/emu]render.c

r17281 Wednesday 15th August, 2012 at 11:57:29 UTC by Tafoid
Another drive-by fruiting.  From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]mpu4mod2sw.c mpu4mod4yam.c

r17280 Wednesday 15th August, 2012 at 04:37:22 UTC by Brian Troha
8080bw.c: Moon Lander color proms verified correct. [Smitdogg, The Dumping Union]
[src/mame/drivers]8080bw.c

r17279 Wednesday 15th August, 2012 at 02:41:54 UTC by Tafoid
Eat your fruit, kids.  You don't want Scurvy, do ya?  From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]mpu4avan.c mpu4misc.c

r17278 Wednesday 15th August, 2012 at 02:39:42 UTC by Tafoid
Moved the calls on cpu lines from hardcoded in the vdp to callbacks the drivers can provide.  This sllows us to connect the correct line for vblank in segac2 without the previous hack.  Also looking to untangle the screen timing a bit.  From Haze (nw)
[src/mame/drivers]segac2.c
[src/mame/includes]megadriv.h
[src/mame/machine]megadriv.c megavdp.c megavdp.h

r17277 Tuesday 14th August, 2012 at 22:33:23 UTC by Tafoid
Reverted original SN76496N patch and applied newer patch containing a change to 'SN76496_NEW' to avoid confusion.  [Osso]
[src/emu/sound]sn76496.c sn76496.h
[src/mame/drivers]appoooh.c atetris.c bankp.c centiped.c docastle.c drmicro.c exedexes.c finalizr.c freekick.c gatron.c homedata.c ikki.c jailbrek.c jantotsu.c kncljoe.c kontest.c ladybug.c lucky74.c markham.c mikie.c mjkjidai.c

r17276 Tuesday 14th August, 2012 at 21:28:24 UTC by Tafoid
A couple of mpu4 changes and also started some genesis/megadrive device conversions and creations.  From Haze (nw)
[src/mame]mame.lst
[src/mame/drivers]mpu4concept.c mpu4misc.c puckpkmn.c segac2.c
[src/mame/includes]megadriv.h
[src/mame/machine]mega32x.c megadriv.c megavdp.c megavdp.h*

r17275 Tuesday 14th August, 2012 at 21:02:07 UTC by hap
hook up i8255 chips, working sound, and default nvram
[src/mame]mame.lst
[src/mame/drivers]kingpin.c

r17274 Tuesday 14th August, 2012 at 21:00:05 UTC by Brian Troha
mame.lst: Update Reel'N Quake year in mame.lst too - NW
[src/mame]mame.lst

r17273 Tuesday 14th August, 2012 at 20:57:28 UTC by Brian Troha
seta2.c: misc doc update: Fill in the year for Reel 'N Quake as 1997 based on eBay auction showing program roms labeled as:

REEL'N QUAKE
U3 PRG ODD
V1.05 12/17/97

REEL'N QUAKE
U2 PRG EVEN
V1.05 12/17/97

NO WHATSNEW
[src/mame/drivers]seta2.c

r17272 Tuesday 14th August, 2012 at 20:06:42 UTC by Aaron Giles
Modernized Sega Y-board driver.
[src/mame/drivers]segaxbd.c segaybd.c
[src/mame/includes]segaybd.h
[src/mame/video]segaxbd.c segaybd.c

r17271 Tuesday 14th August, 2012 at 16:49:01 UTC by hap
(duplicate name)
[src/mame/drivers]capcom.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team