Note Feed

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

Previous 50 199869 Revisions Next 50

r35283 Thursday 26th February, 2015 at 15:11:28 UTC by Olivier Galibert
naomi MHz hack
[src/mame/drivers]naomi.c

r35282 Thursday 26th February, 2015 at 15:11:28 UTC by Olivier Galibert
m68000: New experimental M68000 core [O. Galibert]
[src/emu/cpu]cpu.mak
[src/emu/cpu/m68000x]m68000.c* m68000.h* m68000.lst* m68kmake.py*
[src/mess/drivers]atarist.c
[src/mess/includes]atarist.h
[src/mess/video]atarist.c

r35281 Thursday 26th February, 2015 at 15:11:28 UTC by Olivier Galibert
Local config
[/trunk]makefile
[src/emu]emucore.h
[src/emu/cpu]cpu.mak
[src/emu/ui]ui.c
[src/osd/modules/netdev]taptun.c

r35280 Thursday 26th February, 2015 at 15:11:19 UTC by Olivier Galibert
ip22: blast through firmware bug
[src/mess/drivers]ip22.c

r35279 Thursday 26th February, 2015 at 14:21:57 UTC by David Haywood
improvements to monkelf (bootleg of avspirit), now playable [iq_132]
[src/mame/drivers]megasys1.c
[src/mame/includes]megasys1.h
[src/mame/video]megasys1.c

r35278 Thursday 26th February, 2015 at 12:56:36 UTC by Alex W. Jackson
Various 8-bit Tecmo drivers: use configured banks (nw)
[src/mame/drivers]tbowl.c tecmo.c wc90.c wc90b.c
[src/mame/includes]tbowl.h wc90.h wc90b.h

r35277 Thursday 26th February, 2015 at 07:26:58 UTC by Couriersud
Fix other builds. Still fighting a bit with eGit. (nw)
[src/osd/modules]osdwindow.h

r35276 Thursday 26th February, 2015 at 05:21:30 UTC by Vasantha Crabb
Speculatively fill in what couriersud forgot to commit.  This is
probably horribly wrong, but it fixes the build and renders video OS X
with the OpenGL renderer.  Treat it as an interim fix to keep things
working (for some values of "working") until couriersud commits the
actual code.
[src/osd/modules]osdwindow.h*

r35275 Thursday 26th February, 2015 at 01:17:19 UTC by David Haywood
new clones
Nitro Ball (World, set 2) [Bill D. / The Dumping Union]

parent set was marked as 'US' but I think it's a World set because there's no Winners Don't Use Drugs logo to be found in the attract sequence and Data East were pretty consistent with that in this era.
[src/mame]mame.lst
[src/mame/drivers]rohga.c

r35274 Thursday 26th February, 2015 at 00:40:30 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/emu/bus]bus.mak
[src/emu/bus/scsi]omti5100.c* omti5100.h*
[src/emu/machine]machine.mak omti5100.c omti5100.h pic8259.c wd_fdc.c
[src/mess]mess.mak
[src/mess/drivers]pcd.c tispeak.c
[src/mess/machine]pcd_kbd.c* pcd_kbd.h*
[src/osd/windows]windows.mak

r35273 Thursday 26th February, 2015 at 00:40:18 UTC by Couriersud
Moved opengl related stuff to modules/opengl
[src/osd/modules/opengl]SDL1211_opengl.h* gl_shader_mgr.c* gl_shader_mgr.h* gl_shader_tool.c* gl_shader_tool.h* osd_opengl.h*
[src/osd/modules/opengl/shader]genc.sh* glsl_bilinear.vsh* glsl_bilinear_idx16_lut.fsh* glsl_bilinear_idx16_lut.fsh.c* glsl_bilinear_rgb32_dir.fsh* glsl_bilinear_rgb32_dir.fsh.c* glsl_bilinear_rgb32_lut.fsh* glsl_bilinear_rgb32_lut.fsh.c* glsl_general.vsh* glsl_general.vsh.c* glsl_plain.vsh* glsl_plain_idx16_lut.fsh* glsl_plain_idx16_lut.fsh.c* glsl_plain_rgb32_dir.fsh* glsl_plain_rgb32_dir.fsh.c* glsl_plain_rgb32_lut.fsh* glsl_plain_rgb32_lut.fsh.c*
[src/osd/sdl]SDL1211_opengl.h drawogl.c gl_shader_mgr.c gl_shader_mgr.h gl_shader_tool.c gl_shader_tool.h osd_opengl.h sdl.mak video.h window.h
[src/osd/sdl/shader]genc.sh glsl_bilinear.vsh glsl_bilinear_idx16_lut.fsh glsl_bilinear_idx16_lut.fsh.c glsl_bilinear_rgb32_dir.fsh glsl_bilinear_rgb32_dir.fsh.c glsl_bilinear_rgb32_lut.fsh glsl_bilinear_rgb32_lut.fsh.c glsl_general.vsh glsl_general.vsh.c glsl_plain.vsh glsl_plain_idx16_lut.fsh glsl_plain_idx16_lut.fsh.c glsl_plain_rgb32_dir.fsh glsl_plain_rgb32_dir.fsh.c glsl_plain_rgb32_lut.fsh glsl_plain_rgb32_lut.fsh.c
[src/osd/windows]video.c video.h window.h windows.mak

r35272 Thursday 26th February, 2015 at 00:38:49 UTC by Couriersud
Fix memory leak warning (autorelease pool) on OSX. [Couriersud]
[3rdparty/portmidi/pm_mac]osxsupport.m
[src/emu/bus]bus.mak
[src/emu/bus/scsi]omti5100.c omti5100.h
[src/emu/machine]machine.mak omti5100.c* omti5100.h* pic8259.c wd_fdc.c
[src/mess]mess.mak
[src/mess/drivers]pcd.c tispeak.c
[src/mess/machine]pcd_kbd.c pcd_kbd.h
[src/osd/windows]windows.mak

r35271 Thursday 26th February, 2015 at 00:29:25 UTC by hap
update notes
[src/mess/drivers]tispeak.c

r35270 Wednesday 25th February, 2015 at 23:26:16 UTC by Carl
pic8259: int line works even in polling mode (pcd depends on this, go figure)(nw)
wd_fdc: show busy status for a moment if seeking to current track (nw)
[src/emu/machine]pic8259.c wd_fdc.c

r35269 Wednesday 25th February, 2015 at 23:11:52 UTC by Carl
(mess) pcd keyboard and partial scsi [Carl]
---
Need one more change before it boots
[src/emu/bus]bus.mak
[src/emu/bus/scsi]omti5100.c* omti5100.h*
[src/emu/machine]machine.mak omti5100.c omti5100.h
[src/mess]mess.mak
[src/mess/drivers]pcd.c
[src/mess/machine]pcd_kbd.c* pcd_kbd.h*

r35268 Wednesday 25th February, 2015 at 22:56:43 UTC by Carl
fix building qt debugger on windows (nw)
[src/osd/windows]windows.mak

r35267 Wednesday 25th February, 2015 at 22:44:17 UTC by Couriersud
Enable OpenGL renderer on Windows. By default, run-time function
resolution is enabled.
To resolve addresses, the code now first tries GetProcAddress followed
by wglGetProcAddress. [Couriersud]
[src/lib/util]coretmpl.h
[src/osd/sdl]drawogl.c gl_shader_mgr.c gl_shader_mgr.h gl_shader_tool.c gl_shader_tool.h osd_opengl.h sdl.mak video.c
[src/osd/windows]windows.mak

r35266 Wednesday 25th February, 2015 at 21:16:51 UTC by hap
started a generic driver for TMS1000 MCU handhelds.

and put a skeleton of Enten Baseball in it, because ducks
[src/mess]mess.lst mess.mak
[src/mess/drivers]hh_tms1k.c*
[src/mess/layout]ebball.lay*

r35265 Wednesday 25th February, 2015 at 18:40:56 UTC by Osso
taotaido.c: use configured banks (nw)
[src/mame/drivers]taotaido.c

r35264 Wednesday 25th February, 2015 at 18:15:57 UTC by Osso
jchan.c: added save state support (nw)
[src/mame/drivers]jchan.c

r35263 Wednesday 25th February, 2015 at 17:58:12 UTC by Osso
junofrst.c: enabled save state support (nw)
[src/emu/sound]flt_rc.c
[src/mame/drivers]junofrst.c

r35262 Wednesday 25th February, 2015 at 17:57:15 UTC by Osso
jongkyo.c: added missing save state (nw)
[src/mame/drivers]jongkyo.c

r35261 Wednesday 25th February, 2015 at 17:56:44 UTC by Osso
mosaic.c, tagteam.c, taotaido.c: added / enabled save state support (nw)
[src/mame/drivers]mosaic.c tagteam.c taotaido.c
[src/mame/includes]mosaic.h tagteam.h taotaido.h
[src/mame/video]mosaic.c tagteam.c taotaido.c

r35260 Wednesday 25th February, 2015 at 14:28:03 UTC by Vasantha Crabb
Fix assert on opening empty watchpoints/breakpoints windows
[src/emu/debug]dvbpoints.c dvwpoints.c

r35259 Wednesday 25th February, 2015 at 09:03:55 UTC by hap
seanriddle verified merlin rom, also added PLAs
[src/mess/drivers]merlin.c

r35258 Wednesday 25th February, 2015 at 07:09:13 UTC by Miodrag Milanović
Cleanups and version bump
[/tags]mame0159*

r35257 Wednesday 25th February, 2015 at 07:09:13 UTC by Miodrag Milanović
Cleanups and version bump
[src]version.c
[src/emu]fileio.h render.h video.c
[src/emu/bus/a2bus]a2bus.h
[src/emu/bus/cpc]smartwatch.c smartwatch.h
[src/emu/bus/nes_ctrl]bcbattle.c miracle.c
[src/emu/bus/snes_ctrl]bcbattle.c bcbattle.h ctrl.h joypad.c joypad.h miracle.c mouse.c mouse.h multitap.c pachinko.c sscope.c sscope.h twintap.c
[src/emu/cpu/amis2000]amis2000.c amis2000.h amis2000d.c amis2000op.inc
[src/emu/cpu/i386]i386ops.h
[src/emu/cpu/m6502]m4510.c
[src/emu/cpu/m68000]m68000.h m68kcpu.h
[src/emu/cpu/ucom4]ucom4.c ucom4.h ucom4d.c ucom4op.inc
[src/emu/debug]dvbpoints.c dvwpoints.c
[src/emu/drivers]xtal.h
[src/emu/machine]jvshost.c
[src/emu/sound]saa1099.c
[src/emu/video]scn2674.c scn2674.h
[src/lib]lib.mak
[src/lib/formats]ap2_dsk.c
[src/mame]mame.lst
[src/mame/audio]seibu.c t5182.c t5182.h
[src/mame/drivers]armedf.c bnstars.c comebaby.c cops.c cps2.c cyclemb.c d9final.c darkmist.c dlair2.c dreambal.c exidyttl.c expro02.c fuukifg3.c galivan.c galpani2.c galpani3.c galpanic.c gladiatr.c gluck2.c goodejan.c gunsmoke.c hornet.c igs011.c limenko.c lordgun.c mastboy.c mcr.c namcops2.c naomi.c nbmj9195.c nwk-tr.c panicr.c peplus.c pipeline.c progolf.c quizo.c rabbit.c raiden2.c ramtek.c retofinv.c segaorun.c sengokmj.c sidepckt.c silvmil.c skeetsht.c skyarmy.c snowbros.c statriv2.c taitottl.c tecmosys.c tmmjprd.c welltris.c wink.c xxmissio.c
[src/mame/includes]bloodbro.h chaknpop.h darkmist.h dcon.h exzisus.h fastfred.h fuukifg2.h fuukifg3.h galpani2.h gladiatr.h gsword.h iqblock.h kaneko16.h liberate.h lordgun.h mustache.h nb1414m4.h pirates.h quizpani.h raiden.h retofinv.h rollrace.h scotrsht.h seicross.h shadfrce.h shootout.h sidepckt.h silkroad.h skydiver.h snowbros.h speedatk.h tecmo.h tecmo16.h tecmosys.h tehkanwc.h thedeep.h tnzs.h vball.h wc90.h welltris.h wrally.h wwfsstar.h xorworld.h xxmissio.h
[src/mame/machine]mie.c nb1414m4.c tait8741.c tnzs.c
[src/mame/video]bloodbro.c chaknpop.c darkmist.c dcon.c decospr.c fastfred.c gladiatr.c gsword.c iqblock.c kaneko_spr.c liberate.c mustache.c quizpani.c retofinv.c scotrsht.c shadfrce.c shootout.c skydiver.c tecmo.c tecmo16.c tecmosys.c tehkanwc.c vball.c welltris.c wwfsstar.c xxmissio.c
[src/mess/audio]gamate.c
[src/mess/drivers]alnchase.c c65.c c65_old.c edracula.c gamate.c ngen.c pc9801.c pcd.c snes.c splitsec.c tb303.c tc4.c tispeak.c tmtennis.c wildfire.c
[src/mess/includes]gamate.h
[src/mess/machine]amstrad.c apple3.c beta.c c65_old.c
[src/mess/osd/windows]windows.mak
[src/mess/video]apple3.c
[src/osd/modules/debugger]debugwin.c
[src/osd/modules/debugger/osx]debugcommandhistory.h debugconsole.h debugview.h debugwindowhandler.h deviceinfoviewer.h devicesviewer.h disassemblyviewer.h errorlogviewer.h memoryviewer.h pointsviewer.h
[src/osd/modules/debugger/win]consolewininfo.c consolewininfo.h debugbaseinfo.c debugbaseinfo.h debugviewinfo.c debugviewinfo.h debugwin.h debugwininfo.c debugwininfo.h disasmbasewininfo.c disasmbasewininfo.h disasmviewinfo.c disasmviewinfo.h disasmwininfo.c disasmwininfo.h editwininfo.c editwininfo.h logwininfo.c logwininfo.h memoryviewinfo.c memoryviewinfo.h memorywininfo.c memorywininfo.h pointswininfo.c pointswininfo.h uimetrics.c uimetrics.h
[src/osd/modules/netdev]pcap.c
[src/osd/sdl]blit13.h draw13.c drawbgfx.c drawogl.c drawsdl.c sdl.mak video.h window.c window.h
[src/osd/windows]d3dhlsl.h drawbgfx.c drawdd.c drawgdi.c video.h window.h windows.mak

r35256 Wednesday 25th February, 2015 at 07:06:12 UTC by Fabio Priuli
these were needed too. nw.
[hash]megadriv.xml

r35255 Wednesday 25th February, 2015 at 00:34:25 UTC by hap
added wildfire 7seg decoder
[src/emu/cpu/amis2000]amis2000.h
[src/mess/drivers]wildfire.c

r35254 Wednesday 25th February, 2015 at 00:21:57 UTC by hap
added support for defining a 7seg decoder table for AMI S2000
[src/emu/cpu/amis2000]amis2000.h amis2000op.inc
[src/emu/cpu/tms0980]tms0980.c tms0980.h
[src/mess/drivers]tispeak.c

r35253 Wednesday 25th February, 2015 at 00:12:54 UTC by Alex W. Jackson
toki.c: use configured banks, modernize gfx layouts (nw)
[src/mame/drivers]toki.c

r35252 Tuesday 24th February, 2015 at 22:37:03 UTC by hap
added notes
[src/mess/drivers]tispeak.c

r35251 Tuesday 24th February, 2015 at 20:16:08 UTC by James Wallace
Fixed regression with bfm_sc2 reels (nw)
[src/mame/drivers]bfm_sc2.c

r35250 Tuesday 24th February, 2015 at 18:10:52 UTC by Miodrag Milanović
Fixed USE_BGFX build for SDL (nw)
[src/osd/sdl]drawbgfx.c

r35249 Tuesday 24th February, 2015 at 11:31:17 UTC by MetalliC
(MESS) fix Timex ZX-clones regression (nw)
[src/mess/drivers]pentagon.c spec128.c timex.c
[src/mess/includes]spectrum.h
[src/mess/video]spectrum.c timex.c

r35248 Tuesday 24th February, 2015 at 09:52:46 UTC by Vasantha Crabb
OS/2 patches for SDLMAME v0.158 [KO Myung-Hun]
[3rdparty/mongoose]mongoose.c
[3rdparty/sqlite3]sqlite3.c
[src/mame/video]chihiro.c
[src/osd/modules/lib]osdlib_os2.c
[src/osd/modules/sync]sync_os2.c
[src/osd/sdl]sdl.mak sdlfile.c sdlos_os2.c

r35247 Tuesday 24th February, 2015 at 07:31:23 UTC by Fabio Priuli
a few fixes and additions. nw.
[hash]gba.xml megadriv.xml

r35246 Tuesday 24th February, 2015 at 06:18:32 UTC by Peter Ferrie
Merge branch 'master' of https://github.com/mamedev/mame
[/trunk]makefile
[hash]pico.xml tutor.xml
[src/emu]render.c render.h rendersw.inc
[src/emu/bus]bus.mak
[src/emu/bus/cpc]smartwatch.c* smartwatch.h*
[src/lib/util]palette.h
[src/mame]mame.lst
[src/mame/drivers]chihiro.c cps2.c namcos2.c opwolf.c retofinv.c segaorun.c seicross.c speedatk.c thedeep.c triforce.c triplhnt.c
[src/mame/includes]cps1.h retofinv.h speedatk.h thedeep.h
[src/mame/machine]retofinv.c
[src/mame/video]retofinv.c speedatk.c thedeep.c
[src/mess/drivers]alnchase.c amstrad.c edracula.c tmtennis.c wildfire.c
[src/mess/includes]amstrad.h
[src/mess/machine]amstrad.c
[src/osd/sdl]blit13.h draw13.c drawogl.c
[src/osd/windows]d3dhlsl.c drawd3d.c vconv.c

r35245 Tuesday 24th February, 2015 at 06:18:20 UTC by Peter Ferrie
(MESS) ap2_dsk.c: support oversized Apple II EDD images [Peter Ferrie]
[/trunk]makefile
[hash]pico.xml tutor.xml
[src/emu]render.c render.h rendersw.inc
[src/emu/bus]bus.mak
[src/emu/bus/cpc]smartwatch.c smartwatch.h
[src/lib/formats]ap2_dsk.c
[src/lib/util]palette.h
[src/mame]mame.lst
[src/mame/drivers]chihiro.c cps2.c namcos2.c opwolf.c retofinv.c segaorun.c seicross.c speedatk.c thedeep.c triforce.c triplhnt.c
[src/mame/includes]cps1.h retofinv.h speedatk.h thedeep.h
[src/mame/machine]retofinv.c
[src/mame/video]retofinv.c speedatk.c thedeep.c
[src/mess/drivers]alnchase.c amstrad.c edracula.c tmtennis.c wildfire.c
[src/mess/includes]amstrad.h
[src/mess/machine]amstrad.c
[src/osd/sdl]blit13.h draw13.c drawogl.c
[src/osd/windows]d3dhlsl.c drawd3d.c vconv.c

r35244 Monday 23rd February, 2015 at 22:32:42 UTC by Barry Rodewald
amstrad: added support for the Dobbertin Smart Watch
[src/emu/bus]bus.mak
[src/emu/bus/cpc]smartwatch.c* smartwatch.h*
[src/mess/drivers]amstrad.c
[src/mess/includes]amstrad.h
[src/mess/machine]amstrad.c

r35243 Monday 23rd February, 2015 at 21:54:55 UTC by Alex W. Jackson
Whoops, I knew I'd miss something in src/osd/windows (nw)
[src/osd/windows]d3dhlsl.c drawd3d.c

r35242 Monday 23rd February, 2015 at 21:14:09 UTC by hap
add cps1 video measurements by CharlesM
[src/mame/drivers]cps2.c
[src/mame/includes]cps1.h

r35241 Monday 23rd February, 2015 at 21:04:25 UTC by hap
add q-sound amp board notes
[src/mame/drivers]cps2.c

r35240 Monday 23rd February, 2015 at 19:51:32 UTC by Alex W. Jackson
render.c: render_containers now always make their own copy of the emulation palette for paletted textures, whether or not there are custom brightness/contrast/gamma settings. Fixes -mt color issues in driftout, raphero, etc. without the additional complexity introduced in fde220f4a7e955343c3b25a562d6884f94c63bdc (which has been reverted) (nw)
[src/emu]render.c render.h rendersw.inc
[src/lib/util]palette.h
[src/osd/sdl]blit13.h draw13.c drawogl.c
[src/osd/windows]drawd3d.c

r35239 Monday 23rd February, 2015 at 18:15:49 UTC by Osso
speedatk: added save state support (nw)
[src/mame/drivers]speedatk.c
[src/mame/includes]speedatk.h
[src/mame/video]speedatk.c

r35238 Monday 23rd February, 2015 at 16:48:04 UTC by Alex W. Jackson
thedeep.c: use configured banking (nw)
[src/mame/drivers]thedeep.c
[src/mame/includes]thedeep.h

r35237 Monday 23rd February, 2015 at 16:25:40 UTC by Osso
retofinv.c, thedeep.c: added save state support (nw)
[src/mame/drivers]retofinv.c seicross.c thedeep.c
[src/mame/includes]retofinv.h thedeep.h
[src/mame/machine]retofinv.c
[src/mame/video]retofinv.c thedeep.c

r35236 Monday 23rd February, 2015 at 15:59:30 UTC by hap
partypooper to the rescue
[src/mame/drivers]segaorun.c

r35235 Monday 23rd February, 2015 at 15:26:41 UTC by Justin Kerk
Fix tiny build when there are no buses (nw)
[/trunk]makefile

r35234 Monday 23rd February, 2015 at 14:57:39 UTC by Fabio Priuli
added a few new dumps from Team Europe. credits will follow in a moment. nw.
[hash]pico.xml tutor.xml

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team