Note Feed

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

Previous 50 199869 Revisions Next 50

r35133 Thursday 19th February, 2015 at 14:52:12 UTC by Miodrag Milanović
Make sqllite3 compile use CCOMFLAGS as well (nw)
[3rdparty/sqlite3]sqlite3.c
[src/lib]lib.mak

r35132 Thursday 19th February, 2015 at 12:33:22 UTC by Miodrag Milanović
Fix warning (nw)
[src/osd/windows]drawdd.c

r35131 Thursday 19th February, 2015 at 09:14:42 UTC by Olivier Galibert
Merge pull request #137 from hiroshica/master

SEGA:System-E::fantzn2 extend YM2413.

r35130 Thursday 19th February, 2015 at 07:49:58 UTC by Hiromitsu Shioya
SEGA:System-E::fantzn2 extend YM2413.
[src/mame/drivers]segae.c

r35129 Thursday 19th February, 2015 at 00:51:44 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[src/mess/drivers]tc4.c

r35128 Thursday 19th February, 2015 at 00:51:30 UTC by Angelo Salese
Changed port default for pc9801_86, Marble Madness refuses to believe that YM2608 can be at 0x088 for whatever reason
[src/mess/drivers]tc4.c
[src/mess/machine]pc9801_86.c

r35127 Thursday 19th February, 2015 at 00:11:46 UTC by hap
(MESS)New Working System Added
----------------------
Coleco Total Control 4 [hap, Sean Riddle]
[src/mess/drivers]tc4.c

r35126 Wednesday 18th February, 2015 at 23:59:10 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[src/mess/layout]tc4.lay

r35125 Wednesday 18th February, 2015 at 23:59:01 UTC by Angelo Salese
Fixed kanji attribute strips
[src/mess/drivers]pc9801.c
[src/mess/layout]tc4.lay

r35124 Wednesday 18th February, 2015 at 23:33:02 UTC by hap
improved layout
[src/mess/layout]tc4.lay

r35123 Wednesday 18th February, 2015 at 23:18:11 UTC by Angelo Salese
Merge branch 'master' of https://github.com/mamedev/mame
[src/mess/drivers]tc4.c

r35122 Wednesday 18th February, 2015 at 22:06:59 UTC by Angelo Salese
Fixed regressed GRCG data.
[src/mess/drivers]pc9801.c tc4.c

r35121 Wednesday 18th February, 2015 at 22:35:46 UTC by hap
added notes
[src/mess/drivers]tc4.c

r35120 Wednesday 18th February, 2015 at 19:14:54 UTC by MetalliC
big Triforce update:
new clones added
The Key Of Avalon: The Wizard Master (server) (Rev E) [Ripper006]
The Key Of Avalon: The Wizard Master (server) (Rev F) [Ripper006]
The Key Of Avalon: The Wizard Master (server) (Rev G) [Ripper006]
The Key Of Avalon: The Wizard Master (client) (Rev E) [Ripper006]
The Key Of Avalon: The Wizard Master (client) (Rev F) [Ripper006]
The Key Of Avalon: The Wizard Master (client) (Rev G) [Ripper006]
The Key Of Avalon 1.20 - Summon The New Monsters (server) (Rev A) [Ripper006]
The Key Of Avalon 1.20 - Summon The New Monsters (client) (Rev A) [Ripper006]
The Key Of Avalon 1.30 - Chaotic Sabbat (server) (Rev C) [Ripper006]
Gekitou Pro Yakyuu Mizushima Shinji All Stars vs. Pro Yakyuu (Rev B) [Ripper006]

redumped vs2002j/gdt-0001, avalonsc/gdt-0005c, gekpurya/gdt-0008c, avalnc13/gdt-0010c
docs & verification [MetalliC]
[src/mame]mame.lst
[src/mame/drivers]triforce.c

r35119 Wednesday 18th February, 2015 at 19:14:52 UTC by MetalliC
triforce.c: converted to chd and uncommented vs42k6ex and tcfboxa sets (nw)
[src/mame]mame.lst
[src/mame/drivers]triforce.c

r35118 Wednesday 18th February, 2015 at 17:51:18 UTC by Osso
Merge pull request #136 from cuavas/master

Two quick debugger fixes
[src/mame/drivers]gluck2.c iqblock.c progolf.c quizo.c scotrsht.c
[src/mame/includes]iqblock.h scotrsht.h
[src/mame/video]iqblock.c scotrsht.c

r35117 Wednesday 18th February, 2015 at 17:42:49 UTC by Vasantha Crabb
Fix debugger crash when setting bytes per chunk to more than current bytes per line
[src/emu/debug]dvmemory.c

r35116 Wednesday 18th February, 2015 at 17:24:57 UTC by Vasantha Crabb
Disable decrease bytes per line menu items when only one chunk per line is displayed
[src/mame/drivers]gluck2.c iqblock.c progolf.c quizo.c scotrsht.c
[src/mame/includes]iqblock.h scotrsht.h
[src/mame/video]iqblock.c scotrsht.c
[src/osd/modules/debugger/osx]deviceinfoviewer.m memoryview.m

r35115 Wednesday 18th February, 2015 at 17:43:09 UTC by Osso
quizo.c: added save state support (nw)
[src/mame/drivers]quizo.c

r35114 Wednesday 18th February, 2015 at 17:36:35 UTC by Osso
scotrsht,c: added save state support (nw)
[src/mame/drivers]scotrsht.c
[src/mame/includes]scotrsht.h
[src/mame/video]scotrsht.c

r35113 Wednesday 18th February, 2015 at 17:27:40 UTC by Osso
progolf.c: added save state support (nw)
[src/mame/drivers]progolf.c

r35112 Wednesday 18th February, 2015 at 17:26:00 UTC by Osso
iqblock.c: added save state support (nw)
[src/mame/drivers]iqblock.c
[src/mame/includes]iqblock.h
[src/mame/video]iqblock.c

r35111 Wednesday 18th February, 2015 at 17:24:09 UTC by Osso
gluck2.c: enabled save state support (nw)
[src/mame/drivers]gluck2.c

r35110 Wednesday 18th February, 2015 at 17:01:55 UTC by Miodrag Milanović
Merge pull request #135 from cuavas/master

Another round of debugger improvements
[3rdparty/bgfx/examples/02-metaballs]metaballs.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/common]bgfx_utils.cpp cube_atlas.cpp shaderlib.sh
[3rdparty/bgfx/examples/common/font]text_buffer_manager.cpp
[3rdparty/bgfx/examples/common/imgui]imgui.cpp ocornut_imgui.cpp
[3rdparty/bgfx/examples/common/nanovg]nanovg_bgfx.cpp
[3rdparty/bgfx/include]bgfx.c99.h bgfx.h
[3rdparty/bgfx/src]bgfx.cpp bgfx_p.h glcontext_egl.cpp glcontext_egl.h glcontext_glx.cpp glcontext_glx.h glcontext_wgl.cpp glcontext_wgl.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]mongoose.c
[hash]pencil2.xml
[src/emu/video]scn2674.h
[src/mame/drivers]bestleag.c pipeline.c pirates.c shootout.c sidepckt.c supduck.c
[src/mame/includes]pirates.h shootout.h sidepckt.h
[src/mame/video]pirates.c shootout.c sidepckt.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]pencil2.c splitsec.c tc4.c*
[src/mess/layout]tc4.lay*

r35109 Wednesday 18th February, 2015 at 16:19:33 UTC by Vasantha Crabb
Allow paste from OS clipboard to debugger windows (use context menu)
[src/osd/modules/debugger/osx]debugview.h debugview.m disassemblyview.m memoryview.m

r35108 Wednesday 18th February, 2015 at 15:47:41 UTC by Vasantha Crabb
Allow copying visible portion of debug view to OS clipboard
[src/osd/modules/debugger/osx]debugview.h debugview.m disassemblyview.m memoryview.m

r35107 Wednesday 18th February, 2015 at 14:55:24 UTC by Vasantha Crabb
Better autosizing for windows
[src/osd/modules/debugger]debugosx.m
[src/osd/modules/debugger/osx]debugview.m disassemblyview.m memoryview.m

r35106 Wednesday 18th February, 2015 at 14:36:11 UTC by Vasantha Crabb
Make resizing the device info windows work nicely
[src/osd/modules/debugger/osx]deviceinfoviewer.m

r35105 Wednesday 18th February, 2015 at 13:42:26 UTC by Vasantha Crabb
Add preliminary device detail windows
[src/osd/modules/debugger/osx]debugconsole.h debugconsole.m debugview.m deviceinfoviewer.h* deviceinfoviewer.m* devicesviewer.h devicesviewer.m
[src/osd/sdl]sdl.mak

r35104 Wednesday 18th February, 2015 at 07:21:36 UTC by Vasantha Crabb
Move breakpoint control code out of view class - it doesn't really belong there
[src/osd/modules/debugger/osx]debugconsole.h debugconsole.m debugview.h debugview.m debugwindowhandler.h debugwindowhandler.m disassemblyview.h disassemblyview.m disassemblyviewer.h disassemblyviewer.m memoryview.m

r35103 Tuesday 17th February, 2015 at 10:52:48 UTC by Vasantha Crabb
Allow breakpoint toggle and run-to-cursor on non-current CPUs in Qt debugger
[src/osd/modules/debugger/qt]dasmwindow.c

r35102 Tuesday 17th February, 2015 at 10:21:43 UTC by Vasantha Crabb
Intuitive mouse dragging on views supporting selection, improved click-through behaviour
[3rdparty/bgfx/examples/02-metaballs]metaballs.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/common]bgfx_utils.cpp cube_atlas.cpp shaderlib.sh
[3rdparty/bgfx/examples/common/font]text_buffer_manager.cpp
[3rdparty/bgfx/examples/common/imgui]imgui.cpp ocornut_imgui.cpp
[3rdparty/bgfx/examples/common/nanovg]nanovg_bgfx.cpp
[3rdparty/bgfx/include]bgfx.c99.h bgfx.h
[3rdparty/bgfx/src]bgfx.cpp bgfx_p.h glcontext_egl.cpp glcontext_egl.h glcontext_glx.cpp glcontext_glx.h glcontext_wgl.cpp glcontext_wgl.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]mongoose.c
[hash]pencil2.xml
[src/emu/video]scn2674.h
[src/mame/drivers]bestleag.c pipeline.c pirates.c shootout.c sidepckt.c supduck.c
[src/mame/includes]pirates.h shootout.h sidepckt.h
[src/mame/video]pirates.c shootout.c sidepckt.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]pencil2.c splitsec.c tc4.c
[src/mess/layout]tc4.lay
[src/osd/modules/debugger/osx]debugview.m

r35101 Wednesday 18th February, 2015 at 07:35:07 UTC by Miodrag Milanović
Fixed typo (nw)
[src/emu/video]scn2674.h

r35100 Wednesday 18th February, 2015 at 07:19:17 UTC by Miodrag Milanović
Update of bx, bgfx, genie and mongoose (nw)
mongoose change should fix issue on XP
[3rdparty/bgfx/examples/02-metaballs]metaballs.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/common]bgfx_utils.cpp cube_atlas.cpp shaderlib.sh
[3rdparty/bgfx/examples/common/font]text_buffer_manager.cpp
[3rdparty/bgfx/examples/common/imgui]imgui.cpp ocornut_imgui.cpp
[3rdparty/bgfx/examples/common/nanovg]nanovg_bgfx.cpp
[3rdparty/bgfx/include]bgfx.c99.h bgfx.h
[3rdparty/bgfx/src]bgfx.cpp bgfx_p.h glcontext_egl.cpp glcontext_egl.h glcontext_glx.cpp glcontext_glx.h glcontext_wgl.cpp glcontext_wgl.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]mongoose.c

r35099 Wednesday 18th February, 2015 at 01:32:38 UTC by hap
tc4 hooked up inputs and leds
[src/mess/drivers]splitsec.c tc4.c
[src/mess/layout]tc4.lay

r35098 Tuesday 17th February, 2015 at 20:46:41 UTC by hap
quick tc4 skeleton driver
[src/mess]mess.lst mess.mak
[src/mess/drivers]tc4.c*
[src/mess/layout]tc4.lay*

r35097 Tuesday 17th February, 2015 at 20:24:41 UTC by Osso
shootout.c: added save state support, removed a couple of sound trampolines (nw)
[src/mame/drivers]shootout.c
[src/mame/includes]shootout.h
[src/mame/video]shootout.c

r35096 Tuesday 17th February, 2015 at 19:57:53 UTC by Osso
sidepckt.c: added save state support (nw)
[src/mame/drivers]sidepckt.c
[src/mame/includes]sidepckt.h
[src/mame/video]sidepckt.c

r35095 Tuesday 17th February, 2015 at 19:01:28 UTC by Osso
bestleag.c: enabled save state support (nw)
[src/mame/drivers]bestleag.c

r35094 Tuesday 17th February, 2015 at 18:32:44 UTC by Osso
pipeline.c: added save state support (nw)
[src/mame/drivers]pipeline.c

r35093 Tuesday 17th February, 2015 at 18:18:44 UTC by Osso
pirates.c: enabled save state support (nw)
[src/mame/drivers]pirates.c
[src/mame/includes]pirates.h
[src/mame/video]pirates.c

r35092 Tuesday 17th February, 2015 at 18:15:28 UTC by Osso
supduck.c: enabled save state support (nw)
[src/mame/drivers]supduck.c

r35091 Tuesday 17th February, 2015 at 11:58:58 UTC by Robbbert
Merge branch 'master' of https://github.com/mamedev/mame
[src/osd/modules/debugger]debugosx.m debugqt.c
[src/osd/modules/debugger/osx]breakpointsview.h* breakpointsview.m* consoleview.h* consoleview.m* debugcommandhistory.h* debugcommandhistory.m* debugconsole.h* debugconsole.m* debugosx.h debugosxbreakpointsview.h debugosxbreakpointsview.m debugosxconsoleview.h debugosxconsoleview.m debugosxdebugcommandhistory.h debugosxdebugcommandhistory.m debugosxdebugconsole.h debugosxdebugconsole.m debugosxdebugview.h debugosxdebugview.m debugosxdebugwindowhandler.h debugosxdebugwindowhandler.m debugosxdisassemblyview.h debugosxdisassemblyview.m debugosxdisassemblyviewer.h debugosxdisassemblyviewer.m debugosxerrorlogview.h debugosxerrorlogview.m debugosxerrorlogviewer.h debugosxerrorlogviewer.m debugosxmemoryview.h debugosxmemoryview.m debugosxmemoryviewer.h debugosxmemoryviewer.m debugosxpointsviewer.h debugosxpointsviewer.m debugosxregistersview.h debugosxregistersview.m debugosxwatchpointsview.h debugosxwatchpointsview.m debugview.h* debugview.m* debugwindowhandler.h* debugwindowhandler.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/sdl]sdl.mak

r35090 Tuesday 17th February, 2015 at 11:52:06 UTC by Robbbert
(MESS) pencil2 : notes (nw)
[hash]pencil2.xml
[src/mess/drivers]pencil2.c
[src/osd/modules/debugger]debugosx.m debugqt.c
[src/osd/modules/debugger/osx]breakpointsview.h breakpointsview.m consoleview.h consoleview.m debugcommandhistory.h debugcommandhistory.m debugconsole.h debugconsole.m debugosx.h debugosxbreakpointsview.h* debugosxbreakpointsview.m* debugosxconsoleview.h* debugosxconsoleview.m* debugosxdebugcommandhistory.h* debugosxdebugcommandhistory.m* debugosxdebugconsole.h* debugosxdebugconsole.m* debugosxdebugview.h* debugosxdebugview.m* debugosxdebugwindowhandler.h* debugosxdebugwindowhandler.m* debugosxdisassemblyview.h* debugosxdisassemblyview.m* debugosxdisassemblyviewer.h* debugosxdisassemblyviewer.m* debugosxerrorlogview.h* debugosxerrorlogview.m* debugosxerrorlogviewer.h* debugosxerrorlogviewer.m* debugosxmemoryview.h* debugosxmemoryview.m* debugosxmemoryviewer.h* debugosxmemoryviewer.m* debugosxpointsviewer.h* debugosxpointsviewer.m* debugosxregistersview.h* debugosxregistersview.m* debugosxwatchpointsview.h* debugosxwatchpointsview.m* debugview.h debugview.m debugwindowhandler.h debugwindowhandler.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/sdl]sdl.mak

r35089 Tuesday 17th February, 2015 at 07:48:18 UTC by Miodrag Milanović
Merge pull request #132 from cuavas/master

More Cocoa debugger improvements
[3rdparty/mongoose]LICENSE README.md mongoose.c
[3rdparty/mongoose/docs]SSL.md
[3rdparty/mongoose/examples/http_client]Makefile
[hash]pencil2.xml
[src/emu/cpu/amis2000]amis2000.c amis2000.h amis2000op.inc
[src/emu/cpu/m68000]m68000.h m68kcpu.c m68kcpu.h
[src/mame/drivers]cclimber.c cops.c n8080.c nbmj9195.c skeetsht.c wc90.c wwfsstar.c xxmissio.c
[src/mame/includes]wc90.h wwfsstar.h xxmissio.h
[src/mame/video]wc90.c wwfsstar.c xxmissio.c
[src/mess/drivers]pencil2.c tb303.c wildfire.c
[src/osd/modules/sound]sdl_sound.c
[src/osd/osdmini]osdmini.mak
[src/osd/sdl]sdl.mak

r35088 Tuesday 17th February, 2015 at 07:09:50 UTC by Vasantha Crabb
Try not to crash on hard reset
[src/osd/modules/debugger]debugosx.m

r35087 Tuesday 17th February, 2015 at 06:32:25 UTC by Vasantha Crabb
Add devices window to cocoa debugger
[src/osd/modules/debugger]debugosx.m
[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 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/sdl]sdl.mak

r35086 Tuesday 17th February, 2015 at 06:31:54 UTC by Vasantha Crabb
Allow run-to-cursor and breakpoint set/clear/enable/disable for inactive CPUs
[src/osd/modules/debugger/osx]disassemblyview.m

r35085 Tuesday 17th February, 2015 at 06:31:52 UTC by Vasantha Crabb
* Map visited to a background colour
* Allocate colours once only
* Make disassembly view context menu easier to use again
* Console feedback for breakpoint changes
* Update views for breakpoint changes
* Map Option-/Command-click to middle/right click
* Disassembly/memory views inherit focus from parent window
[src/osd/modules/debugger]debugosx.m
[src/osd/modules/debugger/osx]debugconsole.h debugconsole.m debugview.h debugview.m debugwindowhandler.h debugwindowhandler.m disassemblyview.h disassemblyview.m disassemblyviewer.h disassemblyviewer.m memoryview.h memoryview.m memoryviewer.h memoryviewer.m registersview.h registersview.m

r35084 Tuesday 17th February, 2015 at 06:31:51 UTC by Vasantha Crabb
Remove redundant filename prefix
[src/osd/modules/debugger]debugosx.m
[src/osd/modules/debugger/osx]breakpointsview.h* breakpointsview.m* consoleview.h* consoleview.m* debugcommandhistory.h* debugcommandhistory.m* debugconsole.h* debugconsole.m* debugosxbreakpointsview.h debugosxbreakpointsview.m debugosxconsoleview.h debugosxconsoleview.m debugosxdebugcommandhistory.h debugosxdebugcommandhistory.m debugosxdebugconsole.h debugosxdebugconsole.m debugosxdebugview.h debugosxdebugview.m debugosxdebugwindowhandler.h debugosxdebugwindowhandler.m debugosxdisassemblyview.h debugosxdisassemblyview.m debugosxdisassemblyviewer.h debugosxdisassemblyviewer.m debugosxerrorlogview.h debugosxerrorlogview.m debugosxerrorlogviewer.h debugosxerrorlogviewer.m debugosxmemoryview.h debugosxmemoryview.m debugosxmemoryviewer.h debugosxmemoryviewer.m debugosxpointsviewer.h debugosxpointsviewer.m debugosxregistersview.h debugosxregistersview.m debugosxwatchpointsview.h debugosxwatchpointsview.m debugview.h* debugview.m* debugwindowhandler.h* debugwindowhandler.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/sdl]sdl.mak

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team