Note Feed

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

Previous 50 199869 Revisions Next 50

r34383 Wednesday 14th January, 2015 at 00:54:46 UTC by Couriersud
Avoid inline osd calls in header file.
[src/emu]devfind.c devfind.h

r34382 Wednesday 14th January, 2015 at 00:05:38 UTC by Couriersud
OSD Updates:

- OSD can now use OPTION_COMMAND; added execute_command handler to
osd_interface.
- moved list_network_devices and list_midi_devices to OSD
[src/emu]clifront.c clifront.h cliopts.c cliopts.h emu.mak
[src/osd]osdepend.c osdepend.h
[src/osd/modules/lib]osdobj_common.c osdobj_common.h

r34381 Tuesday 13th January, 2015 at 19:46:02 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[/trunk]makefile
[3rdparty/lsqlite3]lsqlite3.c
[3rdparty/lua]Makefile README
[3rdparty/lua/doc]contents.html lua.1 lua.css manual.html readme.html
[3rdparty/lua/src]Makefile lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h loslib.c lparser.c lparser.h lprefix.h* lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltm.c ltm.h lua.c lua.h luac.c luaconf.h lualib.h lundump.c lundump.h lutf8lib.c* lvm.c lvm.h lzio.c lzio.h
[src/emu]luaengine.c
[src/emu/imagedev]floppy.c
[src/emu/sound]qs1000.c
[src/emu/ui]imginfo.c imginfo.h
[src/lib]lib.mak
[src/mame/drivers]20pacgal.c dec0.c segajw.c
[src/mame/includes]dec0.h
[src/mame/machine]dec0.c
[src/mame/video]dec0.c decbac06.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]elecdet.c* gamate.c stopthie.c ticalc1x.c
[src/mess/layout]elecdet.lay*
[src/osd/modules/debugger]debugqt.c
[src/osd/windows]winprefix.h

r34380 Tuesday 13th January, 2015 at 19:23:00 UTC by Couriersud
Untangled options inheritance. Previously code locked in osd_options
locking any potential future OSD to these.
Options inheritance now is

core_options
emu_options
cli_options
osd_options
[sdl|win]_osd_options

This required a number of minor changes to other code as well.
Tested on linux-sdl, windows-sdl, windows-mainline, osx-sdl
[/trunk]makefile
[3rdparty/lsqlite3]lsqlite3.c
[3rdparty/lua]Makefile README
[3rdparty/lua/doc]contents.html lua.1 lua.css manual.html readme.html
[3rdparty/lua/src]Makefile lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h loslib.c lparser.c lparser.h lprefix.h lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltm.c ltm.h lua.c lua.h luac.c luaconf.h lualib.h lundump.c lundump.h lutf8lib.c lvm.c lvm.h lzio.c lzio.h
[src/emu]clifront.c clifront.h cliopts.c* cliopts.h* emuopts.c emuopts.h image.c luaengine.c
[src/emu/imagedev]floppy.c
[src/emu/sound]qs1000.c
[src/emu/ui]imginfo.c imginfo.h
[src/lib]lib.mak
[src/mame/drivers]20pacgal.c dec0.c segajw.c
[src/mame/includes]dec0.h
[src/mame/machine]dec0.c
[src/mame/video]dec0.c decbac06.c
[src/mess]mess.lst mess.mak
[src/mess/drivers]elecdet.c gamate.c stopthie.c ticalc1x.c
[src/mess/layout]elecdet.lay
[src/osd]osdepend.c osdepend.h
[src/osd/modules/debugger]debugqt.c
[src/osd/modules/lib]osdobj_common.c osdobj_common.h
[src/osd/sdl]osdsdl.h sdlmain.c
[src/osd/windows]winmain.c winmain.h winprefix.h

r34379 Tuesday 13th January, 2015 at 19:44:31 UTC by Peter Ferrie
(MESS) floppy.c: initialise error code instead of crashing when menu loads bad image [Peter Ferrie]
[src/emu/imagedev]floppy.c

r34378 Tuesday 13th January, 2015 at 19:21:56 UTC by Osso
qs1000_device: added save state support (nw)
[src/emu/sound]qs1000.c

r34377 Tuesday 13th January, 2015 at 19:14:13 UTC by Osso
dec0.c: added save state support (nw)
[src/mame/drivers]dec0.c
[src/mame/includes]dec0.h
[src/mame/machine]dec0.c
[src/mame/video]dec0.c decbac06.c

r34376 Tuesday 13th January, 2015 at 18:16:38 UTC by Miodrag Milanović
Good enough (nw)
[src/osd/windows]winprefix.h

r34375 Tuesday 13th January, 2015 at 17:44:26 UTC by Miodrag Milanović
Made all compile for Lua 5.3 (nw)
[/trunk]makefile
[3rdparty/lsqlite3]lsqlite3.c
[3rdparty/lua/src]lmathlib.c loslib.c
[src/emu]luaengine.c
[src/lib]lib.mak

r34374 Tuesday 13th January, 2015 at 16:59:12 UTC by Miodrag Milanović
Update to Lua 5.3
[3rdparty/lua]Makefile README
[3rdparty/lua/doc]contents.html lua.1 lua.css manual.html readme.html
[3rdparty/lua/src]Makefile lapi.c lapi.h lauxlib.c lauxlib.h lbaselib.c lbitlib.c lcode.c lcode.h lcorolib.c lctype.c lctype.h ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.c lfunc.h lgc.c lgc.h linit.c liolib.c llex.c llex.h llimits.h lmathlib.c lmem.c lmem.h loadlib.c lobject.c lobject.h lopcodes.c lopcodes.h loslib.c lparser.c lparser.h lprefix.h* lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltable.h ltablib.c ltm.c ltm.h lua.c lua.h luac.c luaconf.h lualib.h lundump.c lundump.h lutf8lib.c* lvm.c lvm.h lzio.c lzio.h

r34373 Tuesday 13th January, 2015 at 16:48:41 UTC by Miodrag Milanović
Merge branch 'master' of https://github.com/mamedev/mame
[src/mame/drivers]segajw.c
[src/mess/drivers]gamate.c

r34372 Tuesday 13th January, 2015 at 16:48:12 UTC by Miodrag Milanović
Placed change back
[src/mame/drivers]segajw.c
[src/mess/drivers]gamate.c
[src/osd/windows]winprefix.h

r34371 Tuesday 13th January, 2015 at 13:48:16 UTC by hap
Merge pull request #102 from einstein95/patch-1

Update segajw year (nw)
[/trunk]makefile
[src/lib]lib.mak
[src/mess/drivers]gamate.c
[src/osd/windows]winprefix.h

r34370 Tuesday 13th January, 2015 at 05:56:16 UTC by Logan B
Update segajw year (nw)

Internal credits give a copyright date of 1991
[/trunk]makefile
[src/lib]lib.mak
[src/mame/drivers]segajw.c
[src/mess/drivers]gamate.c
[src/osd/windows]winprefix.h

r34369 Tuesday 13th January, 2015 at 12:59:46 UTC by Miodrag Milanović
removed unused code (nw)
[src/mess/drivers]gamate.c

r34368 Tuesday 13th January, 2015 at 10:51:05 UTC by Miodrag Milanović
For x64 builds force Win7 minimum (nw)
[src/osd/windows]winprefix.h

r34367 Tuesday 13th January, 2015 at 10:50:42 UTC by Miodrag Milanović
Use $(INCPATH) only where needed
[/trunk]makefile
[src/lib]lib.mak

r34366 Monday 12th January, 2015 at 23:25:22 UTC by Scott Stone
Added inputs for Service Mode Volume control (+/-) for specific to 25pacgal. (nw)
[src/mame/drivers]20pacgal.c

r34365 Monday 12th January, 2015 at 21:40:44 UTC by hap
(MESS)Game added or promoted to working
------------------
Electronic Detective [hap, Sean Riddle]
[src/mess]mess.lst mess.mak
[src/mess/drivers]elecdet.c* stopthie.c ticalc1x.c
[src/mess/layout]elecdet.lay*

r34364 Monday 12th January, 2015 at 21:42:48 UTC by Carl
debugqt: alternatively... (nw)
[src/osd/modules/debugger]debugqt.c

r34363 Monday 12th January, 2015 at 21:46:22 UTC by Fabio Priuli
ui: simplified Image Information code and made it fully display for
systems with many image devices. [Fabio Priuli]

out of whatsnew: compare old and new with a system like smssdisp
to see what the "fully display" refers to ;-)
[src/emu/ui]imginfo.c imginfo.h

r34362 Monday 12th January, 2015 at 21:25:00 UTC by Carl
debugqt: get machine from somewhere (nw)
[src/osd/modules/debugger]debugqt.c

r34361 Monday 12th January, 2015 at 19:33:56 UTC by Fabio Priuli
minor ui cleanup. nw.
[src/emu/ui]barcode.c selgame.c tapectrl.c

r34360 Monday 12th January, 2015 at 18:58:20 UTC by Miodrag Milanović
(MESS)gamate : added newer bios and emulated protection [PeT]
[src/mess/drivers]gamate.c

r34359 Monday 12th January, 2015 at 18:54:01 UTC by hap
renamed tispeak.lh to snspell.lh
[src/mess]mess.mak
[src/mess/drivers]tispeak.c
[src/mess/layout]snspell.lay* tispeak.lay

r34358 Monday 12th January, 2015 at 18:50:01 UTC by hap
copypasted my generic led-anti-flicker routine, tispeak needs it when it combines digit symbols eg. number+dot.

Also added lamp outputs per digit segments, this makes it possible to have custom external artwork with accurate TI digit shapes.
[src/mess/drivers]tispeak.c
[src/mess/layout]lantutor.lay tispeak.lay

r34357 Monday 12th January, 2015 at 18:38:33 UTC by hap
TI30 higher clock
[src/mess/drivers]ticalc1x.c

r34356 Monday 12th January, 2015 at 17:23:10 UTC by Stiletto
Minor comment fix: Mitsubishi M50805 is a speech synthesis chip.

Thanks to B00daW for the correction.
[src/emu/bus/nes]pt554.c

r34355 Monday 12th January, 2015 at 15:24:39 UTC by David Haywood
Idenfitied 'psychic5a' as the World / Overseas version, and the current parent as the Japan version, swapped them and named them as such [The Cutting Room Floor]
- see http://tcrf.net/Psychic_5
[src/mame]mame.lst
[src/mame/drivers]psychic5.c

r34354 Monday 12th January, 2015 at 01:20:20 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[3rdparty/portmidi/pm_mac]readbinaryplist.h

r34353 Monday 12th January, 2015 at 01:19:14 UTC by Couriersud
Converted back osd_interface into a pure interface.
The previous version just exhibited any member of osd_interface to the
core. This one limits core access to osd to those functions originally
specified.
There is room for improvement going forward here in the design. Left
FIXMEs where appropriate. (nw)
[src/emu]clifront.c
[src/osd]osdepend.c osdepend.h
[src/osd/modules/debugger]debugint.c debugint.h debugosx.h debugosx.m debugqt.c debugqt.h debugwin.c debugwin.h none.c none.h
[src/osd/modules/lib]osdobj_common.c* osdobj_common.h*
[src/osd/modules/sound]direct_sound.c direct_sound.h none.c none.h sdl_sound.c sdl_sound.h
[src/osd/sdl]osdsdl.h output.c sdl.mak sdlmain.c
[src/osd/windows]windows.mak winmain.c winmain.h

r34352 Monday 12th January, 2015 at 01:10:57 UTC by Couriersud
Remove some "@". These should be used in the command definition.
[/trunk]makefile
[3rdparty/portmidi/pm_mac]readbinaryplist.h

r34351 Sunday 11th January, 2015 at 18:04:02 UTC by Miodrag Milanović
missed this one (nw)
[3rdparty/portmidi/pm_mac]readbinaryplist.h

r34350 Sunday 11th January, 2015 at 16:08:34 UTC by Miodrag Milanović
Merge branch 'master' of https://github.com/mamedev/mame
[src/emu/bus/nes]aladdin.c datach.c karastudio.c sunsoft_dcs.c
[src/emu/ui]miscmenu.c

r34349 Sunday 11th January, 2015 at 16:08:03 UTC by Miodrag Milanović
Added include of stdarg to support some platforms (nw)
[src/osd]osdcore.h

r34348 Sunday 11th January, 2015 at 16:07:19 UTC by Miodrag Milanović
Move expat.h include to c file (nw)
[src/emu]softlist.c softlist.h
[src/emu/bus/nes]aladdin.c datach.c karastudio.c sunsoft_dcs.c
[src/emu/ui]miscmenu.c

r34347 Sunday 11th January, 2015 at 14:25:28 UTC by Fabio Priuli
(MESS) nes: these options should have been internal. nw.
[src/emu/bus/nes]aladdin.c datach.c karastudio.c sunsoft_dcs.c

r34346 Sunday 11th January, 2015 at 14:24:46 UTC by Fabio Priuli
ui: added "[Internal]" string to slot options that are not user-configurable
and fixed some internal options displayed as "scrollable". [Fabio Priuli]
[src/emu/ui]miscmenu.c

r34345 Sunday 11th January, 2015 at 11:53:54 UTC by Miodrag Milanović
Do not include all if not needed (nw)
[src/emu]luaengine.h

r34344 Sunday 11th January, 2015 at 09:43:24 UTC by Miodrag Milanović
Merge pull request #100 from lucab/lucab/mame-lua/devstate

luaengine: expose device state entries

r34343 Sunday 11th January, 2015 at 09:19:39 UTC by Luca Bruno
luaengine: expose device state entries

This commit exposes device_state_entry to LUA, providing methods
to enumerate available states for a device object, as well as getting
and setting their values.
It is mostly usefull to inspect and manipulate registers content.

Signed-off-by: Luca Bruno <lucab@debian.org>
[src/emu]distate.h luaengine.c luaengine.h

r34342 Sunday 11th January, 2015 at 09:19:39 UTC by Luca Bruno
luaengine: luabridge Stack<UINT64> specialization

Provide a Stack<UINT64> specialization for luabridge, later
needed by some APIs.

Signed-off-by: Luca Bruno <lucab@debian.org>
[src/emu]luaengine.c

r34341 Sunday 11th January, 2015 at 09:19:39 UTC by Luca Bruno
luaengine: fix name/tag confusion

Don't mix names and tags when exposing devices to LUA.
While at it, also provide the shortname.

Signed-off-by: Luca Bruno <lucab@debian.org>
[src/emu]luaengine.c

r34340 Sunday 11th January, 2015 at 08:53:38 UTC by Osso
dgpix.c: reduced tagmap lookups, added save state support (nw)
[src/mame/drivers]dgpix.c

r34339 Sunday 11th January, 2015 at 07:33:45 UTC by Miodrag Milanović
Fix compile and cleanup includes (nw)
[src/emu/cpu/i386]i386.h
[src/emu/cpu/m68000]m68000.h
[src/lib/util]chdcodec.c flac.h un7z.h

r34338 Sunday 11th January, 2015 at 07:30:12 UTC by Miodrag Milanović
Applied changes same as on previous source (nw)
[3rdparty/lzma/C]7zCrc.c Alloc.c Alloc.h CpuArch.c CpuArch.h LzmaDec.c LzmaDec.h LzmaEnc.c Ppmd7.c Threads.c Types.h

r34337 Sunday 11th January, 2015 at 07:29:43 UTC by Miodrag Milanović
Fix compile (nw)
[src/lib/util]un7z.h

r34336 Sunday 11th January, 2015 at 07:10:25 UTC by Miodrag Milanović
Added full lzma sdk source (nw)
[3rdparty/lzma]7zC.txt* 7zFormat.txt* 7zr.exe* Methods.txt* history.txt* lzma.exe* lzma.txt*
[3rdparty/lzma/Asm/arm]7zCrcOpt.asm*
[3rdparty/lzma/Asm/x86]7zAsm.asm* 7zCrcOpt.asm* AesOpt.asm*
[3rdparty/lzma/C]7z.h* 7zAlloc.c* 7zAlloc.h* 7zBuf.c* 7zBuf.h* 7zBuf2.c* 7zCrc.c* 7zCrc.h* 7zCrcOpt.c* 7zDec.c* 7zFile.c* 7zFile.h* 7zIn.c* 7zStream.c* 7zVersion.h* 7zVersion.rc* Alloc.c* Alloc.h* Bcj2.c* Bcj2.h* Bra.c* Bra.h* Bra86.c* BraIA64.c* CpuArch.c* CpuArch.h* Delta.c* Delta.h* LzFind.c* LzFind.h* LzFindMt.c* LzFindMt.h* LzHash.h* Lzma2Dec.c* Lzma2Dec.h* Lzma2Enc.c* Lzma2Enc.h* Lzma86.h* Lzma86Dec.c* Lzma86Enc.c* LzmaDec.c* LzmaDec.h* LzmaEnc.c* LzmaEnc.h* LzmaLib.c* LzmaLib.h* MtCoder.c* MtCoder.h* Ppmd.h* Ppmd7.c* Ppmd7.h* Ppmd7Dec.c* Ppmd7Enc.c* RotateDefs.h* Sha256.c* Sha256.h* Threads.c* Threads.h* Types.h* Xz.c* Xz.h* XzCrc64.c* XzCrc64.h* XzDec.c* XzEnc.c* XzEnc.h* XzIn.c*
[3rdparty/lzma/C/Util/7z]7z.dsp* 7z.dsw* 7zMain.c* makefile* makefile.gcc*
[3rdparty/lzma/C/Util/Lzma]LzmaUtil.c* LzmaUtil.dsp* LzmaUtil.dsw* makefile* makefile.gcc*
[3rdparty/lzma/C/Util/LzmaLib]LzmaLib.def* LzmaLib.dsp* LzmaLib.dsw* LzmaLibExports.c* makefile* resource.rc*
[3rdparty/lzma/C/Util/SfxSetup]SfxSetup.c* SfxSetup.dsp* SfxSetup.dsw* makefile* makefile_con* resource.rc* setup.ico*
[3rdparty/lzma/CPP]Build.mak*
[3rdparty/lzma/CPP/7zip]Aes.mak* Asm.mak* Crc.mak* Guid.txt* ICoder.h* IDecl.h* IPassword.h* IProgress.h* IStream.h* MyVersion.h* MyVersionInfo.rc* PropID.h* SubBuild.mak*
[3rdparty/lzma/CPP/7zip/Archive]Archive.def* Archive2.def* ArchiveExports.cpp* DllExports2.cpp* IArchive.h* LzmaHandler.cpp* SplitHandler.cpp* StdAfx.h* XzHandler.cpp*
[3rdparty/lzma/CPP/7zip/Archive/7z]7zCompressionMode.cpp* 7zCompressionMode.h* 7zDecode.cpp* 7zDecode.h* 7zEncode.cpp* 7zEncode.h* 7zExtract.cpp* 7zFolderInStream.cpp* 7zFolderInStream.h* 7zFolderOutStream.cpp* 7zFolderOutStream.h* 7zHandler.cpp* 7zHandler.h* 7zHandlerOut.cpp* 7zHeader.cpp* 7zHeader.h* 7zIn.cpp* 7zIn.h* 7zItem.h* 7zOut.cpp* 7zOut.h* 7zProperties.cpp* 7zProperties.h* 7zRegister.cpp* 7zSpecStream.cpp* 7zSpecStream.h* 7zUpdate.cpp* 7zUpdate.h* StdAfx.cpp* StdAfx.h*
[3rdparty/lzma/CPP/7zip/Archive/Common]CoderMixer2.cpp* CoderMixer2.h* CoderMixer2MT.cpp* CoderMixer2MT.h* CrossThreadProgress.cpp* CrossThreadProgress.h* DummyOutStream.cpp* DummyOutStream.h* HandlerOut.cpp* HandlerOut.h* InStreamWithCRC.cpp* InStreamWithCRC.h* ItemNameUtils.cpp* ItemNameUtils.h* MultiStream.cpp* MultiStream.h* OutStreamWithCRC.cpp* OutStreamWithCRC.h* ParseProperties.cpp* ParseProperties.h* StdAfx.h*
[3rdparty/lzma/CPP/7zip/Archive/Icons]7z.ico*
[3rdparty/lzma/CPP/7zip/Bundles/Alone7z]Alone.dsp* Alone.dsw* StdAfx.cpp* StdAfx.h* makefile* resource.rc*
[3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR]StdAfx.cpp* StdAfx.h* makefile* resource.rc*
[3rdparty/lzma/CPP/7zip/Bundles/Format7zR]StdAfx.cpp* StdAfx.h* makefile* resource.rc*
[3rdparty/lzma/CPP/7zip/Bundles/LzmaCon]LzmaAlone.cpp* LzmaCon.dsp* LzmaCon.dsw* StdAfx.cpp* StdAfx.h* makefile* makefile.gcc*
[3rdparty/lzma/CPP/7zip/Common]CWrappers.cpp* CWrappers.h* CreateCoder.cpp* CreateCoder.h* FilePathAutoRename.cpp* FilePathAutoRename.h* FileStreams.cpp* FileStreams.h* FilterCoder.cpp* FilterCoder.h* InBuffer.cpp* InBuffer.h* InOutTempBuffer.cpp* InOutTempBuffer.h* LimitedStreams.cpp* LimitedStreams.h* LockedStream.cpp* LockedStream.h* MethodId.cpp* MethodId.h* MethodProps.cpp* MethodProps.h* OffsetStream.cpp* OffsetStream.h* OutBuffer.cpp* OutBuffer.h* ProgressUtils.cpp* ProgressUtils.h* RegisterArc.h* RegisterCodec.h* StdAfx.h* StreamBinder.cpp* StreamBinder.h* StreamObjects.cpp* StreamObjects.h* StreamUtils.cpp* StreamUtils.h* VirtThread.cpp* VirtThread.h*
[3rdparty/lzma/CPP/7zip/Compress]Bcj2Coder.cpp* Bcj2Coder.h* Bcj2Register.cpp* BcjCoder.cpp* BcjCoder.h* BcjRegister.cpp* BranchCoder.cpp* BranchCoder.h* BranchMisc.cpp* BranchMisc.h* BranchRegister.cpp* ByteSwap.cpp* CodecExports.cpp* CopyCoder.cpp* CopyCoder.h* CopyRegister.cpp* DeltaFilter.cpp* Lzma2Decoder.cpp* Lzma2Decoder.h* Lzma2Encoder.cpp* Lzma2Encoder.h* Lzma2Register.cpp* LzmaDecoder.cpp* LzmaDecoder.h* LzmaEncoder.cpp* LzmaEncoder.h* LzmaRegister.cpp* PpmdDecoder.cpp* PpmdDecoder.h* PpmdEncoder.cpp* PpmdEncoder.h* PpmdRegister.cpp* RangeCoder.h* RangeCoderBit.h* StdAfx.h*
[3rdparty/lzma/CPP/7zip/UI/Client7z]Client7z.cpp* Client7z.dsp* Client7z.dsw* StdAfx.cpp* StdAfx.h* makefile*
[3rdparty/lzma/CPP/7zip/UI/Common]ArchiveCommandLine.cpp* ArchiveCommandLine.h* ArchiveExtractCallback.cpp* ArchiveExtractCallback.h* ArchiveName.cpp* ArchiveName.h* ArchiveOpenCallback.cpp* ArchiveOpenCallback.h* Bench.cpp* Bench.h* DefaultName.cpp* DefaultName.h* DirItem.h* EnumDirItems.cpp* EnumDirItems.h* ExitCode.h* Extract.cpp* Extract.h* ExtractMode.h* ExtractingFilePath.cpp* ExtractingFilePath.h* IFileExtractCallback.h* LoadCodecs.cpp* LoadCodecs.h* OpenArchive.cpp* OpenArchive.h* PropIDUtils.cpp* PropIDUtils.h* Property.h* SetProperties.cpp* SetProperties.h* SortUtils.cpp* SortUtils.h* StdAfx.h* TempFiles.cpp* TempFiles.h* Update.cpp* Update.h* UpdateAction.cpp* UpdateAction.h* UpdateCallback.cpp* UpdateCallback.h* UpdatePair.cpp* UpdatePair.h* UpdateProduce.cpp* UpdateProduce.h* WorkDir.cpp* WorkDir.h* ZipRegistry.h*
[3rdparty/lzma/CPP/7zip/UI/Console]BenchCon.cpp* BenchCon.h* ConsoleClose.cpp* ConsoleClose.h* ExtractCallbackConsole.cpp* ExtractCallbackConsole.h* List.cpp* List.h* Main.cpp* MainAr.cpp* OpenCallbackConsole.cpp* OpenCallbackConsole.h* PercentPrinter.cpp* PercentPrinter.h* StdAfx.cpp* StdAfx.h* UpdateCallbackConsole.cpp* UpdateCallbackConsole.h* UserInputUtils.cpp* UserInputUtils.h* makefile* resource.rc*
[3rdparty/lzma/CPP/Common]AutoPtr.h* Buffer.h* CRC.cpp* C_FileIO.cpp* C_FileIO.h* ComTry.h* CommandLineParser.cpp* CommandLineParser.h* Defs.h* DynamicBuffer.h* IntToString.cpp* IntToString.h* ListFileUtils.cpp* ListFileUtils.h* MyCom.h* MyException.h* MyGuidDef.h* MyInitGuid.h* MyString.cpp* MyString.h* MyUnknown.h* MyVector.cpp* MyVector.h* MyWindows.cpp* MyWindows.h* NewHandler.cpp* NewHandler.h* StdAfx.h* StdInStream.cpp* StdInStream.h* StdOutStream.cpp* StdOutStream.h* StringConvert.cpp* StringConvert.h* StringToInt.cpp* StringToInt.h* Types.h* UTFConvert.cpp* UTFConvert.h* Wildcard.cpp* Wildcard.h*
[3rdparty/lzma/CPP/Windows]DLL.cpp* DLL.h* Defs.h* Error.cpp* Error.h* FileDir.cpp* FileDir.h* FileFind.cpp* FileFind.h* FileIO.cpp* FileIO.h* FileMapping.cpp* FileMapping.h* FileName.cpp* FileName.h* Handle.h* MemoryLock.cpp* MemoryLock.h* NtCheck.h* PropVariant.cpp* PropVariant.h* PropVariantConversions.cpp* PropVariantConversions.h* Registry.cpp* Registry.h* StdAfx.h* Synchronization.cpp* Synchronization.h* System.cpp* System.h* Thread.h* Time.cpp* Time.h*
[3rdparty/lzma/CS/7zip]ICoder.cs*
[3rdparty/lzma/CS/7zip/Common]CRC.cs* CommandLineParser.cs* InBuffer.cs* OutBuffer.cs*
[3rdparty/lzma/CS/7zip/Compress/LZ]IMatchFinder.cs* LzBinTree.cs* LzInWindow.cs* LzOutWindow.cs*
[3rdparty/lzma/CS/7zip/Compress/LZMA]LzmaBase.cs* LzmaDecoder.cs* LzmaEncoder.cs*
[3rdparty/lzma/CS/7zip/Compress/LzmaAlone]LzmaAlone.cs* LzmaAlone.csproj* LzmaAlone.sln* LzmaBench.cs*
[3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties]AssemblyInfo.cs* Resources.cs* Settings.cs*
[3rdparty/lzma/CS/7zip/Compress/RangeCoder]RangeCoder.cs* RangeCoderBit.cs* RangeCoderBitTree.cs*
[3rdparty/lzma/Java/SevenZip]CRC.java* ICodeProgress.java* LzmaAlone.java* LzmaBench.java*
[3rdparty/lzma/Java/SevenZip/Compression/LZ]BinTree.java* InWindow.java* OutWindow.java*
[3rdparty/lzma/Java/SevenZip/Compression/LZMA]Base.java* Decoder.java* Encoder.java*
[3rdparty/lzma/Java/SevenZip/Compression/RangeCoder]BitTreeDecoder.java* BitTreeEncoder.java* Decoder.java* Encoder.java*
[src/lib]lib.mak
[src/lib/lib7z]7z.h 7zBuf.c 7zBuf.h 7zBuf2.c 7zCrc.c 7zCrc.h 7zCrcOpt.c 7zDec.c 7zIn.c 7zStream.c 7zVersion.h 7zVersion.rc Aes.c Aes.h AesOpt.c Alloc.c Alloc.h Bcj2.c Bcj2.h Bra.c Bra.h Bra86.c BraIA64.c BwtSort.c BwtSort.h CpuArch.c CpuArch.h Delta.c Delta.h HuffEnc.c HuffEnc.h LzFind.c LzFind.h LzFindMt.c LzFindMt.h LzHash.h Lzma2Dec.c Lzma2Dec.h Lzma2Enc.c Lzma2Enc.h Lzma86.h Lzma86Dec.c Lzma86Enc.c LzmaDec.c LzmaDec.h LzmaEnc.c LzmaEnc.h LzmaLib.c LzmaLib.h MtCoder.c MtCoder.h Ppmd.h Ppmd7.c Ppmd7.h Ppmd7Dec.c Ppmd7Enc.c Ppmd8.c Ppmd8.h Ppmd8Dec.c Ppmd8Enc.c RotateDefs.h Sha256.c Sha256.h Sort.c Sort.h Threads.c Threads.h Types.h Xz.c Xz.h XzCrc64.c XzCrc64.h XzDec.c XzEnc.c XzEnc.h XzIn.c x7zAlloc.c x7zAlloc.h x7zFile.c x7zFile.h

r34335 Saturday 10th January, 2015 at 20:45:26 UTC by Miodrag Milanović
Moved softfloat to 3rdparty (nw)
[3rdparty/softfloat]README.txt* fpu_constant.h* fsincos.c* fyl2x.c* mamesf.h* milieu.h* softfloat-macros* softfloat-specialize* softfloat.c* softfloat.h*
[src/emu/cpu/i386]i386.h
[src/emu/cpu/m68000]m68000.h
[src/lib]lib.mak
[src/lib/softfloat]README.txt fpu_constant.h fsincos.c fyl2x.c mamesf.h milieu.h softfloat-macros softfloat-specialize softfloat.c softfloat.h

r34334 Saturday 10th January, 2015 at 18:42:43 UTC by Miodrag Milanović
fix compile (nw)
[src/lib/util]flac.h

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team