Note Feed

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

Previous 50 199869 Revisions Next 50

r35233 Monday 23rd February, 2015 at 12:55:33 UTC by Oliver Stöneberg
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]namcos2.c triplhnt.c
[src/mess/drivers]alnchase.c edracula.c tmtennis.c wildfire.c

r35232 Monday 23rd February, 2015 at 12:55:28 UTC by Oliver Stöneberg
disabled another Visual Studio warning (nw)
[src/mame/drivers]namcos2.c triplhnt.c
[src/mess/drivers]alnchase.c edracula.c tmtennis.c wildfire.c
[src/osd/windows]vconv.c

r35231 Monday 23rd February, 2015 at 12:42:37 UTC by hap
this one is also barely playable without ext. artwork (also removed old obsolete note)
[src/mame/drivers]triplhnt.c

r35230 Monday 23rd February, 2015 at 12:38:20 UTC by hap
added GAME_REQUIRES_ARTWORK flag
[src/mame/drivers]namcos2.c
[src/mess/drivers]alnchase.c edracula.c tmtennis.c wildfire.c

r35229 Monday 23rd February, 2015 at 10:42:06 UTC by MetalliC
chihiro.c update
New clone added
Ghost Squad (GDX-0012) [Ripper006]

redumped outr2/gdx-0004a, wangmid/gdx-0009b [Ripper006]
[src/mame]mame.lst
[src/mame/drivers]chihiro.c

r35228 Monday 23rd February, 2015 at 10:37:18 UTC by MetalliC
notes (nw)
[src/mame/drivers]triforce.c

r35227 Monday 23rd February, 2015 at 09:49:15 UTC by Guru
opwolf.c: added the remaining DIP locations to Operation Wolf
[src/mame/drivers]opwolf.c

r35226 Monday 23rd February, 2015 at 08:43:36 UTC by Guru
oops ;-)
[src/mame/drivers]opwolf.c

r35225 Monday 23rd February, 2015 at 08:37:26 UTC by Guru
opwolf.c: added some DIP locations
[src/mame/drivers]opwolf.c

r35224 Monday 23rd February, 2015 at 08:00:57 UTC by Guru
Merge pull request #142 from mzdmommy/patch-1

updated opwolf dipswitches
[hash]microvision.xml
[src/mess/drivers]tispeak.c
[src/mess/layout]lantutor.lay snspell.lay
[src/osd/sdl]input.c osdsdl.h sdlmain.c window.c
[src/osd/windows]drawbgfx.c

r35223 Sunday 22nd February, 2015 at 22:18:43 UTC by mzdmommy
updated opwolf dipswitches

added unknown dipswitch description from manual
[hash]microvision.xml
[src/mame/drivers]opwolf.c
[src/mess/drivers]tispeak.c
[src/mess/layout]lantutor.lay snspell.lay
[src/osd/sdl]input.c osdsdl.h sdlmain.c window.c
[src/osd/windows]drawbgfx.c

r35222 Monday 23rd February, 2015 at 05:35:37 UTC by Peter Ferrie
make declarations match (nw)
[src/osd/windows]drawbgfx.c

r35221 Monday 23rd February, 2015 at 02:36:45 UTC by hap
added proper snmath cd2708 rom
[src/mess/drivers]tispeak.c
[src/mess/layout]lantutor.lay snspell.lay

r35220 Monday 23rd February, 2015 at 01:46:50 UTC by hap
seaduel also had 1 bit wrong
[hash]microvision.xml

r35219 Monday 23rd February, 2015 at 01:33:44 UTC by Couriersud
Fixed fullscreen toggling (SDL2) on OSX. Simplified multithreading
code-paths (via defines). (nw)
[src/osd/sdl]input.c osdsdl.h sdlmain.c window.c

r35218 Sunday 22nd February, 2015 at 19:34:12 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/emu/bus/gamegear]ggext.c ggext.h smsctrladp.h
[src/emu/bus/sega8]sega8_slot.c
[src/emu/bus/sms_ctrl]lphaser.c
[src/emu/debug]dvbpoints.c dvbpoints.h dvwpoints.c dvwpoints.h
[src/emu/video]315_5124.c 315_5124.h
[src/mame/drivers]bfm_sc1.c mpu4avan.c mpu4bwb.c mpu4concept.c mpu4crystal.c mpu4empire.c mpu4mdm.c mpu4misc.c mpu4mod2sw.c mpu4plasma.c mpu4sw.c mpu4union.c sumt8035.c vaportra.c wms.c
[src/mess/includes]sms.h
[src/mess/machine]sms.c
[src/osd/modules/debugger/osx]breakpointsview.m consoleview.m debugview.h debugview.m debugwindowhandler.m disassemblyview.m errorlogview.m memoryview.m registersview.m watchpointsview.m

r35217 Sunday 22nd February, 2015 at 19:24:16 UTC by Couriersud
WM_DESTROY may be send multiple times. This also fixes
-bench X crashes. (nw)
[src/osd/windows]window.c

r35216 Sunday 22nd February, 2015 at 16:37:46 UTC by Couriersud
Fix 32bit build of sdlmame on Win32. (nw)
[src/emu/bus/gamegear]ggext.c ggext.h smsctrladp.h
[src/emu/bus/sega8]sega8_slot.c
[src/emu/bus/sms_ctrl]lphaser.c
[src/emu/debug]dvbpoints.c dvbpoints.h dvwpoints.c dvwpoints.h
[src/emu/video]315_5124.c 315_5124.h
[src/mame/drivers]bfm_sc1.c mpu4avan.c mpu4bwb.c mpu4concept.c mpu4crystal.c mpu4empire.c mpu4mdm.c mpu4misc.c mpu4mod2sw.c mpu4plasma.c mpu4sw.c mpu4union.c sumt8035.c vaportra.c wms.c
[src/mess/includes]sms.h
[src/mess/machine]sms.c
[src/osd/modules/debugger/osx]breakpointsview.m consoleview.m debugview.h debugview.m debugwindowhandler.m disassemblyview.m errorlogview.m memoryview.m registersview.m watchpointsview.m
[src/osd/sdl]sdl.mak

r35215 Sunday 22nd February, 2015 at 18:41:40 UTC by Fabio Priuli
this is not mechanical, from what I could gather around in the web... nw.
[src/mame/drivers]bfm_sc1.c

r35214 Sunday 22nd February, 2015 at 18:40:47 UTC by Fabio Priuli
added the GAME_MECHANICAL flag to a few drivers that should have had it. nw.
[src/mame/drivers]mpu4avan.c mpu4bwb.c mpu4concept.c mpu4crystal.c mpu4empire.c mpu4mdm.c mpu4misc.c mpu4mod2sw.c mpu4plasma.c mpu4sw.c mpu4union.c sumt8035.c wms.c

r35213 Sunday 22nd February, 2015 at 18:39:07 UTC by Fabio Priuli
(MESS) sms: improved the code for the Light Phaser, by simplifying the routines
and making them slightly faster. [Enik Land]
[src/emu/bus/gamegear]ggext.c ggext.h smsctrladp.h
[src/emu/bus/sega8]sega8_slot.c
[src/emu/bus/sms_ctrl]lphaser.c
[src/emu/video]315_5124.c 315_5124.h
[src/mess/includes]sms.h
[src/mess/machine]sms.c

r35212 Sunday 22nd February, 2015 at 17:23:13 UTC by Vasantha Crabb
Many fixes for breakpoints/watchpoints views
* Fix sorting - qsort needs a ternary -1/0/1 comparator
* Get rid of the redundant enums - using a funciton pointer is far more concise
* Reduce number of allocations and use less expensive functions when updating
* Fix off-by-one error that could cause a crash when clicking the views
* Get rid of double iteration
[src/emu/debug]dvbpoints.c dvbpoints.h dvwpoints.c dvwpoints.h

r35211 Sunday 22nd February, 2015 at 17:23:12 UTC by Vasantha Crabb
Add a whole line scroll mode to make breakpoints/watchpoints header work nicely
[src/osd/modules/debugger/osx]breakpointsview.m consoleview.m debugview.h debugview.m disassemblyview.m errorlogview.m memoryview.m registersview.m watchpointsview.m

r35210 Sunday 22nd February, 2015 at 17:23:12 UTC by Vasantha Crabb
More intelligible auto window position code
[src/osd/modules/debugger/osx]debugwindowhandler.m

r35209 Sunday 22nd February, 2015 at 17:23:12 UTC by Vasantha Crabb
Make opening a break/watchpoints window work better if there are already ten or more of them
[src/emu/debug]dvbpoints.c dvwpoints.c

r35208 Sunday 22nd February, 2015 at 16:06:03 UTC by David Haywood
verified vaportra clocks [system11]

(note, doesn't fix the music speedup issue when firing, you have to kludge the clocks lower to do that)
(note 2: there are PAL listings in the driver, but also PALs in some of the romsets, can somebody verify they match and remove?)
[src/mame/drivers]vaportra.c

r35207 Sunday 22nd February, 2015 at 15:39:25 UTC by Couriersud
More alignment of code:
- HDC is passed differently to gdi renderer (the only one using it).
- Merged sdl_window_config and win_window_config into osd_window_config.
- Use osd_window_config instead of replicating individual member
variables in osd_window.
[src/osd/sdl]draw13.c drawogl.c drawsdl.c video.c video.h window.c window.h
[src/osd/windows]drawbgfx.c drawd3d.c drawd3d.h drawdd.c drawgdi.c drawnone.c video.c video.h window.c window.h winmenu.c

r35206 Sunday 22nd February, 2015 at 15:07:32 UTC by Couriersud
Mark gamate_palette as ATTR_UNUSED. (nw)
[src/mess/drivers]gamate.c

r35205 Sunday 22nd February, 2015 at 14:31:37 UTC by Samuele Zannoli
Merge branch 'master' of https://github.com/mamedev/mame
[src/mess]mess.mak
[src/mess/audio]gamate.c*
[src/mess/drivers]gamate.c
[src/mess/includes]gamate.h*

r35204 Sunday 22nd February, 2015 at 14:31:04 UTC by Samuele Zannoli
i386.c: updates for the future and more [Samuele Zannoli]
- add infrastructure to support opcodes ?? 0f 38 ?? and ?? 0f 3a ??
- add placeholders in opcode table for all instructions not yet implemented
- fix opcode group 0f 73
- add opcode group 66 0f 73
- move sse opcodes movd movdqa to their own routine
- move sse opcodes pinsrw pextrw to ther own routine
- add opcodes punpcklbw punpcklwd punpckldq punpcklqdq
[src/emu/cpu/i386]i386.c i386.h i386ops.h pentops.inc
[src/mess]mess.mak
[src/mess/audio]gamate.c
[src/mess/drivers]gamate.c
[src/mess/includes]gamate.h

r35203 Sunday 22nd February, 2015 at 10:45:55 UTC by Miodrag Milanović
(MESS)-gamate: audio emulation [Peter Trauner]
[src/mess]mess.mak
[src/mess/audio]gamate.c*
[src/mess/drivers]gamate.c
[src/mess/includes]gamate.h*

r35202 Sunday 22nd February, 2015 at 10:12:00 UTC by Vasantha Crabb
Slight improvement in Cocoa debug view performance
[src/osd/modules/debugger/osx]debugconsole.m debugview.h debugview.m debugwindowhandler.m disassemblyviewer.m errorlogviewer.m memoryviewer.m pointsviewer.m

r35201 Sunday 22nd February, 2015 at 10:12:00 UTC by Vasantha Crabb
Fix SDL1 builds
[src/osd/sdl]video.c video.h

r35200 Sunday 22nd February, 2015 at 10:11:59 UTC by Vasantha Crabb
Fix build on OSX
[/trunk]makefile
[src/ldplayer]ldplayer.mak

r35199 Sunday 22nd February, 2015 at 09:45:14 UTC by Brian Troha
ssv.c: Minor doc update about the Ultra X review version - NW
[src/mame/drivers]ssv.c

r35198 Sunday 22nd February, 2015 at 08:13:41 UTC by Osso
seicross.c: added save state support (nw)
[src/mame/drivers]seicross.c
[src/mame/includes]seicross.h
[src/mame/video]seicross.c

r35197 Sunday 22nd February, 2015 at 07:52:05 UTC by Osso
shadfrce.c: added save state support (nw)
[src/mame/drivers]shadfrce.c
[src/mame/includes]shadfrce.h
[src/mame/video]shadfrce.c

r35196 Sunday 22nd February, 2015 at 03:43:48 UTC by R. Belmont
(MESS) apple3: Implement 'smooth scrolling' feature for all video modes. [R. Belmont]
[src/mess/includes]apple3.h
[src/mess/machine]apple3.c
[src/mess/video]apple3.c

r35195 Sunday 22nd February, 2015 at 01:52:01 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/mess/tools/castool]castool.mak
[src/mess/tools/floptool]floptool.mak
[src/mess/tools/imgtool]imgtool.mak

r35194 Sunday 22nd February, 2015 at 01:34:36 UTC by Vasantha Crabb
More minor improvements to Cocoa debugger (nw)
[src/osd/modules/debugger/osx]debugview.h debugview.m

r35193 Sunday 22nd February, 2015 at 01:34:36 UTC by Vasantha Crabb
If verinfo.py fails don't touch the output file, so subsequent builds won't think it's up-to-date
[src/build]verinfo.py
[src/mess/osd/windows]windows.mak
[src/mess/tools/castool]castool.mak
[src/mess/tools/floptool]floptool.mak
[src/mess/tools/imgtool]imgtool.mak
[src/osd/sdl]sdl.mak
[src/osd/windows]windows.mak
[src/ume/osd/windows]windows.mak

r35192 Sunday 22nd February, 2015 at 01:46:54 UTC by Couriersud
Make sure mess tools end up in $(BIN) if defined. (nw)
[src/mess/tools/castool]castool.mak
[src/mess/tools/floptool]floptool.mak
[src/mess/tools/imgtool]imgtool.mak

r35191 Sunday 22nd February, 2015 at 01:31:31 UTC by Couriersud
Fix ldplayer linking. (nw)
[/trunk]makefile

r35190 Sunday 22nd February, 2015 at 00:14:37 UTC by Couriersud
Make OpenGL renderer available in mainline build as well. This needs to
be explicitly enabled by specifying USE_OPENGL=1. More code alignment.
[Couriersud]
[src/osd/modules/lib]osdobj_common.h
[src/osd/sdl]draw13.c drawogl.c gl_shader_mgr.c gl_shader_tool.h input.c osdsdl.h sdlmain.c video.c video.h window.h
[src/osd/windows]drawd3d.c drawdd.c video.c video.h window.c window.h windows.mak winmain.c winmain.h

r35189 Saturday 21st February, 2015 at 22:48:11 UTC by Vasantha Crabb
Merge branch 'build-faster' of https://github.com/ramiropolla/mame

Conflicts:
  src/osd/sdl/sdl.mak
[/trunk]makefile
[3rdparty/bgfx].gitignore README.md
[3rdparty/bgfx/3rdparty/ib-compress]readbitstream.h
[3rdparty/bgfx/3rdparty/ocornut-imgui]imgui.cpp imgui.h
[3rdparty/bgfx/examples/02-metaballs]metaballs.cpp
[3rdparty/bgfx/examples/08-update]update.cpp
[3rdparty/bgfx/examples/13-stencil]stencil.cpp
[3rdparty/bgfx/examples/14-shadowvolumes]shadowvolumes.cpp
[3rdparty/bgfx/examples/16-shadowmaps]shadowmaps.cpp
[3rdparty/bgfx/examples/17-drawstress]drawstress.cpp
[3rdparty/bgfx/examples/18-ibl]ibl.cpp
[3rdparty/bgfx/examples/common]bgfx_utils.cpp common.h cube_atlas.cpp shaderlib.sh
[3rdparty/bgfx/examples/common/entry]cmd.cpp cmd.h entry.cpp entry_osx.mm entry_p.h entry_x11.cpp input.cpp input.h
[3rdparty/bgfx/examples/common/font]font_manager.cpp text_buffer_manager.cpp
[3rdparty/bgfx/examples/common/imgui]fs_imgui_latlong.bin.h* fs_imgui_latlong.sc* imgui.cpp imgui.h ocornut_imgui.cpp vs_imgui_latlong.bin.h* vs_imgui_latlong.sc*
[3rdparty/bgfx/examples/common/nanovg]fontstash.h nanovg_bgfx.cpp
[3rdparty/bgfx/include]bgfx.c99.h bgfx.h bgfxplatform.h
[3rdparty/bgfx/scripts]bgfx.lua
[3rdparty/bgfx/src]bgfx.cpp bgfx_compute.sh bgfx_p.h glcontext_egl.cpp glcontext_egl.h glcontext_glx.cpp glcontext_glx.h glcontext_wgl.cpp glcontext_wgl.h glimports.h image.cpp image.h renderer_d3d11.cpp renderer_d3d12.cpp renderer_gl.cpp
[3rdparty/bx/include/bx]macros.h
[3rdparty/bx/tools/bin/darwin]genie
[3rdparty/bx/tools/bin/linux]genie
[3rdparty/bx/tools/bin/windows]genie.exe
[3rdparty/genie]README.md
[3rdparty/genie/build/gmake.darwin]genie.make
[3rdparty/genie/build/gmake.linux]genie.make
[3rdparty/genie/build/gmake.windows]genie.make
[3rdparty/genie/src/actions/make]make_cpp.lua
[3rdparty/genie/src/host]scripts.c
[3rdparty/mongoose]LICENSE README.md mongoose.c
[3rdparty/mongoose/docs]SSL.md
[3rdparty/mongoose/examples/http_client]Makefile
[3rdparty/sqlite3]sqlite3.c
[hash]microvision.xml pencil2.xml uzebox.xml
[src/build]build.mak flags_clang.mak flags_gcc.mak makelist.c makelist.py* verinfo.c verinfo.py*
[src/emu]addrmap.h audit.c device.h diserial.c diserial.h fileio.c fileio.h input.c input.h ioport.c memory.c render.c render.h save.c save.h schedule.c sound.c tilemap.c
[src/emu/bus/abckb]abc99.c
[src/emu/bus/coco]coco_multi.c
[src/emu/bus/isa]gblaster.c sblaster.c
[src/emu/bus/pc_kbd]ec1841.c iskr1030.c pcat84.c pcxt83.c
[src/emu/bus/rs232]keyboard.c
[src/emu/cpu]cpu.mak
[src/emu/cpu/amis2000]amis2000.c amis2000.h amis2000d.c amis2000op.inc
[src/emu/cpu/i386]i386.h x87ops.inc
[src/emu/cpu/i86]i186.c
[src/emu/cpu/m6502]m6502.h
[src/emu/cpu/m68000]m68000.h m68kcpu.c m68kcpu.h
[src/emu/cpu/psx]dma.c
[src/emu/cpu/ucom4]ucom4.c* ucom4.h* ucom4d.c* ucom4op.inc*
[src/emu/debug]dvbpoints.c dvbpoints.h dvmemory.c dvmemory.h dvwpoints.c dvwpoints.h
[src/emu/machine]6850acia.c i8251.c ins8250.c mc2661.c wd_fdc.c wozfdc.c z80dart.c
[src/emu/sound]saa1099.c saa1099.h
[src/emu/video]psx.c scn2674.c* scn2674.h* video.mak
[src/lib]lib.mak
[src/lib/formats]flex_dsk.c flex_dsk.h kaypro_dsk.c kaypro_dsk.h mbee_dsk.c mbee_dsk.h pc98_dsk.c trd_dsk.c trd_dsk.h
[src/mame]mame.lst mame.mak
[src/mame/audio]skydiver.c t5182.c t5182.h
[src/mame/drivers]aleck64.c alg.c armedf.c bestleag.c bingor.c bloodbro.c bnstars.c buggychl.c cchance.c cclimber.c chaknpop.c champbas.c circus.c cops.c cyclemb.c d9final.c darkmist.c dcon.c dlair2.c dreamwld.c equites.c expro02.c exzisus.c fuukifg2.c fuukifg3.c galivan.c galpani2.c galpanic.c gladiatr.c gluck2.c goodejan.c gsword.c gunsmoke.c hornet.c igs011.c igs_m027.c iqblock.c jpmsys5.c liberate.c lindbergh.c manohman.c mastboy.c mcr.c megadrvb.c mitchell.c mpu4vid.c ms32.c mustache.c n8080.c namcops2.c naomi.c nbmj9195.c nmk16.c nwk-tr.c panicr.c peplus.c pipeline.c pirates.c pokechmp.c progolf.c quizo.c quizpani.c rabbit.c raiden2.c scotrsht.c segaorun.c segas16b.c segas32.c sengokmj.c shootout.c shougi.c sidearms.c sidepckt.c silvmil.c skeetsht.c skyarmy.c skydiver.c snowbros.c srmp5.c ssv.c st_mp100.c statriv2.c supduck.c tapatune.c taxidriv.c tecmo.c tecmo16.c tecmosys.c tehkanwc.c tmmjprd.c tnzs.c toki.c triforce.c vamphalf.c vball.c wc90.c welltris.c wink.c wrally.c wwfsstar.c xorworld.c xxmissio.c
[src/mame/includes]armedf.h bloodbro.h chaknpop.h darkmist.h dcon.h exzisus.h fuukifg2.h fuukifg3.h galivan.h galpanic.h gladiatr.h gsword.h iqblock.h liberate.h mustache.h nb1414m4.h pirates.h quizpani.h scotrsht.h shootout.h sidepckt.h skydiver.h snowbros.h taxidriv.h tecmo.h tecmo16.h tecmosys.h tehkanwc.h tnzs.h toki.h vball.h wc90.h welltris.h wrally.h wwfsstar.h xorworld.h xxmissio.h
[src/mame/layout]superbug.lay
[src/mame/machine]315-5838_317-0229_comp.c 315-5881_crypt.c 315_5296.c chaknpop.c nb1414m4.c pgmcrypt.c pgmcrypt.h tait8741.c tecmosys.c tnzs.c wrally.c
[src/mame/video]bloodbro.c buggychl.c chaknpop.c darkmist.c dcon.c decospr.c decospr.h exzisus.c fuukifg2.c fuukifg3.c galpani2.c galpanic.c gladiatr.c gsword.c iqblock.c kaneko_spr.c kaneko_spr.h liberate.c mustache.c pirates.c quizpani.c scn2674.c scn2674.h scotrsht.c shootout.c sidepckt.c skydiver.c taxidriv.c tecmo.c tecmo16.c tecmosys.c tehkanwc.c toki.c vball.c wc90.c welltris.c wrally.c wwfsstar.c xorworld.c xxmissio.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]advision.c alesis.c alnchase.c* amaztron.c atm.c c65.c cnsector.c comp4.c edracula.c* elecdet.c hx20.c indiana.c kaypro.c mbee.c merlin.c ngen.c pc9801.c pcd.c pencil2.c pentagon.c prestige.c pt68k4.c samcoupe.c scorpion.c simon.c slicer.c spec128.c splitsec.c starwbc.c stopthie.c tb303.c* tc4.c* ti74.c ticalc1x.c tispeak.c tmtennis.c* uzebox.c wildfire.c zorba.c
[src/mess/includes]alesis.h kaypro.h mbee.h
[src/mess/layout]alnchase.lay* bankshot.lay* edracula.lay* tb303.lay* tc4.lay* tmtennis.lay* wildfire.lay
[src/mess/machine]apollo.c beta.c beta.h kaypro.c mbee.c ngen_kb.c ngen_kb.h pc1512kb.c pc9801_86.c victor9kb.c wangpckb.c
[src/mess/osd/windows]windows.mak
[src/mess/tools/imgtool/modules]ti990hd.c
[src/mess/video]mbee.c spectrum.c
[src/osd/modules/debugger]debugosx.h debugosx.m debugqt.c debugwin.c
[src/osd/modules/debugger/osx]breakpointsview.h* breakpointsview.m* consoleview.h* consoleview.m* debugcommandhistory.h* debugcommandhistory.m* debugconsole.h* debugconsole.m* debugosx.h* debugview.h* debugview.m* debugwindowhandler.h* debugwindowhandler.m* deviceinfoviewer.h* deviceinfoviewer.m* devicesviewer.h* devicesviewer.m* disassemblyview.h* disassemblyview.m* disassemblyviewer.h* disassemblyviewer.m* errorlogview.h* errorlogview.m* errorlogviewer.h* errorlogviewer.m* memoryview.h* memoryview.m* memoryviewer.h* memoryviewer.m* pointsviewer.h* pointsviewer.m* registersview.h* registersview.m* watchpointsview.h* watchpointsview.m*
[src/osd/modules/debugger/qt]breakpointswindow.c* breakpointswindow.h* dasmwindow.c* dasmwindow.h* debuggerview.c* debuggerview.h* debugqtbreakpointswindow.c debugqtbreakpointswindow.h debugqtdasmwindow.c debugqtdasmwindow.h debugqtdeviceinformationwindow.c debugqtdeviceinformationwindow.h debugqtdeviceswindow.c debugqtdeviceswindow.h debugqtlogwindow.c debugqtlogwindow.h debugqtmainwindow.c debugqtmainwindow.h debugqtmemorywindow.c debugqtmemorywindow.h debugqtview.c debugqtview.h debugqtwindow.c debugqtwindow.h deviceinformationwindow.c* deviceinformationwindow.h* deviceswindow.c* deviceswindow.h* logwindow.c* logwindow.h* mainwindow.c* mainwindow.h* memorywindow.c* memorywindow.h* windowqt.c* windowqt.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/sound]direct_sound.c js_sound.c sdl_sound.c
[src/osd/osdmini]osdmini.mak
[src/osd/sdl]draw13.c drawbgfx.c drawogl.c drawsdl.c input.c input.h osdsdl.h sdl.mak sdlmain.c testkeys.c video.c video.h window.c window.h
[src/osd/windows]d3dcomm.h d3dhlsl.c d3dhlsl.h drawbgfx.c drawd3d.c drawd3d.h drawdd.c drawgdi.c drawnone.c input.c vconv.c video.c video.h window.c window.h windows.mak winmain.c winmain.h winprefix.h
[src/tools]chdman.c unidasm.c
[src/ume/osd/windows]windows.mak

r35188 Monday 2nd February, 2015 at 21:49:24 UTC by Ramiro Polla
Only evaluate sdl- and pkg-config commands once
[/trunk]makefile
[3rdparty/bgfx].gitignore README.md
[3rdparty/bgfx/3rdparty/ib-compress]readbitstream.h
[3rdparty/bgfx/3rdparty/ocornut-imgui]imgui.cpp imgui.h
[3rdparty/bgfx/examples/02-metaballs]metaballs.cpp
[3rdparty/bgfx/examples/08-update]update.cpp
[3rdparty/bgfx/examples/13-stencil]stencil.cpp
[3rdparty/bgfx/examples/14-shadowvolumes]shadowvolumes.cpp
[3rdparty/bgfx/examples/16-shadowmaps]shadowmaps.cpp
[3rdparty/bgfx/examples/17-drawstress]drawstress.cpp
[3rdparty/bgfx/examples/18-ibl]ibl.cpp
[3rdparty/bgfx/examples/common]bgfx_utils.cpp common.h cube_atlas.cpp shaderlib.sh
[3rdparty/bgfx/examples/common/entry]cmd.cpp cmd.h entry.cpp entry_osx.mm entry_p.h entry_x11.cpp input.cpp input.h
[3rdparty/bgfx/examples/common/font]font_manager.cpp text_buffer_manager.cpp
[3rdparty/bgfx/examples/common/imgui]fs_imgui_latlong.bin.h fs_imgui_latlong.sc imgui.cpp imgui.h ocornut_imgui.cpp vs_imgui_latlong.bin.h vs_imgui_latlong.sc
[3rdparty/bgfx/examples/common/nanovg]fontstash.h nanovg_bgfx.cpp
[3rdparty/bgfx/include]bgfx.c99.h bgfx.h bgfxplatform.h
[3rdparty/bgfx/scripts]bgfx.lua
[3rdparty/bgfx/src]bgfx.cpp bgfx_compute.sh bgfx_p.h glcontext_egl.cpp glcontext_egl.h glcontext_glx.cpp glcontext_glx.h glcontext_wgl.cpp glcontext_wgl.h glimports.h image.cpp image.h renderer_d3d11.cpp renderer_d3d12.cpp renderer_gl.cpp
[3rdparty/bx/include/bx]macros.h
[3rdparty/bx/tools/bin/darwin]genie
[3rdparty/bx/tools/bin/linux]genie
[3rdparty/bx/tools/bin/windows]genie.exe
[3rdparty/genie]README.md
[3rdparty/genie/build/gmake.darwin]genie.make
[3rdparty/genie/build/gmake.linux]genie.make
[3rdparty/genie/build/gmake.windows]genie.make
[3rdparty/genie/src/actions/make]make_cpp.lua
[3rdparty/genie/src/host]scripts.c
[3rdparty/mongoose]LICENSE README.md mongoose.c
[3rdparty/mongoose/docs]SSL.md
[3rdparty/mongoose/examples/http_client]Makefile
[3rdparty/sqlite3]sqlite3.c
[hash]microvision.xml pencil2.xml uzebox.xml
[src/build]build.mak flags_clang.mak flags_gcc.mak makelist.c* makelist.py verinfo.c* verinfo.py
[src/emu]addrmap.h audit.c device.h diserial.c diserial.h fileio.c fileio.h input.c input.h ioport.c memory.c render.c render.h save.c save.h schedule.c sound.c tilemap.c
[src/emu/bus/abckb]abc99.c
[src/emu/bus/coco]coco_multi.c
[src/emu/bus/isa]gblaster.c sblaster.c
[src/emu/bus/pc_kbd]ec1841.c iskr1030.c pcat84.c pcxt83.c
[src/emu/bus/rs232]keyboard.c
[src/emu/cpu]cpu.mak
[src/emu/cpu/amis2000]amis2000.c amis2000.h amis2000d.c amis2000op.inc
[src/emu/cpu/i386]i386.h x87ops.inc
[src/emu/cpu/i86]i186.c
[src/emu/cpu/m6502]m6502.h
[src/emu/cpu/m68000]m68000.h m68kcpu.c m68kcpu.h
[src/emu/cpu/psx]dma.c
[src/emu/cpu/ucom4]ucom4.c ucom4.h ucom4d.c ucom4op.inc
[src/emu/debug]dvbpoints.c dvbpoints.h dvmemory.c dvmemory.h dvwpoints.c dvwpoints.h
[src/emu/machine]6850acia.c i8251.c ins8250.c mc2661.c wd_fdc.c wozfdc.c z80dart.c
[src/emu/sound]saa1099.c saa1099.h
[src/emu/video]psx.c scn2674.c scn2674.h video.mak
[src/lib]lib.mak
[src/lib/formats]flex_dsk.c flex_dsk.h kaypro_dsk.c kaypro_dsk.h mbee_dsk.c* mbee_dsk.h* pc98_dsk.c trd_dsk.c trd_dsk.h
[src/mame]mame.lst mame.mak
[src/mame/audio]skydiver.c t5182.c t5182.h
[src/mame/drivers]aleck64.c alg.c armedf.c bestleag.c bingor.c bloodbro.c bnstars.c buggychl.c cchance.c cclimber.c chaknpop.c champbas.c circus.c cops.c cyclemb.c d9final.c darkmist.c dcon.c dlair2.c dreamwld.c equites.c expro02.c exzisus.c fuukifg2.c fuukifg3.c galivan.c galpani2.c galpanic.c gladiatr.c gluck2.c goodejan.c gsword.c gunsmoke.c hornet.c igs011.c igs_m027.c iqblock.c jpmsys5.c liberate.c lindbergh.c manohman.c mastboy.c mcr.c megadrvb.c mitchell.c mpu4vid.c ms32.c mustache.c n8080.c namcops2.c naomi.c nbmj9195.c nmk16.c nwk-tr.c panicr.c peplus.c pipeline.c pirates.c pokechmp.c progolf.c quizo.c quizpani.c rabbit.c raiden2.c scotrsht.c segaorun.c segas16b.c segas32.c sengokmj.c shootout.c shougi.c sidearms.c sidepckt.c silvmil.c skeetsht.c skyarmy.c skydiver.c snowbros.c srmp5.c ssv.c st_mp100.c statriv2.c supduck.c tapatune.c taxidriv.c tecmo.c tecmo16.c tecmosys.c tehkanwc.c tmmjprd.c tnzs.c toki.c triforce.c vamphalf.c vball.c wc90.c welltris.c wink.c wrally.c wwfsstar.c xorworld.c xxmissio.c
[src/mame/includes]armedf.h bloodbro.h chaknpop.h darkmist.h dcon.h exzisus.h fuukifg2.h fuukifg3.h galivan.h galpanic.h gladiatr.h gsword.h iqblock.h liberate.h mustache.h nb1414m4.h pirates.h quizpani.h scotrsht.h shootout.h sidepckt.h skydiver.h snowbros.h taxidriv.h tecmo.h tecmo16.h tecmosys.h tehkanwc.h tnzs.h toki.h vball.h wc90.h welltris.h wrally.h wwfsstar.h xorworld.h xxmissio.h
[src/mame/layout]superbug.lay
[src/mame/machine]315-5838_317-0229_comp.c 315-5881_crypt.c 315_5296.c chaknpop.c nb1414m4.c pgmcrypt.c pgmcrypt.h tait8741.c tecmosys.c tnzs.c wrally.c
[src/mame/video]bloodbro.c buggychl.c chaknpop.c darkmist.c dcon.c decospr.c decospr.h exzisus.c fuukifg2.c fuukifg3.c galpani2.c galpanic.c gladiatr.c gsword.c iqblock.c kaneko_spr.c kaneko_spr.h liberate.c mustache.c pirates.c quizpani.c scn2674.c* scn2674.h* scotrsht.c shootout.c sidepckt.c skydiver.c taxidriv.c tecmo.c tecmo16.c tecmosys.c tehkanwc.c toki.c vball.c wc90.c welltris.c wrally.c wwfsstar.c xorworld.c xxmissio.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]advision.c alesis.c alnchase.c amaztron.c atm.c c65.c cnsector.c comp4.c edracula.c elecdet.c hx20.c indiana.c kaypro.c mbee.c merlin.c ngen.c pc9801.c pcd.c pencil2.c pentagon.c prestige.c pt68k4.c samcoupe.c scorpion.c simon.c slicer.c spec128.c splitsec.c starwbc.c stopthie.c tb303.c tc4.c ti74.c ticalc1x.c tispeak.c tmtennis.c uzebox.c wildfire.c zorba.c
[src/mess/includes]alesis.h kaypro.h mbee.h
[src/mess/layout]alnchase.lay bankshot.lay edracula.lay tb303.lay tc4.lay tmtennis.lay wildfire.lay
[src/mess/machine]apollo.c beta.c beta.h kaypro.c mbee.c ngen_kb.c ngen_kb.h pc1512kb.c pc9801_86.c victor9kb.c wangpckb.c
[src/mess/osd/windows]windows.mak
[src/mess/tools/imgtool/modules]ti990hd.c
[src/mess/video]mbee.c spectrum.c
[src/osd/modules/debugger]debugosx.h* debugosx.m debugqt.c debugwin.c
[src/osd/modules/debugger/osx]breakpointsview.h breakpointsview.m consoleview.h consoleview.m debugcommandhistory.h debugcommandhistory.m debugconsole.h debugconsole.m debugosx.h debugview.h debugview.m debugwindowhandler.h debugwindowhandler.m deviceinfoviewer.h deviceinfoviewer.m devicesviewer.h devicesviewer.m disassemblyview.h disassemblyview.m disassemblyviewer.h disassemblyviewer.m errorlogview.h errorlogview.m errorlogviewer.h errorlogviewer.m memoryview.h memoryview.m memoryviewer.h memoryviewer.m pointsviewer.h pointsviewer.m registersview.h registersview.m watchpointsview.h watchpointsview.m
[src/osd/modules/debugger/qt]breakpointswindow.c breakpointswindow.h dasmwindow.c dasmwindow.h debuggerview.c debuggerview.h debugqtbreakpointswindow.c* debugqtbreakpointswindow.h* debugqtdasmwindow.c* debugqtdasmwindow.h* debugqtdeviceinformationwindow.c* debugqtdeviceinformationwindow.h* debugqtdeviceswindow.c* debugqtdeviceswindow.h* debugqtlogwindow.c* debugqtlogwindow.h* debugqtmainwindow.c* debugqtmainwindow.h* debugqtmemorywindow.c* debugqtmemorywindow.h* debugqtview.c* debugqtview.h* debugqtwindow.c* debugqtwindow.h* deviceinformationwindow.c deviceinformationwindow.h deviceswindow.c deviceswindow.h logwindow.c logwindow.h mainwindow.c mainwindow.h memorywindow.c memorywindow.h windowqt.c windowqt.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/sound]direct_sound.c js_sound.c sdl_sound.c
[src/osd/osdmini]osdmini.mak
[src/osd/sdl]draw13.c drawbgfx.c drawogl.c drawsdl.c input.c input.h osdsdl.h sdl.mak sdlmain.c testkeys.c video.c video.h window.c window.h
[src/osd/windows]d3dcomm.h d3dhlsl.c d3dhlsl.h drawbgfx.c drawd3d.c drawd3d.h drawdd.c drawgdi.c drawnone.c input.c vconv.c video.c video.h window.c window.h windows.mak winmain.c winmain.h winprefix.h
[src/tools]chdman.c unidasm.c
[src/ume/osd/windows]windows.mak

r35187 Saturday 21st February, 2015 at 22:28:43 UTC by Vasantha Crabb
Cocoa debugger: suppress trailing whitespace on copy, draw background to edge, more efficient drawing
[src/osd/modules/debugger/osx]debugview.m

r35186 Saturday 21st February, 2015 at 20:41:36 UTC by hap
we had an outdated dump of pinball (1 bit was wrong)
[hash]microvision.xml

r35185 Saturday 21st February, 2015 at 17:22:46 UTC by Olivier Galibert
wozfdc: Reduce the flux inversion pulse duration to the minimum [Peter Ferrie, O. Galibert]
[src/emu/machine]wozfdc.c

r35184 Saturday 21st February, 2015 at 15:39:33 UTC by Osso
fuukifg3.c: added save state support (nw)
[src/mame/drivers]fuukifg3.c
[src/mame/includes]fuukifg3.h
[src/mame/video]fuukifg3.c

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team