Note Feed

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

Previous 50 199869 Revisions Next 50

r32033 Tuesday 9th September, 2014 at 19:17:39 UTC by Wilbert Pol
webengine.c: Reduce tagmap lookups (nw)
[src/emu]webengine.c webengine.h

r32032 Tuesday 9th September, 2014 at 19:10:56 UTC by Oliver Stöneberg
removed -Wno-strict-overflow for GCC 4.8 as well (nw)
[src/build]flags_gcc.mak

r32031 Tuesday 9th September, 2014 at 19:04:23 UTC by Oliver Stöneberg
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MAME (nw)
[src/emu/sound]k053260.c zsg2.c
[src/emu/video]h63484.c voodoo.c
[src/mame/drivers]airbustr.c bmcbowl.c cbasebal.c chihiro.c cops.c cps3.c firebeat.c gottlieb.c hitpoker.c igs017.c jpmsys5.c lethal.c magictg.c mitchell.c model1.c model2.c mpu5hw.c namcos21.c nbmj9195.c segas24.c seibuspi.c vega.c viper.c
[src/mame/machine]balsente.c harddriv.c igs025.c kaneko_hit.c model1.c model3.c namcos2.c nb1413m3.c stvprot.c williams.c
[src/mame/video]k001604.c k051960.c leland.c metro.c model2.c model3.c namcos22.c nycaptor.c scn2674.c thief.c ygv608.c

r32030 Tuesday 9th September, 2014 at 18:43:46 UTC by David Haywood
raiden games in psx list (nw)
[hash]psx.xml

r32029 Tuesday 9th September, 2014 at 18:31:51 UTC by hap
poking around with taitojc dangcurv
[src/emu/cpu/tms32051]tms32051.c tms32051.h
[src/mame/drivers]taitojc.c

r32028 Tuesday 9th September, 2014 at 18:28:17 UTC by Wilbert Pol
(MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver and some small cleanups. [Enik Land]
[src/emu/video]315_5124.c 315_5124.h

r32027 Tuesday 9th September, 2014 at 18:03:05 UTC by Fabio Priuli
antic.c: converted to be a device. [Fabio Priuli]
[src/mame/drivers]bartop52.c maxaflex.c
[src/mame/includes]atari.h
[src/mame/machine]atari.c
[src/mame/video]antic.c antic.h atari.c
[src/mess/drivers]atari400.c

r32026 Tuesday 9th September, 2014 at 16:30:58 UTC by David Haywood
fix scrolling in godzilla (nw)
[src/mame/drivers]legionna.c
[src/mame/includes]legionna.h
[src/mame/machine]seicop.c seicop.h
[src/mame/video]legionna.c

r32025 Tuesday 9th September, 2014 at 14:33:00 UTC by Miodrag Milanović
Added support for LUA server pages (nw)
[src/emu]webengine.c

r32024 Tuesday 9th September, 2014 at 13:49:06 UTC by hap
correct year
[src/mame/drivers]balsente.c

r32023 Tuesday 9th September, 2014 at 13:46:14 UTC by hap
year correction from gregf
[src/mame/drivers]ramtek.c

r32022 Tuesday 9th September, 2014 at 13:28:21 UTC by David Haywood
(nw)
[src/mame/drivers]vamphalf.c

r32021 Tuesday 9th September, 2014 at 12:56:58 UTC by David Haywood
oops (nw)
[src/emu/cpu/e132xs]e132xs.c

r32020 Tuesday 9th September, 2014 at 12:54:05 UTC by David Haywood
e132xs: fix do xx= in debugger (nw)
[src/emu/cpu/e132xs]e132xs.c

r32019 Tuesday 9th September, 2014 at 11:36:00 UTC by David Haywood
(nw)
[src/mame/drivers]vamphalf.c

r32018 Tuesday 9th September, 2014 at 10:47:01 UTC by smf
fix for building with latest 32 bit tools. (nw)

src/mess/video/rm380z.c: In member function 'void rm380z_state::put_point(int, int, int, int)': src/mess/video/rm380z.c:17:2: error: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Werror=strict-overflow]
 for (int r=y;r<(y+mx);r++)
 ^
cc1plus.exe: all warnings being treated as errors
makefile:922: recipe for target 'obj/windows/mess/video/rm380z.o' failed
[src/mess/video]rm380z.c

r32017 Tuesday 9th September, 2014 at 10:40:57 UTC by Barry Rodewald
trident: added ID register, banking, and clock selection.
[src/emu/bus/isa]trident.c trident.h

r32016 Tuesday 9th September, 2014 at 07:44:33 UTC by Tafoid
voodoo.c, vooddefs.h: Added support for writes to trexInit1 register, to return TMU configuration data.  [Peter Ferrie]
[src/emu/video]vooddefs.h voodoo.c

r32015 Tuesday 9th September, 2014 at 07:24:50 UTC by Fabio Priuli
bye bye ANTIC_RENDERER. nw.
[src/mame/video]antic.c

r32014 Tuesday 9th September, 2014 at 06:58:53 UTC by Fabio Priuli
small wip. nw.
[src/mame/video]antic.c

r32013 Tuesday 9th September, 2014 at 06:35:51 UTC by Fabio Priuli
reduce number of define'd functions. nw.
[src/mame/video]antic.c antic.h

r32012 Tuesday 9th September, 2014 at 04:20:52 UTC by hap
add op_add_s16_mem
[src/emu/cpu/tms32051]32051ops.c

r32011 Tuesday 9th September, 2014 at 01:39:57 UTC by R. Belmont
hikaru: add mask dumps for podrace [Cah4e3]
[src/mame/drivers]hikaru.c

r32010 Tuesday 9th September, 2014 at 01:13:25 UTC by Robbbert
jp.c : placeholder
[src/mame]mame.mak
[src/mame/drivers]jp.c
[src/mame/layout]jp.lay*

r32009 Monday 8th September, 2014 at 22:48:56 UTC by Brian Troha
dgpix.c: Minor doc update - NW
[src/mame/drivers]dgpix.c

r32008 Monday 8th September, 2014 at 22:00:38 UTC by Angelo Salese
Experiment with the bootleg ...
[src/mame/includes]legionna.h
[src/mame/machine]seicop.c

r32007 Monday 8th September, 2014 at 21:39:38 UTC by hap
get rid of set 1,2,3,4,5,6,7,8,9 naming
[src/mame/drivers]raiden2.c

r32006 Monday 8th September, 2014 at 21:10:14 UTC by Wilbert Pol
315_5124.c: Add new member to save state (nw)
[src/emu/video]315_5124.c

r32005 Monday 8th September, 2014 at 19:55:49 UTC by Tafoid
Some dips/inputs for numcrash (nw)
[src/mame/drivers]pacman.c

r32004 Monday 8th September, 2014 at 19:54:21 UTC by Wilbert Pol
(MESS) sms.c: Prevent vdp register 6 contents from being overwritten while a line is being drawn. Fixes title screen in backtof3.  [Enik Land, Wilbert Pol]
[src/emu/video]315_5124.c 315_5124.h

r32003 Monday 8th September, 2014 at 19:43:42 UTC by Angelo Salese
Fixed foreground tilemap in Godzilla, fixes several missing graphics in it.
[src/mame/drivers]legionna.c

r32002 Monday 8th September, 2014 at 19:40:45 UTC by Fabio Priuli
some more antic refactorization. nw.
[src/mame/includes]atari.h
[src/mame/video]antic.c atari.c

r32001 Monday 8th September, 2014 at 19:12:33 UTC by hap
heh
[src/mame/drivers]raiden2.c

r32000 Monday 8th September, 2014 at 19:12:15 UTC by Oliver Stöneberg
unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixes logging of unhandled exceptions in validation (nw)
[src/emu]validity.c validity.h

r31999 Monday 8th September, 2014 at 19:09:47 UTC by O. Galibert
misc (nw)
[src/mame/drivers]raiden2.c

r31998 Monday 8th September, 2014 at 19:04:06 UTC by hap
sprite layer disable bit
[src/mame/drivers]raiden2.c

r31997 Monday 8th September, 2014 at 18:46:40 UTC by Oliver Stöneberg
moved tagged_list:: out of tagged_list to make it catch-able / handle add_exception / updated exception handling unidasm to match the main one and return a proper exitcode in case of an error (nw)
[src/emu]clifront.c machine.c
[src/lib/util]tagmap.h
[src/tools]unidasm.c

r31996 Monday 8th September, 2014 at 18:36:12 UTC by Wilbert Pol
(MESS) sms.c: Fixed lphaser regression.  [Enik Land]
[src/emu/bus/sega8]sega8_slot.c
[src/mess/machine]sms.c

r31995 Monday 8th September, 2014 at 18:25:05 UTC by Oliver Stöneberg
removed -Wno-strict-overflow for GCC 4.9 (nw)
[src/build]flags_gcc.mak

r31994 Monday 8th September, 2014 at 16:20:23 UTC by hap
fix warning (this was useless anyway: m_temp is really temporary)
[src/emu/cpu/m6809]hd6309.c

r31993 Monday 8th September, 2014 at 13:55:48 UTC by Fabio Priuli
fix error when attempting to mount a cart designed for the A800 right slot (e.g. Monkey Wrench II)
into a system without the right slot. nw.
[src/mess/drivers]atari400.c

r31992 Monday 8th September, 2014 at 12:20:30 UTC by Fabio Priuli
let's give antic its own include. nw.
[src/mame/includes]atari.h
[src/mame/video]antic.c antic.h* atari.c

r31991 Monday 8th September, 2014 at 12:11:56 UTC by Oliver Stöneberg
unreachable code warning fixes for tools (nw)
[src/mess/tools/imgtool/modules]hp48.c psion.c
[src/tools]nltool.c

r31990 Monday 8th September, 2014 at 12:08:59 UTC by Oliver Stöneberg
forgot two unreachable code fixes (nw)
[src/mess/machine]apple3.c macadb.c

r31989 Monday 8th September, 2014 at 12:00:45 UTC by Oliver Stöneberg
fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw)
[src/emu]ioport.c
[src/emu/bus/a2bus]a2applicard.c a2hsscsi.c a2scsi.c a2vulcan.c
[src/emu/bus/coco]cococart.c
[src/emu/bus/gba]rom.c
[src/emu/bus/isa]aga.c gus.c isa.c s3virge.c
[src/emu/bus/msx_slot]cartridge.c
[src/emu/bus/neogeo]kof98_prot.c
[src/emu/bus/nes]mmc5.c
[src/emu/bus/nubus]nubus.c nubus_cb264.c nubus_m2hires.c nubus_m2video.c nubus_spec8.c nubus_specpdq.c nubus_wsportrait.c pds30_30hr.c pds30_cb264.c pds30_mc30.c pds30_procolor816.c
[src/emu/bus/pci]i82439tx.c mpc105.c
[src/emu/bus/scsi]scsihle.c
[src/emu/bus/snes]bsx.c
[src/emu/cpu]drcbec.c drcbex64.c drcbex86.c uml.c
[src/emu/cpu/8x300]8x300.c
[src/emu/cpu/adsp2100]adsp2100.c
[src/emu/cpu/am29000]am29000.c
[src/emu/cpu/arm]arm.c
[src/emu/cpu/arm7]arm7.c arm7ops.c
[src/emu/cpu/cop400]cop400.c
[src/emu/cpu/dsp16]dsp16dis.c
[src/emu/cpu/dsp32]dsp32.c
[src/emu/cpu/dsp56k]dsp56mem.c dsp56pcu.c
[src/emu/cpu/es5510]es5510.c
[src/emu/cpu/h8]h8_adc.c
[src/emu/cpu/hcd62121]hcd62121_ops.h
[src/emu/cpu/i8085]i8085.c
[src/emu/cpu/i8089]i8089_channel.c
[src/emu/cpu/i86]i86.c
[src/emu/cpu/i960]i960.c
[src/emu/cpu/m68000]m68kcpu.c
[src/emu/cpu/m6809]hd6309.c konami.c
[src/emu/cpu/mb86233]mb86233.c
[src/emu/cpu/mcs48]mcs48.c
[src/emu/cpu/mcs51]mcs51.c
[src/emu/cpu/mips]mips3com.c r3000.c
[src/emu/cpu/mn10200]mn102dis.c
[src/emu/cpu/powerpc]ppccom.c
[src/emu/cpu/rsp]rsp.c rspdrc.c
[src/emu/cpu/score]score.c
[src/emu/cpu/se3208]se3208.c se3208dis.c
[src/emu/cpu/sh4]sh3comn.c
[src/emu/cpu/sharc]sharc.c
[src/emu/cpu/tlcs90]tlcs90.c
[src/emu/cpu/tms32031]tms32031.c
[src/emu/cpu/tms32082]mp_ops.c
[src/emu/cpu/tms9900]9900dasm.c
[src/emu/cpu/v60]v60.c
[src/emu/cpu/z180]z180.c
[src/emu/cpu/z8]z8.c
[src/emu/cpu/z80]z80.c
[src/emu/debug]debugcpu.c
[src/emu/machine]53c810.c 68307tmu.c adc0808.c ds2404.c jvsdev.c k033906.c mb89352.c mc68328.c mc6843.c ncr5380.c ncr5380n.c ncr5390.c ncr539x.c netlist.c nscsi_bus.c s3c44b0.c strata.c upd71071.c wd33c93.c z80dma.c
[src/emu/netlist]nl_setup.c
[src/emu/video]ef9340_1.c mc6847.c pc_vga.c
[src/mame/drivers]konamim2.c
[src/mame/machine]amiga.c archimds.c cdi070.c cdicdic.c megadriv.c
[src/mame/video]n64.c
[src/mess/drivers]fmtowns.c hp49gp.c ip22.c laser3k.c mac.c mz2500.c pc88va.c rainbow.c replicator.c smc777.c vidbrain.c
[src/mess/machine]6883sam.c apple2.c apple2gs.c c65.c concept.c fm_scsi.c genpc.c mac.c macpci.c msx_matsushita.c msx_s1985.c pc9801_118.c pc9801_26.c pc9801_86.c pce_cd.c psxcd.c
[src/mess/video]apple2.c fm7.c gba.c gime.c mac.c newport.c
[src/osd/sdl]sdlfile.c sdlmain.c

r31988 Monday 8th September, 2014 at 10:10:01 UTC by David Haywood
clear highscores + bookkeeping info from elfin rom (nw)
[src/mame/drivers]dgpix.c

r31987 Monday 8th September, 2014 at 08:16:12 UTC by Jürgen Buchmüller
Branch '/branches/amiga' deleted
[/branches]amiga

r31986 Monday 8th September, 2014 at 07:51:14 UTC by Miodrag Milanović
Do web serving in main thread (nw)
[src/emu]machine.c webengine.c webengine.h
[src/emu/debug]debugcpu.c
[src/emu/ui]ui.c

r31985 Monday 8th September, 2014 at 07:37:00 UTC by Miodrag Milanović
Fixed linking for MAME (nw)
[src/emu/bus]bus.mak
[src/emu/video]video.mak

r31984 Monday 8th September, 2014 at 06:48:59 UTC by Miodrag Milanović
Updated to latest mongoose (nw)
[src/lib/web]mongoose.c mongoose.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team