Note Feed

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

Previous 50 199869 Revisions Next 50

r14518 Tuesday 22nd November, 2011 at 13:14:23 UTC by R. Belmont
(nw)
[src/osd/sdl]sdlmain.c

r14517 Tuesday 22nd November, 2011 at 11:25:14 UTC by Miodrag Milanović
Fixed memory leaks in networking, used core functions for allocating memory, fix sdl win32 building with network enabled (no whatsnew)
[src/osd]osdnet.c osdnet.h
[src/osd/sdl]netdev.c netdev.h netdev_pcap.c netdev_pcap.h netdev_tap.c netdev_tap.h sdl.mak sdlmain.c
[src/osd/windows]netdev.c netdev.h netdev_pcap.c netdev_pcap.h winmain.c

r14516 Tuesday 22nd November, 2011 at 09:10:58 UTC by Miodrag Milanović
Changed makefile in order to make sequential compilation of MAME and MESS and their sub targets less resource demanding [Miodrag Milanovic]
[/trunk]makefile

r14515 Tuesday 22nd November, 2011 at 09:07:58 UTC by Miodrag Milanović
Sync with MESS, also placed back sdlmain change since it proved working on BSD (no whatsnew)
[src/emu/imagedev]floppy.c
[src/emu/machine]amigafdc.c amigafdc.h
[src/lib]lib.mak
[src/lib/formats]hect_dsk.c hect_dsk.h ipf_dsk.c ipf_dsk.h kc_cas.c* kc_cas.h*
[src/osd/sdl]sdlmain.c

r14514 Tuesday 22nd November, 2011 at 07:48:08 UTC by Miodrag Milanović
Moved 3do_m2 into proper driver. (no whatsnew)
[src/mame/drivers]konamim2.c

r14513 Tuesday 22nd November, 2011 at 00:57:52 UTC by Aaron Giles
Added generic helper read/write members to the driver_device base class.
Updated zodiack/zerozone to use them, removing the trampolines.
[src/emu]machine.c machine.h
[src/emu/audio]generic.c
[src/emu/machine]generic.c
[src/emu/video]generic.c
[src/mame/drivers]zerozone.c zodiack.c
[src/mame/includes]zerozone.h zodiack.h

r14512 Monday 21st November, 2011 at 18:23:01 UTC by Aaron Giles
Introduce polynew.h which is a modernized C++ version of the old poly.c.
Cleaned up a lot of stuff and made some changes in preparation for the
future. Converted gaelco3d and midvunit over to the new system.
[src/emu/video]polynew.h*
[src/mame/drivers]gaelco3d.c
[src/mame/includes]gaelco3d.h midvunit.h
[src/mame/video]gaelco3d.c midvunit.c

r14511 Monday 21st November, 2011 at 15:33:32 UTC by Miodrag Milanović
Ups , fixed initialization (no whatsnew)
[src/emu/imagedev]harddriv.c

r14510 Monday 21st November, 2011 at 14:44:32 UTC by Miodrag Milanović
Added support for hard disk softlists [Miodrag Milanovic]
[src/emu/imagedev]harddriv.c harddriv.h

r14509 Monday 21st November, 2011 at 12:41:14 UTC by Miodrag Milanović
Fixed compile warning with 4.6.2 (no whatsnew)
[src/osd/windows]netdev_pcap.c

r14508 Monday 21st November, 2011 at 09:01:44 UTC by Aaron Giles
Add support for 5 parameter delegate functions.
[src/emu]delegate.h

r14507 Monday 21st November, 2011 at 07:37:44 UTC by Fabio Priuli
someone has forgotten that ROM_LOAD16_WORD_SWAP is just an alias for ROMX_LOAD(..., LOADFLAGS). but his list, his wish.
[hash]neogeo.xml

r14506 Monday 21st November, 2011 at 02:43:59 UTC by R. Belmont
Various SDL netdev fixes (nw)
[src/osd/sdl]netdev_pcap.c

r14505 Sunday 20th November, 2011 at 22:23:17 UTC by Angelo Salese
Implemented RTC in Forte Card [Angelo Salese]
[src/mame/drivers]fortecar.c

r14504 Sunday 20th November, 2011 at 21:25:15 UTC by Fabio Priuli
neogeo.xml: Fixed a couple of wrong descriptions (a quote had been put in front of two titles), plus moved loadflags at the end of <rom> for consistency with other lists. no whatsnew.
[hash]neogeo.xml

r14503 Sunday 20th November, 2011 at 19:51:38 UTC by Angelo Salese
Move Español ROMs to English version, nw
[src/mame/drivers]fortecar.c

r14502 Sunday 20th November, 2011 at 19:07:11 UTC by Angelo Salese
Fixed colors in Forte Card [Angelo Salese]
[src/mame/drivers]fortecar.c

r14501 Sunday 20th November, 2011 at 17:16:34 UTC by Angelo Salese
Made default paletteram to be white on Hot Chase start-up, fixes ugly MAME default palette to be shown at POST [Angelo Salese]
[src/mame/drivers]wecleman.c

r14500 Sunday 20th November, 2011 at 15:03:55 UTC by Fabio Priuli
fixed cpu tag. no whatsnew.
[src/mame/drivers]gts80a.c

r14499 Saturday 19th November, 2011 at 14:58:54 UTC by Miodrag Milanović
Made machine reset static, since not used by anything else (no whatsnew)
[src/mame/includes]segamsys.h
[src/mame/machine]segamsys.c

r14498 Friday 18th November, 2011 at 22:16:21 UTC by R. Belmont
SDL updates [R. Belmont, Carl, cgwg]
- pcap network support for OS X and Windows SDL targets
- GLSL tweaks to better support the "CRT" shader
[src/osd/sdl]drawogl.c netdev.c netdev.h netdev_pcap.c* netdev_pcap.h* netdev_tap.c netdev_tap.h sdl.mak
[src/osd/sdl/shader]glsl_bilinear_idx16_lut.fsh glsl_bilinear_idx16_lut.fsh.c glsl_plain_idx16_lut.fsh glsl_plain_idx16_lut.fsh.c

r14497 Friday 18th November, 2011 at 22:14:20 UTC by Mariusz Wojcieszek
Fixed rom mapping and added nvram in pcat_nit.c. Some mini-games in streetg(2) are playable now. [Mariusz Wojcieszek]
[src/mame/drivers]pcat_nit.c

r14496 Friday 18th November, 2011 at 22:04:32 UTC by Fabio Priuli
forgot to commit this updated file. no whatsnew.
[src/mame/includes]zerozone.h

r14495 Friday 18th November, 2011 at 22:01:04 UTC by Fabio Priuli
simplified zerozone input reading, per Kale's request. no whatsnew.
[src/mame/drivers]zerozone.c

r14494 Friday 18th November, 2011 at 21:59:52 UTC by Fabio Priuli
modernized address maps for most skeleton drivers [Fabio Priuli]
[src/mame/drivers]aces1.c acesp.c alien.c allied.c alvg.c astropc.c atari_s1.c atari_s2.c atari_s3.c atronic.c belatra.c bfm_sc4.c bfm_sc5.c bgt.c bingo.c by17.c by35.c by6803.c by68701.c byvid.c capcom.c castle.c cesclass.c comebaby.c cupidon.c de_1.c de_2.c de_3.c de_3b.c flicker.c g627.c gp_1.c gp_2.c gts1.c gts3.c gts80.c gts80a.c gts80b.c hankin.c hazelgr.c icecold.c igspc.c inder.c itgamble.c jeutel.c jp.c jpmmps.c jpms80.c jpmsys7.c jvh.c kissproto.c konendev.c ltd.c maygayep.c mephisto.c micropin.c midqslvr.c mmm.c mpu2.c mpu5.c mrgame.c namcops2.c neptunp2.c nsm.c play_1.c play_2.c play_3.c play_5.c proconn.c queen.c rcorsair.c rowamet.c s11.c s11a.c s11b.c s11c.c s3.c s4.c s6.c s6a.c s7.c s8.c s9.c savquest.c segajw.c sleic.c spectra.c spinb.c st_mp100.c st_mp200.c stellafr.c sumt8035.c taito.c techno.c tokyocop.c turrett.c unkfr.c unkpcp.c vd.c vp101.c white_mod.c wico.c wms.c wpc_95.c wpc_an.c wpc_dcs.c wpc_dot.c wpc_flip1.c wpc_flip2.c wpc_s.c xtom3d.c zac_1.c zac_2.c zac_proto.c

r14493 Friday 18th November, 2011 at 14:32:41 UTC by Fabio Priuli
modernized zerozone.c and zodiack.c [Fabio Priuli]
[src/mame/drivers]zerozone.c zodiack.c
[src/mame/includes]zerozone.h zodiack.h
[src/mame/video]zerozone.c zodiack.c

r14492 Friday 18th November, 2011 at 13:02:28 UTC by R. Belmont
Not yet, *BSD stops compiling otherwise (nw)
[src/osd/sdl]sdlmain.c

r14491 Friday 18th November, 2011 at 10:04:56 UTC by Miodrag Milanović
Updated sdlmain.c due to fact that there is no more -DMESS compile option (no whatsnew)
Functionality stay the same.
[src/osd/sdl]sdlmain.c

r14490 Friday 18th November, 2011 at 10:03:37 UTC by Miodrag Milanović
fix for some naming conflicts between mame and mess (no whatsnew)
[src/mame/drivers]maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c

r14489 Friday 18th November, 2011 at 06:23:04 UTC by Ryan Holtz
- Fixed HLSL memory leak and crash on exit on 32-bit targets. [Ryan Holtz, Bat Country Entertainment]

Word around the campfire is this totally works and stuff. More technically, it eliminates a number of double-frees and also now cleans up the shadow mask PNG and hlsl_options allocations. (nw)
[src/osd/windows]d3dhlsl.c drawd3d.c

r14488 Thursday 17th November, 2011 at 21:18:09 UTC by Tafoid
oops (nw)
[src/mame/drivers]pacman.c

r14487 Thursday 17th November, 2011 at 20:45:36 UTC by Tafoid
New clones added
----------------
Crock-Man  [Team Europe, Nico and Thorsten K.]
[src/mame]mame.lst
[src/mame/drivers]pacman.c

r14486 Thursday 17th November, 2011 at 13:17:25 UTC by Miodrag Milanović
temporary change in saa5050 until proper docs are found, but
maybe it's even due to reverse order of display too (no whatsnew)
[src/emu/video]saa5050.c

r14485 Thursday 17th November, 2011 at 13:02:13 UTC by Miodrag Milanović
Added clearing of generic nvram handler and removed megadriv ifdefs (no whatsnew)
[src/emu]mconfig.h
[src/mame/machine]megadriv.c

r14484 Thursday 17th November, 2011 at 12:31:04 UTC by Miodrag Milanović
made code works without ifdefs (no whatsnew)
[src/mame/machine]archimds.c

r14483 Thursday 17th November, 2011 at 11:31:47 UTC by Miodrag Milanović
made jaguar coexist in mame and mess (no whatsnew)
[src/mame/audio]jaguar.c
[src/mame/drivers]jaguar.c
[src/mame/includes]jaguar.h
[src/mame/video]jagobj.c

r14482 Thursday 17th November, 2011 at 11:16:28 UTC by Miodrag Milanović
removed ifdef (no whatsnew)
[src/mame/machine]snes.c

r14481 Thursday 17th November, 2011 at 10:32:54 UTC by Jonathan Gevaryahu
New Working set:
B.Rap Boys Special (US) [vintagevideogames.com, Lord Nightmare]
[src/mame]mame.lst
[src/mame/drivers]kaneko16.c
[src/mame/machine]kaneko16.c

r14480 Thursday 17th November, 2011 at 10:31:29 UTC by Miodrag Milanović
removed need for ifdef (no whatsnew)
[src/mame/machine]stvcd.c

r14479 Thursday 17th November, 2011 at 10:02:55 UTC by Miodrag Milanović
Move per emulator constants info into separate class [Miodrag Milanovic]

out of log:
This way it is possible to link two or more separated executables with different
copyright/xml out/name/... in one compilation, just one step closer...
[/trunk]makefile
[src/emu]clifront.c emuopts.c info.c ioport.c mame.h romload.c save.c save.h screen.c ui.c uimenu.c video.c
[src/mame]mame.c*
[src/osd/sdl]window.c
[src/osd/windows]d3dhlsl.c window.c winmain.c

r14478 Wednesday 16th November, 2011 at 23:36:41 UTC by Tafoid
Deco Cassette documentation fixes (per Stiletto)  (nw)
[src/mame]mame.lst
[src/mame/drivers]decocass.c

r14477 Wednesday 16th November, 2011 at 19:27:19 UTC by Roberto Fresca
Adjusted back the serial EEPROM address to 7 bits to be consistent with the original binary extracted.
[src/mame/drivers]fortecar.c

r14476 Wednesday 16th November, 2011 at 16:50:12 UTC by Roberto Fresca
Forte Card: Improved the 93SC56 serial EEPROM interface.
Added more findings and technical notes. [Roberto Fresca, Rob Ragon]
[src/mame/drivers]fortecar.c

r14475 Wednesday 16th November, 2011 at 15:34:24 UTC by Miodrag Milanović
Commented some sanity checks and dependency of MESS code (no whatsnew)
[src/emu/imagedev]flopdrv.c

r14474 Wednesday 16th November, 2011 at 10:23:58 UTC by Miodrag Milanović
Proper validation fix (no whatsnew)
[src/emu]validity.c

r14473 Wednesday 16th November, 2011 at 09:40:33 UTC by Miodrag Milanović
Validation of drivers require absence of slot and image options (no whatsnew)
[src/emu]emuopts.h validity.c

r14472 Wednesday 16th November, 2011 at 00:38:05 UTC by Nathan Woods
Merge from MESS
[src/emu]dislot.h info.c mame.c mame.h uiimage.c
[src/emu/imagedev]bitbngr.c bitbngr.h multcart.c
[src/emu/machine]ram.c ram.h
[src/emu/sound]dac.c dac.h

r14471 Tuesday 15th November, 2011 at 23:53:01 UTC by Tafoid
documentation update megat5 -> megat5a (nw)
[src/mame/drivers]meritm.c

r14470 Tuesday 15th November, 2011 at 22:00:23 UTC by Angelo Salese
Some works around, now reads the EEPROM properly, a bit less the fact that it reads WRONG data out of it
[src/mame/drivers]fortecar.c

r14469 Tuesday 15th November, 2011 at 13:59:46 UTC by Fabio Priuli
ATTN Kale: workaround for Final Fantasy VI (or III for US) glitches. no whatsnew.

Kale do you remember if any game depended on this DMA cycles steals (mess rev. 7744)? this specific adjust_icount makes FF6 unplayable due to glitches, so I'm reverting it for the moment...
[src/mame/machine]snes.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team