Previous 199869 Revisions Next

r44330 Friday 22nd January, 2016 at 22:59:09 UTC by R. Belmont
Merge pull request #546 from ajrhacker/liberatr

liberatr: fully disentangle from atarigen, fix typo
[/branches/code_cleanup]makefile
[/branches/code_cleanup/3rdparty/bgfx].editorconfig LICENSE README.md makefile
[/branches/code_cleanup/3rdparty/bgfx/3rdparty].editorconfig
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/dxsdk/include]dxgi.h
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/etc1]LICENSE* etc1.cpp* etc1.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/freetype]freetype.h
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/libsquish]LICENSE* README* alpha.cpp* alpha.h* clusterfit.cpp* clusterfit.h* colourblock.cpp* colourblock.h* colourfit.cpp* colourfit.h* colourset.cpp* colourset.h* config.h* maths.cpp* maths.h* rangefit.cpp* rangefit.h* simd.h* simd_float.h* singlecolourfit.cpp* singlecolourfit.h* singlecolourlookup.inl* squish.cpp* squish.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/nvtt]NVIDIA_Texture_Tools_LICENSE.txt* nvtt.cpp* nvtt.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/nvtt/bc6h]bits.h* shapes_two.h* tile.h* zoh.cpp* zoh.h* zoh_utils.cpp* zoh_utils.h* zohone.cpp* zohtwo.cpp*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/nvtt/bc7]avpcl.cpp* avpcl.h* avpcl_mode0.cpp* avpcl_mode1.cpp* avpcl_mode2.cpp* avpcl_mode3.cpp* avpcl_mode4.cpp* avpcl_mode5.cpp* avpcl_mode6.cpp* avpcl_mode7.cpp* avpcl_utils.cpp* avpcl_utils.h* bits.h* endpts.h* shapes_three.h* shapes_two.h* tile.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/nvtt/nvcore]array.h* array.inl* debug.h* defsgnucdarwin.h* defsgnuclinux.h* defsgnucwin32.h* defsvcwin32.h* foreach.h* hash.h* memory.h* nvcore.h* posh.h* stdstream.h* stream.h* strlib.h* utils.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/nvtt/nvmath]fitting.cpp* fitting.h* matrix.h* matrix.inl* nvmath.h* plane.h* plane.inl* vector.h* vector.inl*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/ocornut-imgui]imgui.cpp imgui.h imgui_demo.cpp imgui_draw.cpp imgui_internal.h imgui_wm.cpp imgui_wm.h
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/pvrtc]AlphaBitmap.h* BitScale.cpp* BitScale.h* BitUtility.h* Bitmap.h* ColorRgba.h* Interval.h* LICENSE.TXT* MortonTable.cpp* MortonTable.h* Point2.h* PvrTcDecoder.cpp* PvrTcDecoder.h* PvrTcEncoder.cpp* PvrTcEncoder.h* PvrTcPacket.cpp* PvrTcPacket.h* README.md* RgbBitmap.h* RgbaBitmap.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery]LICENSE* readme.md* screenshot.png*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/lib]Remotery.c* Remotery.h*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/sample]sample.c*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/vis]index.html*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/vis/Code]Console.js* PixelTimeRange.js* Remotery.js* SampleWindow.js* ThreadFrame.js* TimelineRow.js* TimelineWindow.js* TitleWindow.js* WebSocketConnection.js*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/vis/Styles]Remotery.css*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/vis/extern/BrowserLib/Core/Code]Animation.js* Bind.js* Convert.js* Core.js* DOM.js* Keyboard.js* LocalStore.js* Mouse.js* MurmurHash3.js*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/vis/extern/BrowserLib/WindowManager/Code]Button.js* ComboBox.js* Container.js* EditBox.js* Grid.js* Label.js* Treeview.js* TreeviewItem.js* Window.js* WindowManager.js*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/remotery/vis/extern/BrowserLib/WindowManager/Styles]WindowManager.css*
[/branches/code_cleanup/3rdparty/bgfx/3rdparty/tinyexr]README.md* tinyexr.cc* tinyexr.h*
[/branches/code_cleanup/3rdparty/bgfx/examples]makefile
[/branches/code_cleanup/3rdparty/bgfx/examples/00-helloworld]helloworld.cpp
[/branches/code_cleanup/3rdparty/bgfx/examples/01-cubes]cubes.cpp fs_cubes.sc vs_cubes.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/02-metaballs]fs_metaballs.bin.h fs_metaballs.sc metaballs.cpp vs_metaballs.bin.h vs_metaballs.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/03-raymarch]fs_raymarching.sc raymarch.cpp vs_raymarching.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/04-mesh]fs_mesh.sc mesh.cpp vs_mesh.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/05-instancing]fs_instancing.sc instancing.cpp vs_instancing.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/06-bump]bump.cpp fs_bump.sc vs_bump.sc vs_bump_instanced.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/07-callback]callback.cpp fs_callback.sc vs_callback.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/08-update]fs_update.sc fs_update_3d.sc fs_update_cmp.sc update.cpp vs_update.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/09-hdr]common.sh fs_hdr_blur.sc fs_hdr_bright.sc fs_hdr_lum.sc fs_hdr_lumavg.sc fs_hdr_mesh.sc fs_hdr_skybox.sc fs_hdr_tonemap.sc hdr.cpp vs_hdr_blur.sc vs_hdr_bright.sc vs_hdr_lum.sc vs_hdr_lumavg.sc vs_hdr_mesh.sc vs_hdr_skybox.sc vs_hdr_tonemap.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/10-font]font.cpp
[/branches/code_cleanup/3rdparty/bgfx/examples/11-fontsdf]fontsdf.cpp
[/branches/code_cleanup/3rdparty/bgfx/examples/12-lod]fs_tree.sc lod.cpp vs_tree.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/13-stencil]fs_stencil_color_black.sc fs_stencil_color_lighting.sc* fs_stencil_color_lightning.sc fs_stencil_color_texture.sc fs_stencil_texture.sc fs_stencil_texture_lighting.sc* fs_stencil_texture_lightning.sc stencil.cpp vs_stencil_color.sc vs_stencil_color_lighting.sc* vs_stencil_color_lightning.sc vs_stencil_color_texture.sc vs_stencil_texture.sc vs_stencil_texture_lighting.sc* vs_stencil_texture_lightning.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/14-shadowvolumes]fs_shadowvolume_color_lighting.sc* fs_shadowvolume_color_lightning.sc fs_shadowvolume_color_texture.sc fs_shadowvolume_svbackblank.sc fs_shadowvolume_svbackcolor.sc fs_shadowvolume_svbacktex1.sc fs_shadowvolume_svbacktex2.sc fs_shadowvolume_svfrontblank.sc fs_shadowvolume_svfrontcolor.sc fs_shadowvolume_svfronttex1.sc fs_shadowvolume_svfronttex2.sc fs_shadowvolume_svside.sc fs_shadowvolume_svsideblank.sc fs_shadowvolume_svsidecolor.sc fs_shadowvolume_svsidetex.sc fs_shadowvolume_texture.sc fs_shadowvolume_texture_lighting.sc* fs_shadowvolume_texture_lightning.sc shadowvolumes.cpp vs_shadowvolume_color_lighting.sc* vs_shadowvolume_color_lightning.sc vs_shadowvolume_color_texture.sc vs_shadowvolume_svback.sc vs_shadowvolume_svfront.sc vs_shadowvolume_svside.sc vs_shadowvolume_texture.sc vs_shadowvolume_texture_lighting.sc* vs_shadowvolume_texture_lightning.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/15-shadowmaps-simple]fs_sms_mesh.sc fs_sms_mesh_pd.sc fs_sms_shadow.sc fs_sms_shadow.sh fs_sms_shadow_pd.sc shadowmaps_simple.cpp vs_sms_mesh.sc vs_sms_shadow.sc vs_sms_shadow_pd.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/16-shadowmaps]common.sh fs_shadowmaps_color_black.sc fs_shadowmaps_color_lighting.sh* fs_shadowmaps_color_lighting_esm.sc* fs_shadowmaps_color_lighting_esm_csm.sc* fs_shadowmaps_color_lighting_esm_linear.sc* fs_shadowmaps_color_lighting_esm_linear_csm.sc* fs_shadowmaps_color_lighting_esm_linear_omni.sc* fs_shadowmaps_color_lighting_esm_omni.sc* fs_shadowmaps_color_lighting_hard.sc* fs_shadowmaps_color_lighting_hard_csm.sc* fs_shadowmaps_color_lighting_hard_linear.sc* fs_shadowmaps_color_lighting_hard_linear_csm.sc* fs_shadowmaps_color_lighting_hard_linear_omni.sc* fs_shadowmaps_color_lighting_hard_omni.sc* fs_shadowmaps_color_lighting_main.sh* fs_shadowmaps_color_lighting_pcf.sc* fs_shadowmaps_color_lighting_pcf_csm.sc* fs_shadowmaps_color_lighting_pcf_linear.sc* fs_shadowmaps_color_lighting_pcf_linear_csm.sc* fs_shadowmaps_color_lighting_pcf_linear_omni.sc* fs_shadowmaps_color_lighting_pcf_omni.sc* fs_shadowmaps_color_lighting_vsm.sc* fs_shadowmaps_color_lighting_vsm_csm.sc* fs_shadowmaps_color_lighting_vsm_linear.sc* fs_shadowmaps_color_lighting_vsm_linear_csm.sc* fs_shadowmaps_color_lighting_vsm_linear_omni.sc* fs_shadowmaps_color_lighting_vsm_omni.sc* fs_shadowmaps_color_lightning.sh fs_shadowmaps_color_lightning_esm.sc fs_shadowmaps_color_lightning_esm_csm.sc fs_shadowmaps_color_lightning_esm_linear.sc fs_shadowmaps_color_lightning_esm_linear_csm.sc fs_shadowmaps_color_lightning_esm_linear_omni.sc fs_shadowmaps_color_lightning_esm_omni.sc fs_shadowmaps_color_lightning_hard.sc fs_shadowmaps_color_lightning_hard_csm.sc fs_shadowmaps_color_lightning_hard_linear.sc fs_shadowmaps_color_lightning_hard_linear_csm.sc fs_shadowmaps_color_lightning_hard_linear_omni.sc fs_shadowmaps_color_lightning_hard_omni.sc fs_shadowmaps_color_lightning_main.sh fs_shadowmaps_color_lightning_pcf.sc fs_shadowmaps_color_lightning_pcf_csm.sc fs_shadowmaps_color_lightning_pcf_linear.sc fs_shadowmaps_color_lightning_pcf_linear_csm.sc fs_shadowmaps_color_lightning_pcf_linear_omni.sc fs_shadowmaps_color_lightning_pcf_omni.sc fs_shadowmaps_color_lightning_vsm.sc fs_shadowmaps_color_lightning_vsm_csm.sc fs_shadowmaps_color_lightning_vsm_linear.sc fs_shadowmaps_color_lightning_vsm_linear_csm.sc fs_shadowmaps_color_lightning_vsm_linear_omni.sc fs_shadowmaps_color_lightning_vsm_omni.sc fs_shadowmaps_color_texture.sc fs_shadowmaps_hblur.sc fs_shadowmaps_hblur_vsm.sc fs_shadowmaps_packdepth.sc fs_shadowmaps_packdepth_linear.sc fs_shadowmaps_packdepth_vsm.sc fs_shadowmaps_packdepth_vsm_linear.sc fs_shadowmaps_texture.sc fs_shadowmaps_unpackdepth.sc fs_shadowmaps_unpackdepth_vsm.sc fs_shadowmaps_vblur.sc fs_shadowmaps_vblur_vsm.sc shadowmaps.cpp vs_shadowmaps_color.sc vs_shadowmaps_color_lighting.sc* vs_shadowmaps_color_lighting_csm.sc* vs_shadowmaps_color_lighting_linear.sc* vs_shadowmaps_color_lighting_linear_csm.sc* vs_shadowmaps_color_lighting_linear_omni.sc* vs_shadowmaps_color_lighting_omni.sc* vs_shadowmaps_color_lightning.sc vs_shadowmaps_color_lightning_csm.sc vs_shadowmaps_color_lightning_linear.sc vs_shadowmaps_color_lightning_linear_csm.sc vs_shadowmaps_color_lightning_linear_omni.sc vs_shadowmaps_color_lightning_omni.sc vs_shadowmaps_color_texture.sc vs_shadowmaps_depth.sc vs_shadowmaps_hblur.sc vs_shadowmaps_packdepth.sc vs_shadowmaps_packdepth_linear.sc vs_shadowmaps_texture.sc vs_shadowmaps_texture_lighting.sc* vs_shadowmaps_texture_lightning.sc vs_shadowmaps_unpackdepth.sc vs_shadowmaps_vblur.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/17-drawstress]drawstress.cpp fs_drawstress.bin.h fs_drawstress.sc vs_drawstress.bin.h vs_drawstress.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/18-ibl]fs_ibl_mesh.sc fs_ibl_skybox.sc ibl.cpp vs_ibl_mesh.sc vs_ibl_skybox.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/19-oit]fs_oit.sc fs_oit_wb.sc fs_oit_wb_blit.sc fs_oit_wb_separate.sc fs_oit_wb_separate_blit.sc oit.cpp vs_oit.sc vs_oit_blit.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/20-nanovg]nanovg.cpp
[/branches/code_cleanup/3rdparty/bgfx/examples/21-deferred]deferred.cpp fs_deferred_combine.sc fs_deferred_debug.sc fs_deferred_debug_line.sc fs_deferred_geom.sc fs_deferred_light.sc vs_deferred_combine.sc vs_deferred_debug.sc vs_deferred_debug_line.sc vs_deferred_geom.sc vs_deferred_light.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/22-windows]windows.cpp
[/branches/code_cleanup/3rdparty/bgfx/examples/23-vectordisplay]main.cpp vectordisplay.cpp vectordisplay.h
[/branches/code_cleanup/3rdparty/bgfx/examples/24-nbody]cs_indirect.sc cs_init_instances.sc cs_update_instances.sc fs_particle.sc nbody.cpp uniforms.sh vs_particle.sc
[/branches/code_cleanup/3rdparty/bgfx/examples/26-occlusion]occlusion.cpp* screenshot.png*
[/branches/code_cleanup/3rdparty/bgfx/examples/27-terrain]fs_terrain.sc* makefile* screenshot.png* terrain.cpp* varying.def.sc* vs_terrain.sc* vs_terrain_height_texture.sc*
[/branches/code_cleanup/3rdparty/bgfx/examples/assets/meshes]makefile orb.obj*
[/branches/code_cleanup/3rdparty/bgfx/examples/common]aviwriter.h bgfx_utils.cpp bgfx_utils.h bounds.cpp bounds.h camera.cpp camera.h common.h common.sh cube_atlas.cpp cube_atlas.h packrect.h shaderlib.sh
[/branches/code_cleanup/3rdparty/bgfx/examples/common/entry]cmd.cpp cmd.h dbg.cpp dbg.h entry.cpp entry.h entry_android.cpp entry_asmjs.cpp entry_glfw.cpp entry_ios.mm entry_nacl.cpp entry_osx.mm entry_p.h entry_qnx.cpp entry_sdl.cpp entry_windows.cpp entry_winrt.cpp entry_x11.cpp input.cpp input.h
[/branches/code_cleanup/3rdparty/bgfx/examples/common/font]font_manager.cpp font_manager.h fs_font_basic.bin.h fs_font_distance_field.bin.h fs_font_distance_field_subpixel.bin.h text_buffer_manager.cpp text_buffer_manager.h text_metrics.cpp text_metrics.h vs_font_basic.bin.h vs_font_distance_field.bin.h vs_font_distance_field_subpixel.bin.h
[/branches/code_cleanup/3rdparty/bgfx/examples/common/imgui]fs_imgui_color.bin.h fs_imgui_color.sc fs_imgui_cubemap.bin.h fs_imgui_cubemap.sc fs_imgui_image.bin.h fs_imgui_image.sc fs_imgui_image_swizz.bin.h fs_imgui_image_swizz.sc fs_imgui_latlong.bin.h fs_imgui_latlong.sc fs_imgui_texture.bin.h fs_imgui_texture.sc fs_ocornut_imgui.bin.h imgui.cpp imgui.h ocornut_imgui.cpp ocornut_imgui.h scintilla.cpp scintilla.h vs_imgui_color.bin.h vs_imgui_color.sc vs_imgui_cubemap.bin.h vs_imgui_cubemap.sc vs_imgui_image.bin.h vs_imgui_image.sc vs_imgui_latlong.bin.h vs_imgui_latlong.sc vs_imgui_texture.bin.h vs_imgui_texture.sc vs_ocornut_imgui.bin.h
[/branches/code_cleanup/3rdparty/bgfx/examples/common/nanovg]fontstash.h fs_nanovg_fill.bin.h nanovg.cpp nanovg.h nanovg_bgfx.cpp vs_nanovg_fill.bin.h
[/branches/code_cleanup/3rdparty/bgfx/examples/runtime/meshes]orb.bin*
[/branches/code_cleanup/3rdparty/bgfx/examples/runtime/shaders/dx11]fs_particle.bin fs_shadowmaps_color_lighting_esm.bin* fs_shadowmaps_color_lighting_esm_csm.bin* fs_shadowmaps_color_lighting_esm_linear.bin* fs_shadowmaps_color_lighting_esm_linear_csm.bin* fs_shadowmaps_color_lighting_esm_linear_omni.bin* fs_shadowmaps_color_lighting_esm_omni.bin* fs_shadowmaps_color_lighting_hard.bin* fs_shadowmaps_color_lighting_hard_csm.bin* fs_shadowmaps_color_lighting_hard_linear.bin* fs_shadowmaps_color_lighting_hard_linear_csm.bin* fs_shadowmaps_color_lighting_hard_linear_omni.bin* fs_shadowmaps_color_lighting_hard_omni.bin* fs_shadowmaps_color_lighting_pcf.bin* fs_shadowmaps_color_lighting_pcf_csm.bin* fs_shadowmaps_color_lighting_pcf_linear.bin* fs_shadowmaps_color_lighting_pcf_linear_csm.bin* fs_shadowmaps_color_lighting_pcf_linear_omni.bin* fs_shadowmaps_color_lighting_pcf_omni.bin* fs_shadowmaps_color_lighting_vsm.bin* fs_shadowmaps_color_lighting_vsm_csm.bin* fs_shadowmaps_color_lighting_vsm_linear.bin* fs_shadowmaps_color_lighting_vsm_linear_csm.bin* fs_shadowmaps_color_lighting_vsm_linear_omni.bin* fs_shadowmaps_color_lighting_vsm_omni.bin* fs_shadowmaps_color_lightning_esm.bin fs_shadowmaps_color_lightning_esm_csm.bin fs_shadowmaps_color_lightning_esm_linear.bin fs_shadowmaps_color_lightning_esm_linear_csm.bin fs_shadowmaps_color_lightning_esm_linear_omni.bin fs_shadowmaps_color_lightning_esm_omni.bin fs_shadowmaps_color_lightning_hard.bin fs_shadowmaps_color_lightning_hard_csm.bin fs_shadowmaps_color_lightning_hard_linear.bin fs_shadowmaps_color_lightning_hard_linear_csm.bin fs_shadowmaps_color_lightning_hard_linear_omni.bin fs_shadowmaps_color_lightning_hard_omni.bin fs_shadowmaps_color_lightning_pcf.bin fs_shadowmaps_color_lightning_pcf_csm.bin fs_shadowmaps_color_lightning_pcf_linear.bin fs_shadowmaps_color_lightning_pcf_linear_csm.bin fs_shadowmaps_color_lightning_pcf_linear_omni.bin fs_shadowmaps_color_lightning_pcf_omni.bin fs_shadowmaps_color_lightning_vsm.bin fs_shadowmaps_color_lightning_vsm_csm.bin fs_shadowmaps_color_lightning_vsm_linear.bin fs_shadowmaps_color_lightning_vsm_linear_csm.bin fs_shadowmaps_color_lightning_vsm_linear_omni.bin fs_shadowmaps_color_lightning_vsm_omni.bin fs_shadowvolume_color_lighting.bin* fs_shadowvolume_color_lightning.bin fs_shadowvolume_texture_lighting.bin* fs_shadowvolume_texture_lightning.bin fs_sms_mesh.bin fs_sms_mesh_pd.bin fs_stencil_color_lighting.bin* fs_stencil_color_lightning.bin fs_stencil_texture_lighting.bin* fs_stencil_texture_lightning.bin fs_terrain.bin* vs_shadowmaps_color_lighting.bin* vs_shadowmaps_color_lighting_csm.bin* vs_shadowmaps_color_lighting_linear.bin* vs_shadowmaps_color_lighting_linear_csm.bin* vs_shadowmaps_color_lighting_linear_omni.bin* vs_shadowmaps_color_lighting_omni.bin* vs_shadowmaps_color_lightning.bin vs_shadowmaps_color_lightning_csm.bin vs_shadowmaps_color_lightning_linear.bin vs_shadowmaps_color_lightning_linear_csm.bin vs_shadowmaps_color_lightning_linear_omni.bin vs_shadowmaps_color_lightning_omni.bin vs_shadowmaps_texture_lighting.bin* vs_shadowmaps_texture_lightning.bin vs_shadowvolume_color_lighting.bin* vs_shadowvolume_color_lightning.bin vs_shadowvolume_texture_lighting.bin* vs_shadowvolume_texture_lightning.bin vs_stencil_color_lighting.bin* vs_stencil_color_lightning.bin vs_stencil_texture_lighting.bin* vs_stencil_texture_lightning.bin vs_terrain.bin* vs_terrain_height_texture.bin*
[/branches/code_cleanup/3rdparty/bgfx/examples/runtime/shaders/dx9]fs_bump.bin fs_callback.bin fs_cubes.bin fs_deferred_combine.bin fs_deferred_debug.bin fs_deferred_debug_line.bin fs_deferred_geom.bin fs_deferred_light.bin fs_hdr_blur.bin fs_hdr_bright.bin fs_hdr_lum.bin fs_hdr_lumavg.bin fs_hdr_mesh.bin fs_hdr_skybox.bin fs_hdr_tonemap.bin fs_ibl_mesh.bin fs_ibl_skybox.bin fs_instancing.bin fs_mesh.bin fs_oit.bin fs_oit_wb.bin fs_oit_wb_blit.bin fs_oit_wb_separate.bin fs_oit_wb_separate_blit.bin fs_particle.bin fs_raymarching.bin fs_shadowmaps_color_black.bin fs_shadowmaps_color_lighting_esm.bin* fs_shadowmaps_color_lighting_esm_csm.bin* fs_shadowmaps_color_lighting_esm_linear.bin* fs_shadowmaps_color_lighting_esm_linear_csm.bin* fs_shadowmaps_color_lighting_esm_linear_omni.bin* fs_shadowmaps_color_lighting_esm_omni.bin* fs_shadowmaps_color_lighting_hard.bin* fs_shadowmaps_color_lighting_hard_csm.bin* fs_shadowmaps_color_lighting_hard_linear.bin* fs_shadowmaps_color_lighting_hard_linear_csm.bin* fs_shadowmaps_color_lighting_hard_linear_omni.bin* fs_shadowmaps_color_lighting_hard_omni.bin* fs_shadowmaps_color_lighting_pcf.bin* fs_shadowmaps_color_lighting_pcf_csm.bin* fs_shadowmaps_color_lighting_pcf_linear.bin* fs_shadowmaps_color_lighting_pcf_linear_csm.bin* fs_shadowmaps_color_lighting_pcf_linear_omni.bin* fs_shadowmaps_color_lighting_pcf_omni.bin* fs_shadowmaps_color_lighting_vsm.bin* fs_shadowmaps_color_lighting_vsm_csm.bin* fs_shadowmaps_color_lighting_vsm_linear.bin* fs_shadowmaps_color_lighting_vsm_linear_csm.bin* fs_shadowmaps_color_lighting_vsm_linear_omni.bin* fs_shadowmaps_color_lighting_vsm_omni.bin* fs_shadowmaps_color_lightning_esm.bin fs_shadowmaps_color_lightning_esm_csm.bin fs_shadowmaps_color_lightning_esm_linear.bin fs_shadowmaps_color_lightning_esm_linear_csm.bin fs_shadowmaps_color_lightning_esm_linear_omni.bin fs_shadowmaps_color_lightning_esm_omni.bin fs_shadowmaps_color_lightning_hard.bin fs_shadowmaps_color_lightning_hard_csm.bin fs_shadowmaps_color_lightning_hard_linear.bin fs_shadowmaps_color_lightning_hard_linear_csm.bin fs_shadowmaps_color_lightning_hard_linear_omni.bin fs_shadowmaps_color_lightning_hard_omni.bin fs_shadowmaps_color_lightning_pcf.bin fs_shadowmaps_color_lightning_pcf_csm.bin fs_shadowmaps_color_lightning_pcf_linear.bin fs_shadowmaps_color_lightning_pcf_linear_csm.bin fs_shadowmaps_color_lightning_pcf_linear_omni.bin fs_shadowmaps_color_lightning_pcf_omni.bin fs_shadowmaps_color_lightning_vsm.bin fs_shadowmaps_color_lightning_vsm_csm.bin fs_shadowmaps_color_lightning_vsm_linear.bin fs_shadowmaps_color_lightning_vsm_linear_csm.bin fs_shadowmaps_color_lightning_vsm_linear_omni.bin fs_shadowmaps_color_lightning_vsm_omni.bin fs_shadowmaps_color_texture.bin fs_shadowmaps_hblur.bin fs_shadowmaps_hblur_vsm.bin fs_shadowmaps_packdepth.bin fs_shadowmaps_packdepth_linear.bin fs_shadowmaps_packdepth_vsm.bin fs_shadowmaps_packdepth_vsm_linear.bin fs_shadowmaps_texture.bin fs_shadowmaps_unpackdepth.bin fs_shadowmaps_unpackdepth_vsm.bin fs_shadowmaps_vblur.bin fs_shadowmaps_vblur_vsm.bin fs_shadowvolume_color_lighting.bin* fs_shadowvolume_color_lightning.bin fs_shadowvolume_color_texture.bin fs_shadowvolume_svbackblank.bin fs_shadowvolume_svbackcolor.bin fs_shadowvolume_svbacktex1.bin fs_shadowvolume_svbacktex2.bin fs_shadowvolume_svfrontblank.bin fs_shadowvolume_svfrontcolor.bin fs_shadowvolume_svfronttex1.bin fs_shadowvolume_svfronttex2.bin fs_shadowvolume_svside.bin fs_shadowvolume_svsideblank.bin fs_shadowvolume_svsidecolor.bin fs_shadowvolume_svsidetex.bin fs_shadowvolume_texture.bin fs_shadowvolume_texture_lighting.bin* fs_shadowvolume_texture_lightning.bin fs_sms_mesh.bin fs_sms_mesh_pd.bin fs_sms_shadow.bin fs_sms_shadow_pd.bin fs_stencil_color_black.bin fs_stencil_color_lighting.bin* fs_stencil_color_lightning.bin fs_stencil_color_texture.bin fs_stencil_texture.bin fs_stencil_texture_lighting.bin* fs_stencil_texture_lightning.bin fs_terrain.bin* fs_tree.bin fs_update.bin fs_update_3d.bin fs_update_cmp.bin fs_vectordisplay_blit.bin fs_vectordisplay_blur.bin fs_vectordisplay_fb.bin vs_bump.bin vs_bump_instanced.bin vs_callback.bin vs_cubes.bin vs_deferred_combine.bin vs_deferred_debug.bin vs_deferred_debug_line.bin vs_deferred_geom.bin vs_deferred_light.bin vs_hdr_blur.bin vs_hdr_bright.bin vs_hdr_lum.bin vs_hdr_lumavg.bin vs_hdr_mesh.bin vs_hdr_skybox.bin vs_hdr_tonemap.bin vs_ibl_mesh.bin vs_ibl_skybox.bin vs_instancing.bin vs_mesh.bin vs_oit.bin vs_oit_blit.bin vs_particle.bin vs_raymarching.bin vs_shadowmaps_color.bin vs_shadowmaps_color_lighting.bin* vs_shadowmaps_color_lighting_csm.bin* vs_shadowmaps_color_lighting_linear.bin* vs_shadowmaps_color_lighting_linear_csm.bin* vs_shadowmaps_color_lighting_linear_omni.bin* vs_shadowmaps_color_lighting_omni.bin* vs_shadowmaps_color_lightning.bin vs_shadowmaps_color_lightning_csm.bin vs_shadowmaps_color_lightning_linear.bin vs_shadowmaps_color_lightning_linear_csm.bin vs_shadowmaps_color_lightning_linear_omni.bin vs_shadowmaps_color_lightning_omni.bin vs_shadowmaps_color_texture.bin vs_shadowmaps_depth.bin vs_shadowmaps_hblur.bin vs_shadowmaps_packdepth.bin vs_shadowmaps_packdepth_linear.bin vs_shadowmaps_texture.bin vs_shadowmaps_texture_lighting.bin* vs_shadowmaps_texture_lightning.bin vs_shadowmaps_unpackdepth.bin vs_shadowmaps_vblur.bin vs_shadowvolume_color_lighting.bin* vs_shadowvolume_color_lightning.bin vs_shadowvolume_color_texture.bin vs_shadowvolume_svback.bin vs_shadowvolume_svfront.bin vs_shadowvolume_svside.bin vs_shadowvolume_texture.bin vs_shadowvolume_texture_lighting.bin* vs_shadowvolume_texture_lightning.bin vs_sms_mesh.bin vs_sms_shadow.bin vs_sms_shadow_pd.bin vs_stencil_color.bin vs_stencil_color_lighting.bin* vs_stencil_color_lightning.bin vs_stencil_color_texture.bin vs_stencil_texture.bin vs_stencil_texture_lighting.bin* vs_stencil_texture_lightning.bin vs_terrain.bin* vs_terrain_height_texture.bin* vs_tree.bin vs_update.bin vs_vectordisplay_fb.bin
[/branches/code_cleanup/3rdparty/bgfx/examples/runtime/shaders/gles]fs_oit_wb.bin fs_oit_wb_separate.bin fs_shadowmaps_color_lighting_esm.bin* fs_shadowmaps_color_lighting_esm_csm.bin* fs_shadowmaps_color_lighting_esm_linear.bin* fs_shadowmaps_color_lighting_esm_linear_csm.bin* fs_shadowmaps_color_lighting_esm_linear_omni.bin* fs_shadowmaps_color_lighting_esm_omni.bin* fs_shadowmaps_color_lighting_hard.bin* fs_shadowmaps_color_lighting_hard_csm.bin* fs_shadowmaps_color_lighting_hard_linear.bin* fs_shadowmaps_color_lighting_hard_linear_csm.bin* fs_shadowmaps_color_lighting_hard_linear_omni.bin* fs_shadowmaps_color_lighting_hard_omni.bin* fs_shadowmaps_color_lighting_pcf.bin* fs_shadowmaps_color_lighting_pcf_csm.bin* fs_shadowmaps_color_lighting_pcf_linear.bin* fs_shadowmaps_color_lighting_pcf_linear_csm.bin* fs_shadowmaps_color_lighting_pcf_linear_omni.bin* fs_shadowmaps_color_lighting_pcf_omni.bin* fs_shadowmaps_color_lighting_vsm.bin* fs_shadowmaps_color_lighting_vsm_csm.bin* fs_shadowmaps_color_lighting_vsm_linear.bin* fs_shadowmaps_color_lighting_vsm_linear_csm.bin* fs_shadowmaps_color_lighting_vsm_linear_omni.bin* fs_shadowmaps_color_lighting_vsm_omni.bin* fs_shadowmaps_color_lightning_esm.bin fs_shadowmaps_color_lightning_esm_csm.bin fs_shadowmaps_color_lightning_esm_linear.bin fs_shadowmaps_color_lightning_esm_linear_csm.bin fs_shadowmaps_color_lightning_esm_linear_omni.bin fs_shadowmaps_color_lightning_esm_omni.bin fs_shadowmaps_color_lightning_hard.bin fs_shadowmaps_color_lightning_hard_csm.bin fs_shadowmaps_color_lightning_hard_linear.bin fs_shadowmaps_color_lightning_hard_linear_csm.bin fs_shadowmaps_color_lightning_hard_linear_omni.bin fs_shadowmaps_color_lightning_hard_omni.bin fs_shadowmaps_color_lightning_pcf.bin fs_shadowmaps_color_lightning_pcf_csm.bin fs_shadowmaps_color_lightning_pcf_linear.bin fs_shadowmaps_color_lightning_pcf_linear_csm.bin fs_shadowmaps_color_lightning_pcf_linear_omni.bin fs_shadowmaps_color_lightning_pcf_omni.bin fs_shadowmaps_color_lightning_vsm.bin fs_shadowmaps_color_lightning_vsm_csm.bin fs_shadowmaps_color_lightning_vsm_linear.bin fs_shadowmaps_color_lightning_vsm_linear_csm.bin fs_shadowmaps_color_lightning_vsm_linear_omni.bin fs_shadowmaps_color_lightning_vsm_omni.bin fs_shadowmaps_hblur.bin fs_shadowmaps_packdepth.bin fs_shadowmaps_packdepth_linear.bin fs_shadowmaps_unpackdepth.bin fs_shadowmaps_vblur.bin fs_shadowvolume_color_lighting.bin* fs_shadowvolume_color_lightning.bin fs_shadowvolume_texture_lighting.bin* fs_shadowvolume_texture_lightning.bin fs_sms_mesh_pd.bin fs_sms_shadow_pd.bin fs_stencil_color_lighting.bin* fs_stencil_color_lightning.bin fs_stencil_texture_lighting.bin* fs_stencil_texture_lightning.bin fs_terrain.bin* vs_shadowmaps_color_lighting.bin* vs_shadowmaps_color_lighting_csm.bin* vs_shadowmaps_color_lighting_linear.bin* vs_shadowmaps_color_lighting_linear_csm.bin* vs_shadowmaps_color_lighting_linear_omni.bin* vs_shadowmaps_color_lighting_omni.bin* vs_shadowmaps_color_lightning.bin vs_shadowmaps_color_lightning_csm.bin vs_shadowmaps_color_lightning_linear.bin vs_shadowmaps_color_lightning_linear_csm.bin vs_shadowmaps_color_lightning_linear_omni.bin vs_shadowmaps_color_lightning_omni.bin vs_shadowmaps_texture_lighting.bin* vs_shadowmaps_texture_lightning.bin vs_shadowvolume_color_lighting.bin* vs_shadowvolume_color_lightning.bin vs_shadowvolume_texture_lighting.bin* vs_shadowvolume_texture_lightning.bin vs_stencil_color_lighting.bin* vs_stencil_color_lightning.bin vs_stencil_texture_lighting.bin* vs_stencil_texture_lightning.bin vs_terrain.bin* vs_terrain_height_texture.bin*
[/branches/code_cleanup/3rdparty/bgfx/examples/runtime/shaders/glsl]fs_oit_wb.bin fs_oit_wb_separate.bin fs_shadowmaps_color_lighting.bin* fs_shadowmaps_color_lighting_esm.bin* fs_shadowmaps_color_lighting_esm_csm.bin* fs_shadowmaps_color_lighting_esm_linear.bin* fs_shadowmaps_color_lighting_esm_linear_csm.bin* fs_shadowmaps_color_lighting_esm_linear_omni.bin* fs_shadowmaps_color_lighting_esm_omni.bin* fs_shadowmaps_color_lighting_hard.bin* fs_shadowmaps_color_lighting_hard_csm.bin* fs_shadowmaps_color_lighting_hard_linear.bin* fs_shadowmaps_color_lighting_hard_linear_csm.bin* fs_shadowmaps_color_lighting_hard_linear_omni.bin* fs_shadowmaps_color_lighting_hard_omni.bin* fs_shadowmaps_color_lighting_omni.bin* fs_shadowmaps_color_lighting_pcf.bin* fs_shadowmaps_color_lighting_pcf_csm.bin* fs_shadowmaps_color_lighting_pcf_linear.bin* fs_shadowmaps_color_lighting_pcf_linear_csm.bin* fs_shadowmaps_color_lighting_pcf_linear_omni.bin* fs_shadowmaps_color_lighting_pcf_omni.bin* fs_shadowmaps_color_lighting_pfc.bin* fs_shadowmaps_color_lighting_vsm.bin* fs_shadowmaps_color_lighting_vsm_csm.bin* fs_shadowmaps_color_lighting_vsm_linear.bin* fs_shadowmaps_color_lighting_vsm_linear_csm.bin* fs_shadowmaps_color_lighting_vsm_linear_omni.bin* fs_shadowmaps_color_lighting_vsm_omni.bin* fs_shadowmaps_color_lightning.bin fs_shadowmaps_color_lightning_esm.bin fs_shadowmaps_color_lightning_esm_csm.bin fs_shadowmaps_color_lightning_esm_linear.bin fs_shadowmaps_color_lightning_esm_linear_csm.bin fs_shadowmaps_color_lightning_esm_linear_omni.bin fs_shadowmaps_color_lightning_esm_omni.bin fs_shadowmaps_color_lightning_hard.bin fs_shadowmaps_color_lightning_hard_csm.bin fs_shadowmaps_color_lightning_hard_linear.bin fs_shadowmaps_color_lightning_hard_linear_csm.bin fs_shadowmaps_color_lightning_hard_linear_omni.bin fs_shadowmaps_color_lightning_hard_omni.bin fs_shadowmaps_color_lightning_omni.bin fs_shadowmaps_color_lightning_pcf.bin fs_shadowmaps_color_lightning_pcf_csm.bin fs_shadowmaps_color_lightning_pcf_linear.bin fs_shadowmaps_color_lightning_pcf_linear_csm.bin fs_shadowmaps_color_lightning_pcf_linear_omni.bin fs_shadowmaps_color_lightning_pcf_omni.bin fs_shadowmaps_color_lightning_pfc.bin fs_shadowmaps_color_lightning_vsm.bin fs_shadowmaps_color_lightning_vsm_csm.bin fs_shadowmaps_color_lightning_vsm_linear.bin fs_shadowmaps_color_lightning_vsm_linear_csm.bin fs_shadowmaps_color_lightning_vsm_linear_omni.bin fs_shadowmaps_color_lightning_vsm_omni.bin fs_shadowmaps_hblur.bin fs_shadowmaps_packdepth.bin fs_shadowmaps_packdepth_linear.bin fs_shadowmaps_unpackdepth.bin fs_shadowmaps_vblur.bin fs_shadowvolume_color_lighting.bin* fs_shadowvolume_color_lightning.bin fs_shadowvolume_texture_lighting.bin* fs_shadowvolume_texture_lightning.bin fs_sms_mesh_pd.bin fs_sms_shadow_pd.bin fs_stencil_color_lighting.bin* fs_stencil_color_lightning.bin fs_stencil_texture_lighting.bin* fs_stencil_texture_lightning.bin fs_terrain.bin* vs_shadowmaps_color_lighting.bin* vs_shadowmaps_color_lighting_csm.bin* vs_shadowmaps_color_lighting_linear.bin* vs_shadowmaps_color_lighting_linear_csm.bin* vs_shadowmaps_color_lighting_linear_omni.bin* vs_shadowmaps_color_lighting_omni.bin* vs_shadowmaps_color_lightning.bin vs_shadowmaps_color_lightning_csm.bin vs_shadowmaps_color_lightning_linear.bin vs_shadowmaps_color_lightning_linear_csm.bin vs_shadowmaps_color_lightning_linear_omni.bin vs_shadowmaps_color_lightning_omni.bin vs_shadowmaps_texture_lighting.bin* vs_shadowmaps_texture_lightning.bin vs_shadowvolume_color_lighting.bin* vs_shadowvolume_color_lightning.bin vs_shadowvolume_texture_lighting.bin* vs_shadowvolume_texture_lightning.bin vs_stencil_color_lighting.bin* vs_stencil_color_lightning.bin vs_stencil_texture_lighting.bin* vs_stencil_texture_lightning.bin vs_terrain.bin* vs_terrain_height_texture.bin*
[/branches/code_cleanup/3rdparty/bgfx/examples/runtime/shaders/metal]fs_shadowmaps_color_lighting_esm.bin* fs_shadowmaps_color_lighting_esm_csm.bin* fs_shadowmaps_color_lighting_esm_linear.bin* fs_shadowmaps_color_lighting_esm_linear_csm.bin* fs_shadowmaps_color_lighting_esm_linear_omni.bin* fs_shadowmaps_color_lighting_esm_omni.bin* fs_shadowmaps_color_lighting_hard.bin* fs_shadowmaps_color_lighting_hard_csm.bin* fs_shadowmaps_color_lighting_hard_linear.bin* fs_shadowmaps_color_lighting_hard_linear_csm.bin* fs_shadowmaps_color_lighting_hard_linear_omni.bin* fs_shadowmaps_color_lighting_hard_omni.bin* fs_shadowmaps_color_lighting_pcf.bin* fs_shadowmaps_color_lighting_pcf_csm.bin* fs_shadowmaps_color_lighting_pcf_linear.bin* fs_shadowmaps_color_lighting_pcf_linear_csm.bin* fs_shadowmaps_color_lighting_pcf_linear_omni.bin* fs_shadowmaps_color_lighting_pcf_omni.bin* fs_shadowmaps_color_lighting_vsm.bin* fs_shadowmaps_color_lighting_vsm_csm.bin* fs_shadowmaps_color_lighting_vsm_linear.bin* fs_shadowmaps_color_lighting_vsm_linear_csm.bin* fs_shadowmaps_color_lighting_vsm_linear_omni.bin* fs_shadowmaps_color_lighting_vsm_omni.bin* fs_shadowmaps_color_lightning_esm.bin fs_shadowmaps_color_lightning_esm_csm.bin fs_shadowmaps_color_lightning_esm_linear.bin fs_shadowmaps_color_lightning_esm_linear_csm.bin fs_shadowmaps_color_lightning_esm_linear_omni.bin fs_shadowmaps_color_lightning_esm_omni.bin fs_shadowmaps_color_lightning_hard.bin fs_shadowmaps_color_lightning_hard_csm.bin fs_shadowmaps_color_lightning_hard_linear.bin fs_shadowmaps_color_lightning_hard_linear_csm.bin fs_shadowmaps_color_lightning_hard_linear_omni.bin fs_shadowmaps_color_lightning_hard_omni.bin fs_shadowmaps_color_lightning_pcf.bin fs_shadowmaps_color_lightning_pcf_csm.bin fs_shadowmaps_color_lightning_pcf_linear.bin fs_shadowmaps_color_lightning_pcf_linear_csm.bin fs_shadowmaps_color_lightning_pcf_linear_omni.bin fs_shadowmaps_color_lightning_pcf_omni.bin fs_shadowmaps_color_lightning_vsm.bin fs_shadowmaps_color_lightning_vsm_csm.bin fs_shadowmaps_color_lightning_vsm_linear.bin fs_shadowmaps_color_lightning_vsm_linear_csm.bin fs_shadowmaps_color_lightning_vsm_linear_omni.bin fs_shadowmaps_color_lightning_vsm_omni.bin fs_shadowvolume_color_lighting.bin* fs_shadowvolume_color_lightning.bin fs_shadowvolume_texture_lighting.bin* fs_shadowvolume_texture_lightning.bin fs_stencil_color_lighting.bin* fs_stencil_color_lightning.bin fs_stencil_texture_lighting.bin* fs_stencil_texture_lightning.bin vs_shadowmaps_color_lighting.bin* vs_shadowmaps_color_lighting_csm.bin* vs_shadowmaps_color_lighting_linear.bin* vs_shadowmaps_color_lighting_linear_csm.bin* vs_shadowmaps_color_lighting_linear_omni.bin* vs_shadowmaps_color_lighting_omni.bin* vs_shadowmaps_color_lightning.bin vs_shadowmaps_color_lightning_csm.bin vs_shadowmaps_color_lightning_linear.bin vs_shadowmaps_color_lightning_linear_csm.bin vs_shadowmaps_color_lightning_linear_omni.bin vs_shadowmaps_color_lightning_omni.bin vs_shadowmaps_texture_lighting.bin* vs_shadowmaps_texture_lightning.bin vs_shadowvolume_color_lighting.bin* vs_shadowvolume_color_lightning.bin vs_shadowvolume_texture_lighting.bin* vs_shadowvolume_texture_lightning.bin vs_stencil_color_lighting.bin* vs_stencil_color_lightning.bin vs_stencil_texture_lighting.bin* vs_stencil_texture_lightning.bin
[/branches/code_cleanup/3rdparty/bgfx/include/bgfx]bgfx.h bgfxdefines.h bgfxplatform.h
[/branches/code_cleanup/3rdparty/bgfx/include/bgfx/c99]bgfx.h bgfxplatform.h
[/branches/code_cleanup/3rdparty/bgfx/scripts]bgfx.lua bgfx.pc* example-common.lua genie.lua geometryc.lua makedisttex.lua shaderc.lua texturec.lua tools.mk
[/branches/code_cleanup/3rdparty/bgfx/src]amalgamated.cpp amalgamated.mm bgfx.cpp bgfx_compute.sh bgfx_p.h bgfx_shader.sh charset.h config.h fs_clear0.sc fs_clear1.sc fs_clear2.sc fs_clear3.sc fs_clear4.sc fs_clear5.sc fs_clear6.sc fs_clear7.sc fs_debugfont.sc glcontext_eagl.h glcontext_eagl.mm glcontext_egl.cpp glcontext_egl.h glcontext_glx.cpp glcontext_glx.h glcontext_nsgl.h glcontext_nsgl.mm glcontext_ppapi.cpp glcontext_ppapi.h glcontext_wgl.cpp glcontext_wgl.h glimports.h image.cpp image.h ovr.cpp ovr.h renderdoc.cpp renderdoc.h renderer.h renderer_d3d.h renderer_d3d11.cpp renderer_d3d11.h renderer_d3d12.cpp renderer_d3d12.h renderer_d3d9.cpp renderer_d3d9.h renderer_gl.cpp renderer_gl.h renderer_mtl.h renderer_mtl.mm renderer_null.cpp renderer_vk.cpp shader_dx9bc.cpp shader_dx9bc.h shader_dxbc.cpp shader_dxbc.h shader_spirv.cpp shader_spirv.h vertexdecl.cpp vertexdecl.h vs_clear.sc vs_debugfont.sc
[/branches/code_cleanup/3rdparty/bgfx/tools]makedisttex.cpp
[/branches/code_cleanup/3rdparty/bgfx/tools/geometryc]geometryc.cpp
[/branches/code_cleanup/3rdparty/bgfx/tools/shaderc]shaderc.cpp shaderc.h shaderc_glsl.cpp shaderc_hlsl.cpp
[/branches/code_cleanup/3rdparty/bgfx/tools/texturec]texturec.cpp
[/branches/code_cleanup/3rdparty/bx]LICENSE README.md
[/branches/code_cleanup/3rdparty/bx/include/bx]allocator.h bx.h cl.h commandline.h config.h cpu.h debug.h endian.h float4_langext.h float4_neon.h float4_ni.h float4_ref.h float4_sse.h float4_t.h float4x4_t.h foreach.h fpumath.h handlealloc.h hash.h macros.h maputil.h mpscqueue.h mutex.h os.h platform.h process.h radixsort.h readerwriter.h ringbuffer.h rng.h sem.h spscqueue.h string.h thread.h timer.h tokenizecmd.h uint32_t.h
[/branches/code_cleanup/3rdparty/bx/scripts]bin2c.lua bx.lua genie.lua toolchain.lua unittest++.lua
[/branches/code_cleanup/3rdparty/bx/tests]dbg.cpp dbg.h float4_t.cpp fpumath.cpp handle.cpp macros.cpp main.cpp test.h thread.cpp tokenizecmd.cpp uint32_t.cpp
[/branches/code_cleanup/3rdparty/bx/tools/bin/darwin]genie
[/branches/code_cleanup/3rdparty/bx/tools/bin/linux]genie
[/branches/code_cleanup/3rdparty/bx/tools/bin/windows]genie.exe
[/branches/code_cleanup/3rdparty/bx/tools/bin2c]bin2c.cpp
[/branches/code_cleanup/3rdparty/genie/src/actions/vstudio]vs2010_vcxproj.lua vs2015.lua
[/branches/code_cleanup/3rdparty/genie/src/host]scripts.c
[/branches/code_cleanup/3rdparty/jsoncpp].clang-format .gitignore .travis.yml AUTHORS CMakeLists.txt LICENSE NEWS.txt README.md SConstruct amalgamate.py appveyor.yml dev.makefile doxybuild.py makerelease.py travis.sh version version.in
[/branches/code_cleanup/3rdparty/jsoncpp/devtools]__init__.py agent_vmw7.json agent_vmxp.json antglob.py batchbuild.py fixeol.py licenseupdater.py tarball.py
[/branches/code_cleanup/3rdparty/jsoncpp/doc]doxyfile.in footer.html header.html jsoncpp.dox readme.txt roadmap.dox web_doxyfile.in
[/branches/code_cleanup/3rdparty/jsoncpp/include]CMakeLists.txt
[/branches/code_cleanup/3rdparty/jsoncpp/include/json]assertions.h autolink.h config.h features.h forwards.h json.h reader.h value.h version.h writer.h
[/branches/code_cleanup/3rdparty/jsoncpp/makefiles/msvc2010]jsoncpp.sln jsontest.vcxproj jsontest.vcxproj.filters lib_json.vcxproj lib_json.vcxproj.filters test_lib_json.vcxproj test_lib_json.vcxproj.filters
[/branches/code_cleanup/3rdparty/jsoncpp/makefiles/vs71]jsoncpp.sln jsontest.vcproj lib_json.vcproj test_lib_json.vcproj
[/branches/code_cleanup/3rdparty/jsoncpp/pkg-config]jsoncpp.pc.in
[/branches/code_cleanup/3rdparty/jsoncpp/scons-tools]globtool.py srcdist.py substinfile.py targz.py
[/branches/code_cleanup/3rdparty/jsoncpp/src]CMakeLists.txt
[/branches/code_cleanup/3rdparty/jsoncpp/src/jsontestrunner]CMakeLists.txt main.cpp sconscript
[/branches/code_cleanup/3rdparty/jsoncpp/src/lib_json]CMakeLists.txt json_reader.cpp json_tool.h json_value.cpp json_valueiterator.inl json_writer.cpp sconscript version.h.in
[/branches/code_cleanup/3rdparty/jsoncpp/src/test_lib_json]CMakeLists.txt jsontest.cpp jsontest.h main.cpp sconscript
[/branches/code_cleanup/3rdparty/jsoncpp/test]cleantests.py generate_expected.py pyjsontestrunner.py runjsontests.py rununittests.py
[/branches/code_cleanup/3rdparty/jsoncpp/test/data]fail_test_array_01.json test_array_01.expected test_array_01.json test_array_02.expected test_array_02.json test_array_03.expected test_array_03.json test_array_04.expected test_array_04.json test_array_05.expected test_array_05.json test_array_06.expected test_array_06.json test_array_07.expected test_array_07.json test_basic_01.expected test_basic_01.json test_basic_02.expected test_basic_02.json test_basic_03.expected test_basic_03.json test_basic_04.expected test_basic_04.json test_basic_05.expected test_basic_05.json test_basic_06.expected test_basic_06.json test_basic_07.expected test_basic_07.json test_basic_08.expected test_basic_08.json test_basic_09.expected test_basic_09.json test_comment_00.expected test_comment_00.json test_comment_01.expected test_comment_01.json test_comment_02.expected test_comment_02.json test_complex_01.expected test_complex_01.json test_integer_01.expected test_integer_01.json test_integer_02.expected test_integer_02.json test_integer_03.expected test_integer_03.json test_integer_04.expected test_integer_04.json test_integer_05.expected test_integer_05.json test_integer_06_64bits.expected test_integer_06_64bits.json test_integer_07_64bits.expected test_integer_07_64bits.json test_integer_08_64bits.expected test_integer_08_64bits.json test_large_01.expected test_large_01.json test_object_01.expected test_object_01.json test_object_02.expected test_object_02.json test_object_03.expected test_object_03.json test_object_04.expected test_object_04.json test_preserve_comment_01.expected test_preserve_comment_01.json test_real_01.expected test_real_01.json test_real_02.expected test_real_02.json test_real_03.expected test_real_03.json test_real_04.expected test_real_04.json test_real_05.expected test_real_05.json test_real_06.expected test_real_06.json test_real_07.expected test_real_07.json test_real_08.expected test_real_08.json test_real_09.expected test_real_09.json test_real_10.expected test_real_10.json test_real_11.expected test_real_11.json test_real_12.expected test_real_12.json test_string_01.expected test_string_01.json test_string_02.expected test_string_02.json test_string_03.expected test_string_03.json test_string_04.expected test_string_04.json test_string_05.expected test_string_05.json test_string_unicode_01.expected test_string_unicode_01.json test_string_unicode_02.expected test_string_unicode_02.json test_string_unicode_03.expected test_string_unicode_03.json test_string_unicode_04.expected test_string_unicode_04.json test_string_unicode_05.expected test_string_unicode_05.json
[/branches/code_cleanup/3rdparty/jsoncpp/test/jsonchecker]fail1.json fail10.json fail11.json fail12.json fail13.json fail14.json fail15.json fail16.json fail17.json fail18.json fail19.json fail2.json fail20.json fail21.json fail22.json fail23.json fail24.json fail25.json fail26.json fail27.json fail28.json fail29.json fail3.json fail30.json fail31.json fail32.json fail33.json fail4.json fail5.json fail6.json fail7.json fail8.json fail9.json pass1.json pass2.json pass3.json readme.txt
[/branches/code_cleanup/hash]bbc_32016_flop.xml bbc_65c102_flop.xml bbc_68000_flop.xml bbc_80186_flop.xml bbc_arm_flop.xml bbc_flop_32016.xml* bbc_flop_6502.xml* bbc_flop_65c102.xml* bbc_flop_68000.xml* bbc_flop_80186.xml* bbc_flop_arm.xml* bbc_flop_torch.xml* bbc_flop_z80.xml* bbc_torch_flop.xml bbc_z80_flop.xml bbcb_cass_de.xml* bbcb_de_cass.xml bbcb_flop_orig.xml* bbcb_flop_us.xml* bbcb_orig_flop.xml bbcb_us_flop.xml c64_cart.xml c64_flop.xml pc1000.xml* r9751.xml snotec.xml x1_cass.xml
[/branches/code_cleanup/scripts]genie.lua toolchain.lua
[/branches/code_cleanup/scripts/build]makedep.py
[/branches/code_cleanup/scripts/src]3rdparty.lua emu.lua lib.lua main.lua sound.lua video.lua
[/branches/code_cleanup/scripts/src/osd]modules.lua sdl.lua sdl_cfg.lua
[/branches/code_cleanup/scripts/target/mame]arcade.lua mess.lua
[/branches/code_cleanup/src/devices/bus/a7800]a78_slot.cpp a78_slot.h
[/branches/code_cleanup/src/devices/bus/a800]a800_slot.cpp a800_slot.h
[/branches/code_cleanup/src/devices/bus/abckb]abc99.cpp
[/branches/code_cleanup/src/devices/bus/adam]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/apf]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/arcadia]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/astrocde]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/c64]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/cbm2]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/cbmiec]c1541.cpp c1571.cpp c1581.cpp
[/branches/code_cleanup/src/devices/bus/centronics]epson_ex800.cpp epson_lx800.cpp epson_lx810l.cpp
[/branches/code_cleanup/src/devices/bus/chanf]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/coco]cococart.cpp cococart.h
[/branches/code_cleanup/src/devices/bus/coleco]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/crvision]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/dmv]k220.cpp
[/branches/code_cleanup/src/devices/bus/econet]e01.cpp
[/branches/code_cleanup/src/devices/bus/gameboy]gb_slot.cpp gb_slot.h
[/branches/code_cleanup/src/devices/bus/gba]gba_slot.cpp gba_slot.h
[/branches/code_cleanup/src/devices/bus/generic]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/ieee488]c2031.cpp c2040.cpp c8050.cpp c8280.cpp d9060.cpp hardbox.cpp softbox.cpp
[/branches/code_cleanup/src/devices/bus/intv]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/iq151]iq151.cpp iq151.h
[/branches/code_cleanup/src/devices/bus/isa]sc499.cpp
[/branches/code_cleanup/src/devices/bus/kc]kc.cpp kc.h
[/branches/code_cleanup/src/devices/bus/megadrive]md_slot.cpp md_slot.h svp.cpp svp.h
[/branches/code_cleanup/src/devices/bus/msx_cart]disk.cpp
[/branches/code_cleanup/src/devices/bus/msx_slot]cartridge.cpp cartridge.h disk.cpp
[/branches/code_cleanup/src/devices/bus/neogeo]neogeo_slot.cpp neogeo_slot.h
[/branches/code_cleanup/src/devices/bus/nes]aladdin.cpp aladdin.h datach.cpp datach.h karastudio.cpp karastudio.h nes_slot.cpp nes_slot.h sunsoft_dcs.cpp sunsoft_dcs.h
[/branches/code_cleanup/src/devices/bus/odyssey2]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/pc_kbd]pcat84.cpp
[/branches/code_cleanup/src/devices/bus/pce]pce_slot.cpp pce_slot.h
[/branches/code_cleanup/src/devices/bus/plus4]c1551.cpp exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/ql]rom.cpp rom.h
[/branches/code_cleanup/src/devices/bus/saturn]sat_slot.cpp sat_slot.h
[/branches/code_cleanup/src/devices/bus/scv]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/sega8]sega8_slot.cpp sega8_slot.h
[/branches/code_cleanup/src/devices/bus/snes]snes_slot.cpp snes_slot.h
[/branches/code_cleanup/src/devices/bus/ti99x]gromport.cpp
[/branches/code_cleanup/src/devices/bus/vboy]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/vc4000]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/vcs]vcs_slot.cpp vcs_slot.h
[/branches/code_cleanup/src/devices/bus/vectrex]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/vic10]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/vic20]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/vidbrain]exp.cpp exp.h
[/branches/code_cleanup/src/devices/bus/wswan]slot.cpp slot.h
[/branches/code_cleanup/src/devices/bus/z88]z88.cpp z88.h
[/branches/code_cleanup/src/devices/cpu]drcbex64.cpp drcbex86.cpp drcuml.cpp uml.cpp uml.h vtlb.cpp x86log.cpp
[/branches/code_cleanup/src/devices/cpu/8x300]8x300.cpp 8x300.h
[/branches/code_cleanup/src/devices/cpu/adsp2100]adsp2100.cpp adsp2100.h
[/branches/code_cleanup/src/devices/cpu/alph8201]alph8201.cpp alph8201.h
[/branches/code_cleanup/src/devices/cpu/alto2]alto2cpu.cpp alto2cpu.h
[/branches/code_cleanup/src/devices/cpu/am29000]am29000.cpp am29000.h
[/branches/code_cleanup/src/devices/cpu/amis2000]amis2000.cpp amis2000.h
[/branches/code_cleanup/src/devices/cpu/apexc]apexc.cpp apexc.h
[/branches/code_cleanup/src/devices/cpu/arm]arm.cpp arm.h
[/branches/code_cleanup/src/devices/cpu/arm7]arm7.cpp arm7.h
[/branches/code_cleanup/src/devices/cpu/asap]asap.cpp asap.h
[/branches/code_cleanup/src/devices/cpu/avr8]avr8.cpp avr8.h
[/branches/code_cleanup/src/devices/cpu/ccpu]ccpu.cpp ccpu.h
[/branches/code_cleanup/src/devices/cpu/cop400]cop400.cpp cop400.h
[/branches/code_cleanup/src/devices/cpu/cosmac]cosmac.cpp cosmac.h
[/branches/code_cleanup/src/devices/cpu/cp1610]cp1610.cpp cp1610.h
[/branches/code_cleanup/src/devices/cpu/cubeqcpu]cubeqcpu.cpp cubeqcpu.h
[/branches/code_cleanup/src/devices/cpu/dsp16]dsp16.cpp dsp16.h
[/branches/code_cleanup/src/devices/cpu/dsp32]dsp32.cpp dsp32.h
[/branches/code_cleanup/src/devices/cpu/dsp56k]dsp56k.cpp dsp56k.h dsp56pcu.cpp dsp56pcu.h
[/branches/code_cleanup/src/devices/cpu/e0c6200]e0c6200.cpp e0c6200.h
[/branches/code_cleanup/src/devices/cpu/e132xs]e132xs.cpp e132xs.h
[/branches/code_cleanup/src/devices/cpu/esrip]esrip.cpp esrip.h
[/branches/code_cleanup/src/devices/cpu/f8]f8.cpp f8.h
[/branches/code_cleanup/src/devices/cpu/g65816]g65816.cpp g65816.h
[/branches/code_cleanup/src/devices/cpu/h6280]h6280.cpp h6280.h
[/branches/code_cleanup/src/devices/cpu/h8]h8.cpp h8.h
[/branches/code_cleanup/src/devices/cpu/hcd62121]hcd62121.cpp hcd62121.h
[/branches/code_cleanup/src/devices/cpu/hd61700]hd61700.cpp hd61700.h
[/branches/code_cleanup/src/devices/cpu/hmcs40]hmcs40.cpp hmcs40.h
[/branches/code_cleanup/src/devices/cpu/hphybrid]hphybrid.cpp hphybrid.h
[/branches/code_cleanup/src/devices/cpu/i386]i386.cpp i386.h
[/branches/code_cleanup/src/devices/cpu/i4004]i4004.cpp i4004.h
[/branches/code_cleanup/src/devices/cpu/i8008]i8008.cpp i8008.h
[/branches/code_cleanup/src/devices/cpu/i8085]i8085.cpp i8085.h
[/branches/code_cleanup/src/devices/cpu/i8089]i8089.cpp i8089.h
[/branches/code_cleanup/src/devices/cpu/i86]i286.cpp i286.h i86.cpp i86.h i86inline.h
[/branches/code_cleanup/src/devices/cpu/i960]i960.cpp i960.h
[/branches/code_cleanup/src/devices/cpu/ie15]ie15.cpp ie15.h
[/branches/code_cleanup/src/devices/cpu/jaguar]jaguar.cpp jaguar.h
[/branches/code_cleanup/src/devices/cpu/lc8670]lc8670.cpp lc8670.h
[/branches/code_cleanup/src/devices/cpu/lh5801]lh5801.cpp lh5801.h
[/branches/code_cleanup/src/devices/cpu/lr35902]lr35902.cpp lr35902.h
[/branches/code_cleanup/src/devices/cpu/m37710]m37710.cpp m37710.h
[/branches/code_cleanup/src/devices/cpu/m6502]m6502.cpp m6502.h m65ce02.cpp m65ce02.h m740.cpp m740.h
[/branches/code_cleanup/src/devices/cpu/m6800]m6800.cpp m6800.h
[/branches/code_cleanup/src/devices/cpu/m68000]m68000.h m68kcpu.cpp
[/branches/code_cleanup/src/devices/cpu/m6805]m6805.cpp m6805.h
[/branches/code_cleanup/src/devices/cpu/m6809]m6809.cpp m6809.h
[/branches/code_cleanup/src/devices/cpu/mb86233]mb86233.cpp mb86233.h
[/branches/code_cleanup/src/devices/cpu/mb86235]mb86235.cpp mb86235.h
[/branches/code_cleanup/src/devices/cpu/mb88xx]mb88xx.cpp mb88xx.h
[/branches/code_cleanup/src/devices/cpu/mc68hc11]mc68hc11.cpp mc68hc11.h
[/branches/code_cleanup/src/devices/cpu/mcs48]mcs48.cpp mcs48.h
[/branches/code_cleanup/src/devices/cpu/mcs51]mcs51.cpp mcs51.h
[/branches/code_cleanup/src/devices/cpu/mcs96]mcs96.cpp mcs96.h
[/branches/code_cleanup/src/devices/cpu/melps4]melps4.cpp melps4.h
[/branches/code_cleanup/src/devices/cpu/minx]minx.cpp minx.h
[/branches/code_cleanup/src/devices/cpu/mips]mips3.cpp mips3.h r3000.cpp r3000.h
[/branches/code_cleanup/src/devices/cpu/mn10200]mn10200.cpp mn10200.h
[/branches/code_cleanup/src/devices/cpu/nec]nec.cpp nec.h v25.cpp v25.h
[/branches/code_cleanup/src/devices/cpu/pdp1]pdp1.cpp pdp1.h
[/branches/code_cleanup/src/devices/cpu/pdp8]pdp8.cpp pdp8.h
[/branches/code_cleanup/src/devices/cpu/pic16c5x]pic16c5x.cpp pic16c5x.h
[/branches/code_cleanup/src/devices/cpu/pic16c62x]pic16c62x.cpp pic16c62x.h
[/branches/code_cleanup/src/devices/cpu/powerpc]ppc.h ppccom.cpp
[/branches/code_cleanup/src/devices/cpu/pps4]pps4.cpp pps4.h
[/branches/code_cleanup/src/devices/cpu/psx]psx.cpp psx.h
[/branches/code_cleanup/src/devices/cpu/rsp]rsp.cpp rsp.h rspcp2.cpp rspcp2.h rspcp2d.cpp rspcp2d.h
[/branches/code_cleanup/src/devices/cpu/s2650]s2650.cpp s2650.h
[/branches/code_cleanup/src/devices/cpu/saturn]saturn.cpp saturn.h
[/branches/code_cleanup/src/devices/cpu/sc61860]sc61860.cpp sc61860.h
[/branches/code_cleanup/src/devices/cpu/scmp]scmp.cpp scmp.h
[/branches/code_cleanup/src/devices/cpu/score]score.cpp score.h
[/branches/code_cleanup/src/devices/cpu/scudsp]scudsp.cpp scudsp.h
[/branches/code_cleanup/src/devices/cpu/se3208]se3208.cpp se3208.h
[/branches/code_cleanup/src/devices/cpu/sh2]sh2.cpp sh2.h
[/branches/code_cleanup/src/devices/cpu/sh4]sh4.cpp sh4.h
[/branches/code_cleanup/src/devices/cpu/sm8500]sm8500.cpp sm8500.h
[/branches/code_cleanup/src/devices/cpu/spc700]spc700.cpp spc700.h
[/branches/code_cleanup/src/devices/cpu/ssem]ssem.cpp ssem.h
[/branches/code_cleanup/src/devices/cpu/ssp1601]ssp1601.cpp ssp1601.h ssp1601d.cpp
[/branches/code_cleanup/src/devices/cpu/t11]t11.cpp t11.h
[/branches/code_cleanup/src/devices/cpu/tlcs90]tlcs90.cpp tlcs90.h
[/branches/code_cleanup/src/devices/cpu/tlcs900]tlcs900.cpp tlcs900.h
[/branches/code_cleanup/src/devices/cpu/tms0980]tms0980.cpp tms0980.h
[/branches/code_cleanup/src/devices/cpu/tms32010]tms32010.cpp tms32010.h
[/branches/code_cleanup/src/devices/cpu/tms32025]tms32025.cpp tms32025.h
[/branches/code_cleanup/src/devices/cpu/tms32031]tms32031.cpp tms32031.h
[/branches/code_cleanup/src/devices/cpu/tms32082]tms32082.cpp tms32082.h
[/branches/code_cleanup/src/devices/cpu/tms34010]tms34010.cpp tms34010.h
[/branches/code_cleanup/src/devices/cpu/tms7000]tms7000.cpp tms7000.h
[/branches/code_cleanup/src/devices/cpu/tms9900]tms9900.cpp tms9900.h tms9995.cpp tms9995.h
[/branches/code_cleanup/src/devices/cpu/ucom4]ucom4.cpp ucom4.h
[/branches/code_cleanup/src/devices/cpu/upd7725]upd7725.cpp upd7725.h
[/branches/code_cleanup/src/devices/cpu/upd7810]upd7810.cpp upd7810.h
[/branches/code_cleanup/src/devices/cpu/v30mz]v30mz.cpp v30mz.h
[/branches/code_cleanup/src/devices/cpu/v810]v810.cpp v810.h
[/branches/code_cleanup/src/devices/cpu/z180]z180.cpp z180.h
[/branches/code_cleanup/src/devices/cpu/z8]z8.cpp z8.h
[/branches/code_cleanup/src/devices/cpu/z80]z80.cpp z80.h
[/branches/code_cleanup/src/devices/cpu/z8000]z8000.cpp z8000.h
[/branches/code_cleanup/src/devices/imagedev]cassette.cpp chd_cd.cpp chd_cd.h diablo.cpp diablo.h flopdrv.cpp floppy.cpp harddriv.cpp harddriv.h
[/branches/code_cleanup/src/devices/machine]6821pia.cpp akiko.cpp amigafdc.cpp atahle.h atapihle.cpp idehd.cpp intelfsh.cpp intelfsh.h laserdsc.cpp laserdsc.h ldpr8210.cpp netlist.h pckeybrd.cpp roc10937.cpp stvcd.cpp wd_fdc.cpp
[/branches/code_cleanup/src/devices/sound]beep.cpp beep.h discrete.cpp discrete.h fm.cpp fm.h fm2612.cpp fmopl.cpp fmopl.h mos6581.cpp msm5232.cpp msm5232.h qsound.cpp qsound.h s14001a.cpp s14001a.h s14001a_new.cpp* s14001a_new.h* saa1099.cpp tiasound.cpp tms5110.cpp tms5110.h ym2151.cpp ym2151.h ym2413.cpp ym2413.h ymdeltat.cpp ymdeltat.h ymf262.cpp ymf262.h
[/branches/code_cleanup/src/devices/video]mc6845.cpp mc6847.h pcd8544.cpp* pcd8544.h* polylgcy.cpp voodoo.cpp
[/branches/code_cleanup/src/emu]audit.cpp bookkeeping.cpp* bookkeeping.h* cheat.cpp cheat.h clifront.cpp clifront.h config.cpp config.h crsshair.cpp crsshair.h debugger.cpp debugger.h devfind.h device.h diimage.cpp diimage.h dioutput.cpp dislot.cpp dislot.h distate.cpp distate.h driver.cpp driver.h emu.h emualloc.h emuopts.cpp emuopts.h fileio.cpp hash.cpp hash.h hashfile.cpp image.cpp image.h info.cpp input.cpp input.h ioport.cpp ioport.h luaengine.cpp machine.cpp machine.h mame.cpp mconfig.cpp network.cpp network.h output.cpp output.h render.cpp render.h rendlay.cpp romload.cpp romload.h softlist.cpp sound.cpp sound.h uiinput.cpp uiinput.h validity.cpp video.cpp video.h
[/branches/code_cleanup/src/emu/debug]debugcmd.cpp debugcon.cpp debugcpu.cpp dvbpoints.cpp dvstate.cpp
[/branches/code_cleanup/src/emu/machine]generic.cpp generic.h
[/branches/code_cleanup/src/emu/ui]filemngr.cpp imgcntrl.cpp inputmap.cpp mainmenu.cpp menu.cpp miscmenu.cpp selgame.cpp sliders.cpp slotopt.cpp swlist.cpp ui.cpp videoopt.cpp viewgfx.cpp
[/branches/code_cleanup/src/ldplayer]ldplayer.cpp
[/branches/code_cleanup/src/lib/formats]cassimg.cpp cbm_crt.cpp cbm_crt.h ipf_dsk.cpp
[/branches/code_cleanup/src/lib/netlist/prg]nltool.cpp nlwav.cpp
[/branches/code_cleanup/src/lib/util]corealloc.cpp corealloc.h corefile.cpp corefile.h corestr.cpp corestr.h coretmpl.h hashing.cpp hashing.h options.cpp options.h
[/branches/code_cleanup/src/mame]arcade.lst mess.lst
[/branches/code_cleanup/src/mame/audio]8080bw.cpp atarijsa.cpp bzone.cpp carnival.cpp cinemat.cpp copsnrob.cpp cyberbal.cpp dcs.cpp depthch.cpp invinco.cpp leland.cpp m79amb.cpp mw8080bw.cpp polyplay.cpp pulsar.cpp qix.cpp seibu.cpp skyraid.cpp spiders.cpp sprint2.cpp tank8.cpp turbo.cpp tx1.cpp
[/branches/code_cleanup/src/mame/drivers]1942.cpp 1943.cpp 20pacgal.cpp 24cdjuke.cpp 2mindril.cpp 30test.cpp 4004clk.cpp 40love.cpp 5clown.cpp 8080bw.cpp 88games.cpp a5105.cpp ace.cpp acefruit.cpp aces1.cpp acrnsys1.cpp airbustr.cpp albazc.cpp albazg.cpp alesis.cpp aliens.cpp allied.cpp alpha68k.cpp alphatro.cpp amaticmg.cpp ambush.cpp amico2k.cpp amiga.cpp ampoker2.cpp amust.cpp apollo.cpp apple2e.cpp arabian.cpp aristmk4.cpp arkanoid.cpp armedf.cpp asteroid.cpp astrcorp.cpp astrocde.cpp astrof.cpp atari_s1.cpp atari_s2.cpp atarifb.cpp atarigt.cpp atarist.cpp atarisy1.cpp atarisy2.cpp ataxx.cpp atetris.cpp avalnche.cpp babbage.cpp bagman.cpp baraduke.cpp barata.cpp battlane.cpp battlnts.cpp bbc.cpp bbusters.cpp beathead.cpp berzerk.cpp beta.cpp bfcobra.cpp bfm_sc1.cpp bfm_sc2.cpp bfm_sc45_helper.cpp bfm_sc4h.cpp bfmsys85.cpp bigbord2.cpp bigevglf.cpp bionicc.cpp bladestl.cpp blitz.cpp blitz68k.cpp blktiger.cpp blockhl.cpp blueprnt.cpp bmcpokr.cpp bmjr.cpp bob85.cpp bottom9.cpp boxer.cpp br8641.cpp bw12.cpp bwidow.cpp by17.cpp by35.cpp by6803.cpp byvid.cpp bzone.cpp c80.cpp cabal.cpp cabaret.cpp calomega.cpp canyon.cpp cardline.cpp caswin.cpp cave.cpp cb2001.cpp cball.cpp cbasebal.cpp cc40.cpp ccastles.cpp cchance.cpp cd2650.cpp centiped.cpp cesclass.cpp champbwl.cpp chance32.cpp changela.cpp chessmst.cpp chesstrv.cpp chexx.cpp chihiro.cpp chqflag.cpp chsuper.cpp cidelsa.cpp circusc.cpp cischeat.cpp cliffhgr.cpp cloak.cpp cloud9.cpp cocoloco.cpp combatsc.cpp compis.cpp contra.cpp coolpool.cpp cops.cpp copsnrob.cpp corona.cpp cosmicos.cpp cp1.cpp cps1.cpp cps2.cpp cps3.cpp crimfght.cpp csc.cpp cubeqst.cpp cubo.cpp cultures.cpp cvicny.cpp d6800.cpp dacholer.cpp dai3wksi.cpp darius.cpp dassault.cpp dblcrown.cpp dbz.cpp dccons.cpp ddenlovr.cpp ddribble.cpp de_2.cpp de_3.cpp deco_mlc.cpp decwritr.cpp deshoros.cpp destroyr.cpp dgpix.cpp didact.cpp* digel804.cpp djboy.cpp djmain.cpp dkong.cpp dlair.cpp dmv.cpp dolphunk.cpp dragrace.cpp drgnmst.cpp dunhuang.cpp dynax.cpp eacc.cpp ecoinf2.cpp ecoinf3.cpp ecoinfr.cpp electron.cpp elekscmp.cpp elf.cpp embargo.cpp enmirage.cpp eolith.cpp eolith16.cpp et3400.cpp eti660.cpp ettrivia.cpp exedexes.cpp exidy440.cpp exterm.cpp exzisus.cpp fastinvaders.cpp fastlane.cpp feversoc.cpp fgoal.cpp fidel6502.cpp* fidelz80.cpp finalizr.cpp fireball.cpp firebeat.cpp firefox.cpp firetrk.cpp flicker.cpp flkatck.cpp flower.cpp flyball.cpp fm7.cpp foodf.cpp fortecar.cpp fp1100.cpp freekick.cpp funkybee.cpp funworld.cpp g627.cpp gaelco.cpp gaelco2.cpp gal3.cpp galaga.cpp galastrm.cpp galaxi.cpp galaxian.cpp galpani2.cpp galpanic.cpp gameplan.cpp gaplus.cpp gatron.cpp gberet.cpp gcpinbal.cpp gei.cpp ggconnie.cpp glasgow.cpp glass.cpp gluck2.cpp gng.cpp goldnpkr.cpp goldstar.cpp gottlieb.cpp gp_1.cpp gp_2.cpp gradius3.cpp grchamp.cpp gridlee.cpp groundfx.cpp gts1.cpp gts3.cpp gts3a.cpp gts80.cpp gts80a.cpp gts80b.cpp gunbustr.cpp gundealr.cpp gunsmoke.cpp h19.cpp h8.cpp hankin.cpp hcastle.cpp hexion.cpp hh_cop400.cpp hh_hmcs40.cpp hh_melps4.cpp hh_pic16.cpp hh_sm510.cpp hh_tms1k.cpp hh_ucom4.cpp highvdeo.cpp homedata.cpp hvyunit.cpp hyperspt.cpp icecold.cpp ie15.cpp igs009.cpp igs011.cpp igs017.cpp igspoker.cpp ikki.cpp imds2.cpp imolagp.cpp inder.cpp instruct.cpp iqblock.cpp iteagle.cpp itech32.cpp itech8.cpp itt3030.cpp jackal.cpp jackie.cpp jangou.cpp jankenmn.cpp jedi.cpp jeutel.cpp jollyjgr.cpp jongkyo.cpp joystand.cpp jp.cpp jpmimpct.cpp jpmmps.cpp jpmsys5.cpp jr100.cpp jr200.cpp jubilee.cpp junior.cpp junofrst.cpp k1003.cpp kaneko16.cpp kangaroo.cpp kas89.cpp kaypro.cpp kenseim.cpp kim1.cpp kingdrby.cpp konamigx.cpp konamim2.cpp kopunch.cpp ksys573.cpp kungfur.cpp kurukuru.cpp kyugo.cpp labyrunr.cpp laserbat.cpp lc80.cpp leland.cpp lethalj.cpp liberatr.cpp limenko.cpp lkage.cpp lockon.cpp lordgun.cpp ltd.cpp luckgrln.cpp lucky74.cpp lwings.cpp m107.cpp m63.cpp m79amb.cpp m90.cpp m92.cpp madmotor.cpp magic10.cpp magicfly.cpp mainevt.cpp majorpkr.cpp mappy.cpp marywu.cpp* maxaflex.cpp maygay1b.cpp maygayv1.cpp mazerbla.cpp mbdtower.cpp mcatadv.cpp mcr.cpp mcr3.cpp meadwttl.cpp megasys1.cpp megatech.cpp megazone.cpp mekd2.cpp mephisto.cpp merit.cpp meritm.cpp metro.cpp meyc8080.cpp meyc8088.cpp mgames.cpp mgavegas.cpp mgolf.cpp micral.cpp micronic.cpp micropin.cpp midas.cpp midzeus.cpp mikie.cpp mil4000.cpp miniboy7.cpp minicom.cpp mirax.cpp missile.cpp mk1.cpp mk14.cpp mk2.cpp mkit09.cpp mmd1.cpp mmodular.cpp model1.cpp monzagp.cpp mpf1.cpp mpu3.cpp mpu4hw.cpp mpu4vid.cpp mpu5hw.cpp msisaac.cpp multfish.cpp multi8.cpp mw18w.cpp mw8080bw.cpp mwsub.cpp mz2000.cpp mz2500.cpp mz3500.cpp namcos1.cpp namcos11.cpp namcos12.cpp namcos2.cpp namcos22.cpp namcos23.cpp namcos86.cpp naomi.cpp nbmj8688.cpp nc.cpp nemesis.cpp neogeo.cpp newbrain.cpp niyanpai.cpp nokia_3310.cpp norautp.cpp nova2001.cpp nsm.cpp nss.cpp ohmygod.cpp ojankohs.cpp omegrace.cpp onetwo.cpp opwolf.cpp orbit.cpp osi.cpp othunder.cpp overdriv.cpp p2000t.cpp p8k.cpp pacland.cpp pacman.cpp pandoras.cpp panicr.cpp paradise.cpp parodius.cpp pasha2.cpp pb1000.cpp pc100.cpp pc1500.cpp pc2000.cpp pc4.cpp pc8801.cpp pc9801.cpp pce220.cpp pcw.cpp pcw16.cpp pcxt.cpp pengo.cpp peplus.cpp peyper.cpp pgm.cpp phoenix.cpp piggypas.cpp pingpong.cpp pkscram.cpp playmark.cpp plygonet.cpp pmi80.cpp polepos.cpp poly880.cpp polyplay.cpp pong.cpp poolshrk.cpp popeye.cpp portrait.cpp powerbal.cpp ppmast93.cpp pro80.cpp proconn.cpp prophet600.cpp* psion.cpp psychic5.cpp pve500.cpp px4.cpp px8.cpp qix.cpp quantum.cpp quizshow.cpp r9751.cpp raiden.cpp raiden2.cpp rainbow.cpp rallyx.cpp rampart.cpp rastan.cpp ravens.cpp re900.cpp retofinv.cpp rex6000.cpp rmhaihai.cpp rockrage.cpp rollerg.cpp roul.cpp rowamet.cpp royalmah.cpp rsc55.cpp runaway.cpp s11.cpp s11a.cpp s11b.cpp s3.cpp s4.cpp s6.cpp s6a.cpp s7.cpp s8.cpp s8a.cpp s9.cpp sage2.cpp sandscrp.cpp sanremmg.cpp* sanremo.cpp sauro.cpp savia84.cpp sbasketb.cpp sbowling.cpp sbrain.cpp sbrkout.cpp sc1.cpp sc2.cpp sderby.cpp sdk85.cpp sdk86.cpp seabattl.cpp seattle.cpp segac2.cpp segag80r.cpp segag80v.cpp segahang.cpp segajw.cpp segaorun.cpp segas16a.cpp segas16b.cpp segas18.cpp segas32.cpp segaufo.cpp segaxbd.cpp segaybd.cpp seibuspi.cpp selz80.cpp sengokmj.cpp seta.cpp seta2.cpp sf.cpp sfbonus.cpp sg1000a.cpp shangha3.cpp shanghai.cpp shisen.cpp shootout.cpp shougi.cpp sidearms.cpp sigmab52.cpp sigmab98.cpp silkroad.cpp sitcom.cpp skykid.cpp skylncr.cpp skyraid.cpp slapshot.cpp slc1.cpp smc777.cpp smsmcorp.cpp snk.cpp snookr10.cpp snowbros.cpp softbox.cpp sonson.cpp spaceg.cpp spc1000.cpp spc1500.cpp* spdodgeb.cpp spectra.cpp speedbal.cpp splash.cpp splus.cpp spoker.cpp sprint2.cpp sprint4.cpp sprint8.cpp spy.cpp srmp2.cpp srumbler.cpp sspeedr.cpp ssv.cpp st_mp100.cpp st_mp200.cpp stactics.cpp starshp1.cpp starwars.cpp studio2.cpp stuntair.cpp stv.cpp subsino.cpp subsino2.cpp suna16.cpp suna8.cpp supdrapo.cpp superchs.cpp supercon.cpp superdq.cpp superqix.cpp superwng.cpp suprnova.cpp suprridr.cpp surpratk.cpp svmu.cpp sym1.cpp system1.cpp system16.cpp taito.cpp taito_b.cpp taito_f2.cpp taito_f3.cpp taito_l.cpp taito_x.cpp taito_z.cpp taitojc.cpp taitosj.cpp taitotz.cpp tamag1.cpp tank8.cpp tankbatt.cpp tankbust.cpp targeth.cpp tavernie.cpp tbowl.cpp tec1.cpp techno.cpp tecnbras.cpp tek405x.cpp tempest.cpp tetrisp2.cpp thayers.cpp thedealr.cpp thoop2.cpp thunderx.cpp ti74.cpp tiamc1.cpp ticalc1x.cpp tiki100.cpp timeplt.cpp tispeak.cpp tispellb.cpp tk80.cpp tm990189.cpp tmc1800.cpp tmc2000e.cpp toaplan2.cpp tomcat.cpp tonton.cpp toratora.cpp tourtabl.cpp tourvis.cpp toypop.cpp tp84.cpp trackfld.cpp triplhnt.cpp trvquest.cpp ts803.cpp tsamurai.cpp tubep.cpp tunhunt.cpp turbo.cpp tutankhm.cpp twin16.cpp twinkle.cpp tx1.cpp uapce.cpp ultratnk.cpp ultrsprt.cpp umipoker.cpp undrfire.cpp unico.cpp unixpc.cpp upscope.cpp usgames.cpp vcs80.cpp vd.cpp vendetta.cpp vicdual.cpp victory.cpp videopin.cpp videopkr.cpp vigilant.cpp vip.cpp viper.cpp vk100.cpp vsnes.cpp vt100.cpp wacky_gator.cpp wallc.cpp wangpc.cpp warpwarp.cpp wheelfir.cpp whitestar.cpp wicat.cpp wico.cpp wildfire.cpp williams.cpp wink.cpp witch.cpp wiz.cpp wolfpack.cpp wpc_95.cpp wpc_an.cpp wyvernf0.cpp x07.cpp x1.cpp x68k.cpp xerox820.cpp xmen.cpp xtheball.cpp xyonix.cpp z80dev.cpp z9001.cpp zac_1.cpp zac_2.cpp zac_proto.cpp zaccaria.cpp zapcomputer.cpp zaxxon.cpp zodiack.cpp zorba.cpp zrt80.cpp
[/branches/code_cleanup/src/mame/etc]template_cpu.cpp template_cpu.h
[/branches/code_cleanup/src/mame/includes]1942.h 1943.h 20pacgal.h 40love.h 8080bw.h arkanoid.h atarifb.h battlane.h bigevglf.h bionicc.h blktiger.h ccastles.h changela.h chihiro.h compis.h cps1.h darius.h dragrace.h dynax.h exedexes.h fgoal.h fidelz80.h gaelco2.h gunsmoke.h jackal.h jpmimpct.h jpmsys5.h kaneko16.h liberatr.h lwings.h maygay1b.h megasys1.h mpu4.h msisaac.h namcos2.h opwolf.h orbit.h p2000t.h phoenix.h polyplay.h poolshrk.h popeye.h qix.h raiden.h rastan.h segas16b.h segas18.h sidearms.h skyraid.h sprint4.h sprint8.h srumbler.h sspeedr.h starshp1.h starwars.h taito_b.h tank8.h tankbust.h tp84.h triplhnt.h tubep.h ultratnk.h vicdual.h williams.h wolfpack.h x1.h x68k.h xbox.h
[/branches/code_cleanup/src/mame/layout]bridgec3.lay fidel_cc.lay* fidel_vbrc.lay* fidel_vcc.lay* fidel_vsc.lay* fidelz80.lay prophet600.lay* ti1250.lay* vsc.lay
[/branches/code_cleanup/src/mame/machine]6883sam.cpp aim65.cpp ajax.cpp amiga.cpp amigakbd.cpp apollo.cpp apollo_kbd.cpp arkanoid.cpp asteroid.cpp atarifb.cpp awboard.cpp balsente.cpp bbc.cpp bfm_bd1.cpp bfm_bda.cpp bigevglf.cpp bonzeadv.cpp bsktball.cpp bublbobl.cpp carpolo.cpp cchip.cpp cdicdic.cpp compiskb.cpp cps2crpt.cpp dec_lk201.cpp electron.cpp esqvfd.cpp gaelco2.cpp galaxold.cpp harddriv.cpp hp48.cpp irobot.cpp kay_kbd.cpp kaypro.cpp leland.cpp llc.cpp mboard.cpp megacd.cpp meters.cpp meters.h mhavoc.cpp microtan.cpp midxunit.cpp midyunit.cpp ms7004.cpp msx.cpp namcos2.cpp naomigd.cpp nb1413m3.cpp nitedrvr.cpp opwolf.cpp p2000t.cpp pc1512kb.cpp pc9801_118.cpp pc9801_86.cpp pc9801_86.h pmd85.cpp qix.cpp rbisland.cpp simpsons.cpp sms.cpp starwars.cpp stfight.cpp subs.cpp svi318.cpp taitoio.cpp taitosj.cpp tandy2kb.cpp thomson.cpp ticket.cpp tnzs.cpp toaplan1.cpp trs80m2kb.cpp twincobr.cpp ut88.cpp v1050kb.cpp victor9k_fdc.cpp volfied.cpp wangpckb.cpp williams.cpp wpc_lamp.cpp wpc_out.cpp wrally.cpp x68k_kbd.cpp xbox.cpp xevious.cpp z80ne.cpp
[/branches/code_cleanup/src/mame/video]1942.cpp 1943.cpp 40love.cpp 911_vdt.cpp alesis.cpp antic.cpp arkanoid.cpp atarifb.cpp avgdvg.cpp avgdvg.h awpvid.cpp awpvid.h battlane.cpp battlex.cpp bfm_dm01.cpp bigevglf.cpp bionicc.cpp bking.cpp blktiger.cpp buggychl.cpp cave.cpp ccastles.cpp changela.cpp chihiro.cpp cinemat.cpp cischeat.cpp commando.cpp cop01.cpp cps1.cpp cvs.cpp darius.cpp dday.cpp deniam.cpp dogfgt.cpp dooyong.cpp dragrace.cpp electron.cpp epos.cpp exedexes.cpp fgoal.cpp galivan.cpp grchamp.cpp gunsmoke.cpp higemaru.cpp ironhors.cpp jackal.cpp kaneko_spr.cpp kncljoe.cpp lastduel.cpp liberatr.cpp lwings.cpp m52.cpp m57.cpp m58.cpp m62.cpp m72.cpp mitchell.cpp mjkjidai.cpp model1.cpp model2.cpp msisaac.cpp mystston.cpp nemesis.cpp opwolf.cpp orbit.cpp p2000m.cpp phoenix.cpp polyplay.cpp poolshrk.cpp popeye.cpp prehisle.cpp qix.cpp quizdna.cpp raiden.cpp rastan.cpp realbrk.cpp route16.cpp scotrsht.cpp segas16b.cpp seta.cpp sidearms.cpp skydiver.cpp skyraid.cpp sprint4.cpp sprint8.cpp srumbler.cpp sspeedr.cpp stactics.cpp starcrus.cpp starshp1.cpp super80.cpp superqix.cpp suprloco.cpp tagteam.cpp taito_b.cpp taitojc.cpp tank8.cpp tankbust.cpp tehkanwc.cpp terracre.cpp thomson.cpp tia.cpp tia.h tigeroad.cpp tmnt.cpp tp84.cpp travrusa.cpp triplhnt.cpp tubep.cpp ultraman.cpp ultratnk.cpp vulgus.cpp wecleman.cpp williams.cpp wolfpack.cpp x68k.cpp yiear.cpp
[/branches/code_cleanup/src/osd]osdcore.h osdnet.cpp
[/branches/code_cleanup/src/osd/modules/debugger]debugint.cpp debugqt.cpp
[/branches/code_cleanup/src/osd/modules/debugger/osx]disassemblyviewer.mm
[/branches/code_cleanup/src/osd/modules/debugger/qt]breakpointswindow.cpp dasmwindow.cpp debuggerview.cpp deviceinformationwindow.cpp deviceswindow.cpp logwindow.cpp mainwindow.cpp memorywindow.cpp windowqt.cpp
[/branches/code_cleanup/src/osd/modules/debugger/win]debugviewinfo.cpp disasmbasewininfo.cpp
[/branches/code_cleanup/src/osd/modules/render]drawd3d.cpp
[/branches/code_cleanup/src/osd/modules/render/d3d]d3dhlsl.cpp
[/branches/code_cleanup/src/osd/modules/sound]coreaudio_sound.cpp sdl_sound.cpp
[/branches/code_cleanup/src/osd/osdmini]minimisc.cpp
[/branches/code_cleanup/src/osd/sdl]input.cpp osdsdl.h output.cpp sdlfile.cpp sdlsocket.cpp video.cpp
[/branches/code_cleanup/src/osd/windows]input.cpp ledutil.cpp output.cpp video.cpp window.cpp winfile.cpp winmain.cpp winutil.cpp
[/branches/code_cleanup/src/tools]chdman.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team