Note Feed

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

Previous 50 199869 Revisions Next 50

r199558 Friday 8th December, 2023 at 10:14:44 UTC by hap
New working systems
-------------------
Constellation Junior [hap, Mychess]
[src/mame]mame.lst
[src/mame/chess]yeno_301xl.cpp
[src/mame/cxg]senterprise.cpp
[src/mame/hegenerglaser]europa.cpp
[src/mame/layout]novag_constjr.lay*
[src/mame/novag]constjr.cpp* micro2.cpp snova.cpp
[src/mame/saitek]companion2.cpp

r199557 Friday 8th December, 2023 at 08:17:53 UTC by Olivier Galibert
waveblaster: add the dx60xg [O. Galibert, Matt]
[scripts/src]bus.lua
[src/devices/bus/waveblaster]db60xg.cpp* db60xg.h* waveblaster.cpp

r199556 Friday 8th December, 2023 at 07:55:42 UTC by Olivier Galibert
waveblaster: add the db50xg [O. Galibert, Phil Bennett]
[scripts/src]bus.lua
[src/devices/bus/waveblaster]db50xg.cpp* db50xg.h* waveblaster.cpp

r199555 Friday 8th December, 2023 at 07:54:40 UTC by Olivier Galibert
wavesynth: Slotify the omniwave
[scripts/src]bus.lua
[src/devices/bus/waveblaster]omniwave.cpp* omniwave.h* waveblaster.cpp* waveblaster.h*
[src/mame/virtual]wavesynth.cpp

r199554 Thursday 7th December, 2023 at 22:23:35 UTC by Angelo Salese
konami/viper.cpp: document Voodoo overlay behaviour for mocapglf/sscopex
[src/mame/konami]viper.cpp

r199553 Thursday 7th December, 2023 at 19:29:45 UTC by Angelo Salese
konami/viper.cpp: hookup PC16552D
[src/mame/konami]viper.cpp

r199552 Thursday 7th December, 2023 at 18:56:11 UTC by Angelo Salese
konami/viper.cpp: implement Epic PCTPR, housekeeping
[src/devices/video]voodoo_banshee.cpp voodoo_render.cpp
[src/mame/konami]viper.cpp
[src/mame/misc]comebaby.cpp xtom3d.cpp

r199551 Thursday 7th December, 2023 at 18:16:33 UTC by Roberto Fresca
Novo Play and Inter Games sets: Switch language DSW from DEUTSCHE to GERMAN.
[src/mame/funworld]funworld.cpp

r199550 Thursday 7th December, 2023 at 18:04:34 UTC by Vasantha Crabb
Tidy up various things.
[src/mame/konami]gticlub.cpp k037122.cpp
[src/mame/nichibutsu]armedf.cpp armedf.h galivan.cpp galivan.h hrdvd.cpp nbmj9195.cpp niyanpai.cpp

r199549 Thursday 7th December, 2023 at 17:59:29 UTC by cam900
konami/k037122.cpp: Implement device_palette_interface for palette. (#11792)

Also cleaned up code and reduced hard-coded constants.
[src/mame/konami]hornet.cpp k037122.cpp k037122.h

r199548 Thursday 7th December, 2023 at 17:53:22 UTC by cam900
konami/gticlub.cpp: Improved palette handling (visible in Hang Pilot). (#11787)

* Split up driver state class for different hardware configurations.
* Use palette format utilities.
* Use separate palettes for multiple video boards.
* Only enable palette RAM access when video board is mapped over system RAM.
[src/mame/konami]gticlub.cpp

r199547 Thursday 7th December, 2023 at 17:48:44 UTC by Dirk Best
nichibutsu/nbmj9195: Add coin counters
[src/mame/nichibutsu]nbmj9195.cpp nbmj9195_v.cpp

r199546 Thursday 7th December, 2023 at 17:47:20 UTC by cam900
seibu/sei021x_sei0220_spr.cpp: Encapsulated SEI0210/SEI0211/SEI0220 sprite chip emulation. (#11802)

* seibu/banprestoms.cpp, seibu/sengokumj.cpp: Use single-pass sprite drawing.
* seibu/bloodbro.cpp: Split driver state classes for different hardware configurations.
* seibu/dcon.cpp: Fixed sprite coordinate format.
[src/mame/seibu]banprestoms.cpp bloodbro.cpp bloodbro.h bloodbro_v.cpp dcon.cpp dcon.h dcon_v.cpp goodejan.cpp legionna.cpp legionna.h legionna_v.cpp sei021x_sei0220_spr.cpp* sei021x_sei0220_spr.h* sengokmj.cpp

r199545 Thursday 7th December, 2023 at 17:19:41 UTC by cam900
dataeast/deckarn.cpp, dataeast/decmxc06.cpp: Use device_gfx_interface to decode graphics ROMs. (#11821)

Make ROM region names more descriptive in systems using these devices.
[src/mame/dataeast]actfancr.cpp dec0.cpp dec0_v.cpp dec8.cpp dec8_v.cpp deckarn.cpp deckarn.h decmxc06.cpp decmxc06.h karnov.cpp madmotor.cpp stadhero.cpp thedeep.cpp vaportra.cpp

r199544 Thursday 7th December, 2023 at 17:03:07 UTC by Osso
New working clones
------------------
Stompin' (prototype?) [Domenico Cervini]
[src/mame]mame.lst
[src/mame/midway]balsente.cpp

r199543 Thursday 7th December, 2023 at 16:56:57 UTC by Roberto Fresca
Cleaned old comment...
[src/mame/funworld]funworld.cpp

r199542 Thursday 7th December, 2023 at 16:37:28 UTC by Roberto Fresca
Novo Play Club Card sets: Reverse-engineering the code to pass all the tests,
rewrite the protection bypass, created a default NVRAM for both of them,
hardcoding all the expected values to work properly. Also derivated their
own inputs, changed manufacturer, years, game descriptions, and added
technical notes. [Roberto Fresca, Grull Osgo]

Systems promoted to working
---------------------------
Novo Play Club Card (V6.2H) [Roberto Fresca, Grull Osgo]
Novo Play Club Card (V3.3H) [Roberto Fresca, Grull Osgo]
[src/mame/funworld]funworld.cpp funworld.h

r199541 Thursday 7th December, 2023 at 15:48:22 UTC by mark.garlanger
video/mc6845.cpp: Don't enable line timer until valid parameters are set. (#11803)

Fixes hang in ma7551t.
[src/devices/video]mc6845.cpp

r199540 Thursday 7th December, 2023 at 15:45:37 UTC by cam900
konami/k007342.cpp, konami/k007420.cpp: Use device_gfx_interface to decode graphics ROM. (#11807)

* Also cleaned up code and reduced macro use.
* konami/battlnts.cpp, konami.bladestl.cpp, konami/rockrage.cpp: Adjusted graphics ROM loading so common graphics formats can be used.
[src/mame/konami]battlnts.cpp bladestl.cpp k007342.cpp k007342.h k007420.cpp k007420.h rockrage.cpp

r199539 Thursday 7th December, 2023 at 12:14:45 UTC by Dirk Best
nichibutsu/nbmj9195: Use common nichisnd device, use IPT_CUSTOM for mahjong input, machine config cleanup
[src/mame/nichibutsu]hrdvd.cpp nbmj9195.cpp nbmj9195.h nichisnd.cpp nichisnd.h

r199538 Wednesday 6th December, 2023 at 23:42:20 UTC by Angelo Salese
konami/viper.cpp: placeholder inputs for mocapb
[src/mame/konami]viper.cpp

r199537 Wednesday 6th December, 2023 at 17:52:57 UTC by Olivier Galibert
mu100: Tighten the wires that went loose
[src/devices/sound]swp30.cpp swp30.h

r199536 Wednesday 6th December, 2023 at 17:52:08 UTC by cam900
konami/zr107.cpp: Use palette format helpers, and base palette entry count on palette RAM size. (#11817)
[src/mame/konami]zr107.cpp

r199535 Wednesday 6th December, 2023 at 17:29:57 UTC by devin.acker
emu/rendlay.cpp: Keep alpha channel intact when drawing text components. (#11820)

Improves appearance of text drawn over colors other than black.
[src/emu]rendlay.cpp

r199534 Wednesday 6th December, 2023 at 12:21:09 UTC by Dirk Best
nichibutsu inputs cleanup

* decouple common mahjong inputs from nb1413m3
* use common inputs for nichild, add coin counter, change dsw order
* use common inputs for nbmj9195, use 74166 for dsw reading, code cleanup
[src/mame/nichibutsu]nbmj9195.cpp nbmj9195.h nbmjctrl.cpp* nbmjctrl.h* nichild.cpp

r199533 Wednesday 6th December, 2023 at 07:03:41 UTC by Osso
New working clones
------------------
Cruis'n Exotica (version 2.0, alternate ROM format) [Brian Troha]
Tekken 2 Ver.B (World, TES2/VER.D) [@moflih.morad]
[src/mame]mame.lst
[src/mame/midway]midzeus.cpp
[src/mame/misc]kkcount.cpp
[src/mame/namco]namcos11.cpp
[src/mame/skeleton]kkcount.cpp*

r199532 Wednesday 6th December, 2023 at 06:34:04 UTC by Vasantha Crabb
docs: Removed reference to directory that isn't added yet.
[docs/source]index.rst

r199531 Wednesday 6th December, 2023 at 06:31:13 UTC by Vasantha Crabb
Tied up loose ends:

* Updated copyright for FLAC.
* Enabled some more warnings for LZMA now that upstream is cleaner.
* Removed Subversion attributes from .gitattributes.
[/trunk].gitattributes COPYING
[docs/source]index.rst
[scripts/src]3rdparty.lua

r199530 Wednesday 6th December, 2023 at 06:29:48 UTC by Osso
New systems marked not working
------------------------------
Kuru.Kuru-Count [buffi]
[src/mame]mame.lst
[src/mame/misc]kkcount.cpp*

r199529 Wednesday 6th December, 2023 at 06:12:45 UTC by Vasantha Crabb
3rdparty: Renamed libflac to flac - it's a full FLAC distribution, libFLAC is just a small part of it.
[/trunk].gitattributes
[3rdparty/flac]AUTHORS* CHANGELOG.md* CMakeLists.txt* COPYING.FDL* COPYING.GPL* COPYING.LGPL* COPYING.Xiph* Makefile.am* Makefile.in* README.md* aclocal.m4* ar-lib* autogen.sh* compile* config.cmake.h.in* config.guess* config.h.in* config.rpath* config.sub* configure* configure.ac* depcomp* flac-config.cmake.in* install-sh* ltmain.sh* missing*
[3rdparty/flac/cmake]CheckA64NEON.c.in* CheckA64NEON.cmake* CheckCPUArch.c.in* CheckCPUArch.cmake* FindOgg.cmake* UseSystemExtensions.cmake*
[3rdparty/flac/examples]CMakeLists.txt* Makefile.am* Makefile.in* README*
[3rdparty/flac/examples/c]Makefile.am* Makefile.in*
[3rdparty/flac/examples/c/decode]Makefile.am* Makefile.in*
[3rdparty/flac/examples/c/decode/file]CMakeLists.txt* Makefile.am* Makefile.in* main.c*
[3rdparty/flac/examples/c/encode]Makefile.am* Makefile.in*
[3rdparty/flac/examples/c/encode/file]CMakeLists.txt* Makefile.am* Makefile.in* main.c*
[3rdparty/flac/examples/cpp]Makefile.am* Makefile.in*
[3rdparty/flac/examples/cpp/decode]Makefile.am* Makefile.in*
[3rdparty/flac/examples/cpp/decode/file]CMakeLists.txt* Makefile.am* Makefile.in* main.cpp*
[3rdparty/flac/examples/cpp/encode]Makefile.am* Makefile.in*
[3rdparty/flac/examples/cpp/encode/file]CMakeLists.txt* Makefile.am* Makefile.in* main.cpp*
[3rdparty/flac/include]FLAC++* Makefile.am* Makefile.in*
[3rdparty/flac/include/FLAC]Makefile.am* Makefile.in* all.h* assert.h* callback.h* export.h* format.h* metadata.h* ordinals.h* stream_decoder.h* stream_encoder.h*
[3rdparty/flac/include/FLAC++]Makefile.am* Makefile.in* all.h* decoder.h* encoder.h* export.h* metadata.h*
[3rdparty/flac/include/share]Makefile.am* Makefile.in* alloc.h* compat.h* endswap.h* getopt.h* grabbag.h* macros.h* private.h* replaygain_analysis.h* replaygain_synthesis.h* safe_str.h* utf8.h* win_utf8_io.h*
[3rdparty/flac/include/share/grabbag]Makefile.am* Makefile.in* cuesheet.h* file.h* picture.h* replaygain.h* seektable.h*
[3rdparty/flac/include/test_libs_common]Makefile.am* Makefile.in* file_utils_flac.h* metadata_utils.h*
[3rdparty/flac/m4]Makefile.am* Makefile.in* add_cflags.m4* add_cxxflags.m4* ax_add_fortify_source.m4* ax_check_compile_flag.m4* ax_check_enable_debug.m4* bswap.m4* clang.m4* codeset.m4* endian.m4* gcc_version.m4* iconv.m4* lib-ld.m4* lib-link.m4* lib-prefix.m4* libtool.m4* ltoptions.m4* ltsugar.m4* ltversion.m4* lt~obsolete.m4* ogg.m4* really_gcc.m4* stack_protect.m4*
[3rdparty/flac/man]Makefile.am* Makefile.in* flac.1* flac.md* metaflac.1* metaflac.md*
[3rdparty/flac/microbench]CMakeLists.txt* Makefile.am* Makefile.in* benchmark_residual.c* util.c* util.h*
[3rdparty/flac/oss-fuzz]Makefile.am* Makefile.in* Readme.md* common.h* decoder.cc* empty.cc* encoder.cc* encoder_v2.cc* fuzzer_encoder.dict* metadata.cc* reencoder.cc* seek.cc* tool_flac.c* tool_metaflac.c*
[3rdparty/flac/oss-fuzz/fuzzing]exception.hpp* memory.hpp* types.hpp*
[3rdparty/flac/oss-fuzz/fuzzing/datasource]datasource.hpp* id.hpp*
[3rdparty/flac/src]CMakeLists.txt* Makefile.am* Makefile.in* libFLAC++* test_libFLAC++*
[3rdparty/flac/src/flac]CMakeLists.txt* Makefile.am* Makefile.in* analyze.c* analyze.h* decode.c* decode.h* encode.c* encode.h* foreign_metadata.c* foreign_metadata.h* iffscan.c* local_string_utils.c* local_string_utils.h* main.c* utils.c* utils.h* version.rc* vorbiscomment.c* vorbiscomment.h*
[3rdparty/flac/src/libFLAC]CMakeLists.txt* Makefile.am* Makefile.in* bitmath.c* bitreader.c* bitwriter.c* cpu.c* crc.c* fixed.c* fixed_intrin_avx2.c* fixed_intrin_sse2.c* fixed_intrin_sse42.c* fixed_intrin_ssse3.c* flac.pc.in* float.c* format.c* libFLAC.m4* lpc.c* lpc_intrin_avx2.c* lpc_intrin_fma.c* lpc_intrin_neon.c* lpc_intrin_sse2.c* lpc_intrin_sse41.c* md5.c* memory.c* metadata_iterators.c* metadata_object.c* ogg_decoder_aspect.c* ogg_encoder_aspect.c* ogg_helper.c* ogg_mapping.c* stream_decoder.c* stream_encoder.c* stream_encoder_framing.c* stream_encoder_intrin_avx2.c* stream_encoder_intrin_sse2.c* stream_encoder_intrin_ssse3.c* version.rc* window.c*
[3rdparty/flac/src/libFLAC++]CMakeLists.txt* Makefile.am* Makefile.in* flac++.pc.in* libFLAC++.m4* metadata.cpp* stream_decoder.cpp* stream_encoder.cpp* version.rc*
[3rdparty/flac/src/libFLAC/deduplication]bitreader_read_rice_signed_block.c* lpc_compute_autocorrelation_intrin.c* lpc_compute_autocorrelation_intrin_neon.c* lpc_compute_autocorrelation_intrin_sse2.c*
[3rdparty/flac/src/libFLAC/include]Makefile.am* Makefile.in* config.h*
[3rdparty/flac/src/libFLAC/include/private]Makefile.am* Makefile.in* all.h* bitmath.h* bitreader.h* bitwriter.h* cpu.h* crc.h* fixed.h* float.h* format.h* lpc.h* macros.h* md5.h* memory.h* metadata.h* ogg_decoder_aspect.h* ogg_encoder_aspect.h* ogg_helper.h* ogg_mapping.h* stream_encoder.h* stream_encoder_framing.h* window.h*
[3rdparty/flac/src/libFLAC/include/protected]Makefile.am* Makefile.in* all.h* stream_decoder.h* stream_encoder.h*
[3rdparty/flac/src/metaflac]CMakeLists.txt* Makefile.am* Makefile.in* main.c* operations.c* operations.h* operations_shorthand.h* operations_shorthand_cuesheet.c* operations_shorthand_picture.c* operations_shorthand_seektable.c* operations_shorthand_streaminfo.c* operations_shorthand_vorbiscomment.c* options.c* options.h* usage.c* usage.h* utils.c* utils.h* version.rc*
[3rdparty/flac/src/share]Makefile.am* Makefile.in* README*
[3rdparty/flac/src/share/getopt]CMakeLists.txt* getopt.c* getopt1.c*
[3rdparty/flac/src/share/grabbag]CMakeLists.txt* alloc.c* cuesheet.c* file.c* picture.c* replaygain.c* seektable.c* snprintf.c*
[3rdparty/flac/src/share/replaygain_analysis]CMakeLists.txt* replaygain_analysis.c*
[3rdparty/flac/src/share/replaygain_synthesis]CMakeLists.txt* replaygain_synthesis.c*
[3rdparty/flac/src/share/utf8]CMakeLists.txt* charmaps.h* charset.c* charset.h* charset_test.c* iconvert.c* iconvert.h* makemap.c* utf8.c*
[3rdparty/flac/src/share/win_utf8_io]win_utf8_io.c*
[3rdparty/flac/src/test_grabbag]CMakeLists.txt* Makefile.am* Makefile.in*
[3rdparty/flac/src/test_grabbag/cuesheet]CMakeLists.txt* Makefile.am* Makefile.in* main.c*
[3rdparty/flac/src/test_grabbag/picture]CMakeLists.txt* Makefile.am* Makefile.in* main.c*
[3rdparty/flac/src/test_libFLAC]CMakeLists.txt* Makefile.am* Makefile.in* bitreader.c* bitreader.h* bitwriter.c* bitwriter.h* crc.c* crc.h* decoders.c* decoders.h* encoders.c* encoders.h* endswap.c* endswap.h* format.c* format.h* main.c* md5.c* md5.h* metadata.c* metadata.h* metadata_manip.c* metadata_object.c*
[3rdparty/flac/src/test_libFLAC++]CMakeLists.txt* Makefile.am* Makefile.in* decoders.cpp* decoders.h* encoders.cpp* encoders.h* main.cpp* metadata.cpp* metadata.h* metadata_manip.cpp* metadata_object.cpp*
[3rdparty/flac/src/test_libs_common]CMakeLists.txt* Makefile.am* Makefile.in* README* file_utils_flac.c* metadata_utils.c*
[3rdparty/flac/src/test_seeking]CMakeLists.txt* Makefile.am* Makefile.in* main.c*
[3rdparty/flac/src/test_streams]CMakeLists.txt* Makefile.am* Makefile.in* main.c*
[3rdparty/flac/src/utils]Makefile.am* Makefile.in*
[3rdparty/flac/src/utils/flacdiff]CMakeLists.txt* Makefile.am* Makefile.in* main.cpp*
[3rdparty/flac/src/utils/flactimer]CMakeLists.txt* Makefile.am* Makefile.in* main.cpp*
[3rdparty/flac/test]CMakeLists.txt* Makefile.am* Makefile.in* common.sh.in* cuesheet.ok* generate_streams.sh* metaflac.flac.in* metaflac.flac.ok* picture.ok* test_compression.sh* test_flac.sh* test_grabbag.sh* test_libFLAC++.sh* test_libFLAC.sh* test_metaflac.sh* test_replaygain.sh* test_seeking.sh* test_streams.sh* write_iff.pl*
[3rdparty/flac/test/cuesheets]Makefile.am* Makefile.in* bad.000.CATALOG_multiple.cue* bad.001.CATALOG_missing_number.cue* bad.002.CATALOG_number_too_long.cue* bad.003.CATALOG_not_13_digits.cue* bad.030.FLAGS_multiple.cue* bad.031.FLAGS_wrong_place_1.cue* bad.032.FLAGS_wrong_place_2.cue* bad.060.INDEX_wrong_place.cue* bad.061.INDEX_missing_number.cue* bad.062.INDEX_invalid_number_1.cue* bad.063.first_INDEX_not_0_or_1.cue* bad.064.INDEX_num_non_sequential.cue* bad.065.INDEX_num_out_of_range.cue* bad.066.INDEX_missing_offset.cue* bad.067.INDEX_illegal_offset.cue* bad.068.INDEX_cdda_illegal_offset.cue* bad.069.nonzero_first_INDEX.cue* bad.070.INDEX_offset_not_ascending_1.cue* bad.071.INDEX_offset_not_ascending_2.cue* bad.110.ISRC_multiple.cue* bad.111.ISRC_wrong_place_1.cue* bad.112.ISRC_wrong_place_2.cue* bad.113.ISRC_missing_number.cue* bad.114.ISRC_invalid_number.cue* bad.130.TRACK_missing_INDEX_01_1.cue* bad.131.TRACK_missing_INDEX_01_2.cue* bad.132.TRACK_missing_INDEX_01_3.cue* bad.133.TRACK_missing_INDEX_01_4.cue* bad.134.TRACK_missing_number.cue* bad.135.TRACK_invalid_number_1.cue* bad.136.TRACK_invalid_number_2.cue* bad.137.TRACK_cdda_out_of_range.cue* bad.138.TRACK_num_non_sequential.cue* bad.139.TRACK_missing_type.cue* bad.140.no_TRACKs.cue* bad.200.FLAC_leadin_missing_offset.cue* bad.201.FLAC_leadin_illegal_offset.cue* bad.202.FLAC_leadin_cdda_illegal_offset.cue* bad.230.FLAC_leadout_multiple.cue* bad.231.FLAC_leadout_missing_track.cue* bad.232.FLAC_leadout_illegal_track.cue* bad.233.FLAC_leadout_missing_offset.cue* bad.234.FLAC_leadout_illegal_offset.cue* bad.235.FLAC_leadout_offset_not_211680000.cue* good.000.cue* good.001.cue* good.002.dos_format.cue* good.003.missing_final_newline.cue* good.004.dos_format.missing_final_newline.cue* good.005.quoted.isrc.cue*
[3rdparty/flac/test/flac-to-flac-metadata-test-files]Makefile.am* Makefile.in* Prøve.flac* case00a-expect.meta* case01a-expect.meta* case01b-expect.meta* case01c-expect.meta* case01d-expect.meta* case01e-expect.meta* case02a-expect.meta* case02b-expect.meta* case02c-expect.meta* case03a-expect.meta* case03b-expect.meta* case03c-expect.meta* case04a-expect.meta* case04b-expect.meta* case04c-expect.meta* case04d-expect.meta* case04e-expect.meta* input-SCPAP.flac* input-SCVA.flac* input-SCVAUP.flac* input-SCVPAP.flac* input-SVAUP.flac* input-VA.flac* input0.cue* שלום.flac* 🤔.flac*
[3rdparty/flac/test/foreign-metadata-test-files]24bit-WaveFmtPCM.wav* AIFF-C-sowt-compression-type-name.aifc* AIFF-C-sowt-tag.aifc* AIFF-ID3.aiff* BWF-WaveFmtEx.wav* Makefile.am* Makefile.in*
[3rdparty/flac/test/metaflac-test-files]Makefile.am* Makefile.in* case00-expect.meta* case01-expect.meta* case02-expect.meta* case03-expect.meta* case04-expect.meta* case05-expect.meta* case06-expect.meta* case07-expect.meta* case08-expect.meta* case09-expect.meta* case10-expect.meta* case11-expect.meta* case12-expect.meta* case13-expect.meta* case14-expect.meta* case15-expect.meta* case16-expect.meta* case17-expect.meta* case18-expect.meta* case19-expect.meta* case20-expect.meta* case21-expect.meta* case22-expect.meta* case23-expect.meta* case24-expect.meta* case25-expect.meta* case26-expect.meta* case27-expect.meta* case28-expect.meta* case29-expect.meta* case30-expect.meta* case31-expect.meta* case32-expect.meta* case33-expect.meta* case34-expect.meta* case35-expect.meta* case36-expect.meta* case37-expect.meta* case38-expect.meta* case39-expect.meta* case40-expect.meta* case41-expect.meta* case42-expect.meta* case43-expect.meta* case44-expect.meta* case45-expect.meta* case46-expect.meta* case47-expect.meta* case48-expect.meta* case49-expect.meta* case50-expect.meta* case51-expect.meta* case52-expect.meta* case53-expect.meta* case54-expect.meta* case55-expect.meta* case56-expect.meta* case57-expect.meta* case58-expect.meta* case59-expect.meta* case60-expect.meta* case61-expect.meta* case62-expect.meta* case63-expect.meta* case64-expect.meta* case65-expect.meta* case66-expect.meta* case67-expect.meta*
[3rdparty/flac/test/pictures]0.gif* 0.jpg* 0.png* 1.gif* 1.png* 2.gif* 2.png* 3.png* 4.jpg* 4.png* 5.png* 6.png* 7.png* 8.png* Makefile.am* Makefile.in*
[3rdparty/libflac]AUTHORS CHANGELOG.md CMakeLists.txt COPYING.FDL COPYING.GPL COPYING.LGPL COPYING.Xiph Makefile.am Makefile.in README.md aclocal.m4 ar-lib autogen.sh compile config.cmake.h.in config.guess config.h.in config.rpath config.sub configure configure.ac depcomp flac-config.cmake.in install-sh ltmain.sh missing
[3rdparty/libflac/cmake]CheckA64NEON.c.in CheckA64NEON.cmake CheckCPUArch.c.in CheckCPUArch.cmake FindOgg.cmake UseSystemExtensions.cmake
[3rdparty/libflac/examples]CMakeLists.txt Makefile.am Makefile.in README
[3rdparty/libflac/examples/c]Makefile.am Makefile.in
[3rdparty/libflac/examples/c/decode]Makefile.am Makefile.in
[3rdparty/libflac/examples/c/decode/file]CMakeLists.txt Makefile.am Makefile.in main.c
[3rdparty/libflac/examples/c/encode]Makefile.am Makefile.in
[3rdparty/libflac/examples/c/encode/file]CMakeLists.txt Makefile.am Makefile.in main.c
[3rdparty/libflac/examples/cpp]Makefile.am Makefile.in
[3rdparty/libflac/examples/cpp/decode]Makefile.am Makefile.in
[3rdparty/libflac/examples/cpp/decode/file]CMakeLists.txt Makefile.am Makefile.in main.cpp
[3rdparty/libflac/examples/cpp/encode]Makefile.am Makefile.in
[3rdparty/libflac/examples/cpp/encode/file]CMakeLists.txt Makefile.am Makefile.in main.cpp
[3rdparty/libflac/include]FLAC++ Makefile.am Makefile.in
[3rdparty/libflac/include/FLAC]Makefile.am Makefile.in all.h assert.h callback.h export.h format.h metadata.h ordinals.h stream_decoder.h stream_encoder.h
[3rdparty/libflac/include/FLAC++]Makefile.am Makefile.in all.h decoder.h encoder.h export.h metadata.h
[3rdparty/libflac/include/share]Makefile.am Makefile.in alloc.h compat.h endswap.h getopt.h grabbag.h macros.h private.h replaygain_analysis.h replaygain_synthesis.h safe_str.h utf8.h win_utf8_io.h
[3rdparty/libflac/include/share/grabbag]Makefile.am Makefile.in cuesheet.h file.h picture.h replaygain.h seektable.h
[3rdparty/libflac/include/test_libs_common]Makefile.am Makefile.in file_utils_flac.h metadata_utils.h
[3rdparty/libflac/m4]Makefile.am Makefile.in add_cflags.m4 add_cxxflags.m4 ax_add_fortify_source.m4 ax_check_compile_flag.m4 ax_check_enable_debug.m4 bswap.m4 clang.m4 codeset.m4 endian.m4 gcc_version.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 ogg.m4 really_gcc.m4 stack_protect.m4
[3rdparty/libflac/man]Makefile.am Makefile.in flac.1 flac.md metaflac.1 metaflac.md
[3rdparty/libflac/microbench]CMakeLists.txt Makefile.am Makefile.in benchmark_residual.c util.c util.h
[3rdparty/libflac/oss-fuzz]Makefile.am Makefile.in Readme.md common.h decoder.cc empty.cc encoder.cc encoder_v2.cc fuzzer_encoder.dict metadata.cc reencoder.cc seek.cc tool_flac.c tool_metaflac.c
[3rdparty/libflac/oss-fuzz/fuzzing]exception.hpp memory.hpp types.hpp
[3rdparty/libflac/oss-fuzz/fuzzing/datasource]datasource.hpp id.hpp
[3rdparty/libflac/src]CMakeLists.txt Makefile.am Makefile.in libFLAC++ test_libFLAC++
[3rdparty/libflac/src/flac]CMakeLists.txt Makefile.am Makefile.in analyze.c analyze.h decode.c decode.h encode.c encode.h foreign_metadata.c foreign_metadata.h iffscan.c local_string_utils.c local_string_utils.h main.c utils.c utils.h version.rc vorbiscomment.c vorbiscomment.h
[3rdparty/libflac/src/libFLAC]CMakeLists.txt Makefile.am Makefile.in bitmath.c bitreader.c bitwriter.c cpu.c crc.c fixed.c fixed_intrin_avx2.c fixed_intrin_sse2.c fixed_intrin_sse42.c fixed_intrin_ssse3.c flac.pc.in float.c format.c libFLAC.m4 lpc.c lpc_intrin_avx2.c lpc_intrin_fma.c lpc_intrin_neon.c lpc_intrin_sse2.c lpc_intrin_sse41.c md5.c memory.c metadata_iterators.c metadata_object.c ogg_decoder_aspect.c ogg_encoder_aspect.c ogg_helper.c ogg_mapping.c stream_decoder.c stream_encoder.c stream_encoder_framing.c stream_encoder_intrin_avx2.c stream_encoder_intrin_sse2.c stream_encoder_intrin_ssse3.c version.rc window.c
[3rdparty/libflac/src/libFLAC++]CMakeLists.txt Makefile.am Makefile.in flac++.pc.in libFLAC++.m4 metadata.cpp stream_decoder.cpp stream_encoder.cpp version.rc
[3rdparty/libflac/src/libFLAC/deduplication]bitreader_read_rice_signed_block.c lpc_compute_autocorrelation_intrin.c lpc_compute_autocorrelation_intrin_neon.c lpc_compute_autocorrelation_intrin_sse2.c
[3rdparty/libflac/src/libFLAC/include]Makefile.am Makefile.in config.h
[3rdparty/libflac/src/libFLAC/include/private]Makefile.am Makefile.in all.h bitmath.h bitreader.h bitwriter.h cpu.h crc.h fixed.h float.h format.h lpc.h macros.h md5.h memory.h metadata.h ogg_decoder_aspect.h ogg_encoder_aspect.h ogg_helper.h ogg_mapping.h stream_encoder.h stream_encoder_framing.h window.h
[3rdparty/libflac/src/libFLAC/include/protected]Makefile.am Makefile.in all.h stream_decoder.h stream_encoder.h
[3rdparty/libflac/src/metaflac]CMakeLists.txt Makefile.am Makefile.in main.c operations.c operations.h operations_shorthand.h operations_shorthand_cuesheet.c operations_shorthand_picture.c operations_shorthand_seektable.c operations_shorthand_streaminfo.c operations_shorthand_vorbiscomment.c options.c options.h usage.c usage.h utils.c utils.h version.rc
[3rdparty/libflac/src/share]Makefile.am Makefile.in README
[3rdparty/libflac/src/share/getopt]CMakeLists.txt getopt.c getopt1.c
[3rdparty/libflac/src/share/grabbag]CMakeLists.txt alloc.c cuesheet.c file.c picture.c replaygain.c seektable.c snprintf.c
[3rdparty/libflac/src/share/replaygain_analysis]CMakeLists.txt replaygain_analysis.c
[3rdparty/libflac/src/share/replaygain_synthesis]CMakeLists.txt replaygain_synthesis.c
[3rdparty/libflac/src/share/utf8]CMakeLists.txt charmaps.h charset.c charset.h charset_test.c iconvert.c iconvert.h makemap.c utf8.c
[3rdparty/libflac/src/share/win_utf8_io]win_utf8_io.c
[3rdparty/libflac/src/test_grabbag]CMakeLists.txt Makefile.am Makefile.in
[3rdparty/libflac/src/test_grabbag/cuesheet]CMakeLists.txt Makefile.am Makefile.in main.c
[3rdparty/libflac/src/test_grabbag/picture]CMakeLists.txt Makefile.am Makefile.in main.c
[3rdparty/libflac/src/test_libFLAC]CMakeLists.txt Makefile.am Makefile.in bitreader.c bitreader.h bitwriter.c bitwriter.h crc.c crc.h decoders.c decoders.h encoders.c encoders.h endswap.c endswap.h format.c format.h main.c md5.c md5.h metadata.c metadata.h metadata_manip.c metadata_object.c
[3rdparty/libflac/src/test_libFLAC++]CMakeLists.txt Makefile.am Makefile.in decoders.cpp decoders.h encoders.cpp encoders.h main.cpp metadata.cpp metadata.h metadata_manip.cpp metadata_object.cpp
[3rdparty/libflac/src/test_libs_common]CMakeLists.txt Makefile.am Makefile.in README file_utils_flac.c metadata_utils.c
[3rdparty/libflac/src/test_seeking]CMakeLists.txt Makefile.am Makefile.in main.c
[3rdparty/libflac/src/test_streams]CMakeLists.txt Makefile.am Makefile.in main.c
[3rdparty/libflac/src/utils]Makefile.am Makefile.in
[3rdparty/libflac/src/utils/flacdiff]CMakeLists.txt Makefile.am Makefile.in main.cpp
[3rdparty/libflac/src/utils/flactimer]CMakeLists.txt Makefile.am Makefile.in main.cpp
[3rdparty/libflac/test]CMakeLists.txt Makefile.am Makefile.in common.sh.in cuesheet.ok generate_streams.sh metaflac.flac.in metaflac.flac.ok picture.ok test_compression.sh test_flac.sh test_grabbag.sh test_libFLAC++.sh test_libFLAC.sh test_metaflac.sh test_replaygain.sh test_seeking.sh test_streams.sh write_iff.pl
[3rdparty/libflac/test/cuesheets]Makefile.am Makefile.in bad.000.CATALOG_multiple.cue bad.001.CATALOG_missing_number.cue bad.002.CATALOG_number_too_long.cue bad.003.CATALOG_not_13_digits.cue bad.030.FLAGS_multiple.cue bad.031.FLAGS_wrong_place_1.cue bad.032.FLAGS_wrong_place_2.cue bad.060.INDEX_wrong_place.cue bad.061.INDEX_missing_number.cue bad.062.INDEX_invalid_number_1.cue bad.063.first_INDEX_not_0_or_1.cue bad.064.INDEX_num_non_sequential.cue bad.065.INDEX_num_out_of_range.cue bad.066.INDEX_missing_offset.cue bad.067.INDEX_illegal_offset.cue bad.068.INDEX_cdda_illegal_offset.cue bad.069.nonzero_first_INDEX.cue bad.070.INDEX_offset_not_ascending_1.cue bad.071.INDEX_offset_not_ascending_2.cue bad.110.ISRC_multiple.cue bad.111.ISRC_wrong_place_1.cue bad.112.ISRC_wrong_place_2.cue bad.113.ISRC_missing_number.cue bad.114.ISRC_invalid_number.cue bad.130.TRACK_missing_INDEX_01_1.cue bad.131.TRACK_missing_INDEX_01_2.cue bad.132.TRACK_missing_INDEX_01_3.cue bad.133.TRACK_missing_INDEX_01_4.cue bad.134.TRACK_missing_number.cue bad.135.TRACK_invalid_number_1.cue bad.136.TRACK_invalid_number_2.cue bad.137.TRACK_cdda_out_of_range.cue bad.138.TRACK_num_non_sequential.cue bad.139.TRACK_missing_type.cue bad.140.no_TRACKs.cue bad.200.FLAC_leadin_missing_offset.cue bad.201.FLAC_leadin_illegal_offset.cue bad.202.FLAC_leadin_cdda_illegal_offset.cue bad.230.FLAC_leadout_multiple.cue bad.231.FLAC_leadout_missing_track.cue bad.232.FLAC_leadout_illegal_track.cue bad.233.FLAC_leadout_missing_offset.cue bad.234.FLAC_leadout_illegal_offset.cue bad.235.FLAC_leadout_offset_not_211680000.cue good.000.cue good.001.cue good.002.dos_format.cue good.003.missing_final_newline.cue good.004.dos_format.missing_final_newline.cue good.005.quoted.isrc.cue
[3rdparty/libflac/test/flac-to-flac-metadata-test-files]Makefile.am Makefile.in Prøve.flac case00a-expect.meta case01a-expect.meta case01b-expect.meta case01c-expect.meta case01d-expect.meta case01e-expect.meta case02a-expect.meta case02b-expect.meta case02c-expect.meta case03a-expect.meta case03b-expect.meta case03c-expect.meta case04a-expect.meta case04b-expect.meta case04c-expect.meta case04d-expect.meta case04e-expect.meta input-SCPAP.flac input-SCVA.flac input-SCVAUP.flac input-SCVPAP.flac input-SVAUP.flac input-VA.flac input0.cue שלום.flac 🤔.flac
[3rdparty/libflac/test/foreign-metadata-test-files]24bit-WaveFmtPCM.wav AIFF-C-sowt-compression-type-name.aifc AIFF-C-sowt-tag.aifc AIFF-ID3.aiff BWF-WaveFmtEx.wav Makefile.am Makefile.in
[3rdparty/libflac/test/metaflac-test-files]Makefile.am Makefile.in case00-expect.meta case01-expect.meta case02-expect.meta case03-expect.meta case04-expect.meta case05-expect.meta case06-expect.meta case07-expect.meta case08-expect.meta case09-expect.meta case10-expect.meta case11-expect.meta case12-expect.meta case13-expect.meta case14-expect.meta case15-expect.meta case16-expect.meta case17-expect.meta case18-expect.meta case19-expect.meta case20-expect.meta case21-expect.meta case22-expect.meta case23-expect.meta case24-expect.meta case25-expect.meta case26-expect.meta case27-expect.meta case28-expect.meta case29-expect.meta case30-expect.meta case31-expect.meta case32-expect.meta case33-expect.meta case34-expect.meta case35-expect.meta case36-expect.meta case37-expect.meta case38-expect.meta case39-expect.meta case40-expect.meta case41-expect.meta case42-expect.meta case43-expect.meta case44-expect.meta case45-expect.meta case46-expect.meta case47-expect.meta case48-expect.meta case49-expect.meta case50-expect.meta case51-expect.meta case52-expect.meta case53-expect.meta case54-expect.meta case55-expect.meta case56-expect.meta case57-expect.meta case58-expect.meta case59-expect.meta case60-expect.meta case61-expect.meta case62-expect.meta case63-expect.meta case64-expect.meta case65-expect.meta case66-expect.meta case67-expect.meta
[3rdparty/libflac/test/pictures]0.gif 0.jpg 0.png 1.gif 1.png 2.gif 2.png 3.png 4.jpg 4.png 5.png 6.png 7.png 8.png Makefile.am Makefile.in
[scripts]extlib.lua
[scripts/src]3rdparty.lua

r199528 Wednesday 6th December, 2023 at 06:12:45 UTC by Vasantha Crabb
3rdparty/libflac: Updated to version 1.4.3.

Also removed FLAC documentation - it's a lot of bloat.
[/trunk].gitattributes
[3rdparty/libflac]AUTHORS CHANGELOG.md* CMakeLists.txt* COPYING.GPL COPYING.Xiph FLAC.dsw FLAC.sln Makefile.am Makefile.in Makefile.lite README README.md* aclocal.m4 all.dsp all_dynamic.dsp all_static.dsp ar-lib* autogen.sh compile* config.cmake.h.in* config.guess config.h.in config.rpath config.sub configure configure.ac* configure.in depcomp flac-config.cmake.in* install-sh ltmain.sh missing mkinstalldirs strip_non_asm_libtool_args.sh
[3rdparty/libflac/build]Makefile.am Makefile.in config.mk exe.mk lib.mk
[3rdparty/libflac/cmake]CheckA64NEON.c.in* CheckA64NEON.cmake* CheckCPUArch.c.in* CheckCPUArch.cmake* FindOgg.cmake* UseSystemExtensions.cmake*
[3rdparty/libflac/doc]Doxyfile FLAC.tag Makefile.am Makefile.in Makefile.lite doxygen.footer.html doxygen.header.html
[3rdparty/libflac/doc/html]Makefile.am Makefile.in changelog.html comparison.html comparison__chopin_prelude_24.html comparison__dream_theater_600.html comparison__eddie_warner_titus.html comparison__fanfare_de_l_eventail_de_jeanne.html comparison__gloria_estefan_conga.html comparison__hand_in_my_pocket.html comparison__l_sub_raga_sivapriya.html comparison__laetatus_sum.html comparison__mummified_in_barbed_wire.html comparison__prokofiev_pcon3_3.html comparison__ravel_sq4_4.html comparison__scarlatti_k42.html comparison__tool_forty_six_and_2.html comparison__white_room.html comparison_all_cpudectime.html comparison_all_cpuenctime.html comparison_all_procdectime.html comparison_all_procenctime.html comparison_all_ratio.html developers.html documentation.html documentation_bugs.html documentation_example_code.html documentation_format_overview.html documentation_tasks.html documentation_tools.html documentation_tools_flac.html documentation_tools_metaflac.html documentation_tools_plugins.html download.html faq.html favicon.ico features.html flac.css format.html id.html index.html itunes.html license.html links.html news.html ogg_mapping.html
[3rdparty/libflac/doc/html/api]+_2all_8h-source.html +_2export_8h-source.html +_2export_8h.html +_2metadata_8h-source.html +_2metadata_8h.html all_8h-source.html annotated.html assert_8h-source.html callback_8h-source.html callback_8h.html classFLAC_1_1Decoder_1_1File-members.html classFLAC_1_1Decoder_1_1File.html classFLAC_1_1Decoder_1_1File.png classFLAC_1_1Decoder_1_1Stream-members.html classFLAC_1_1Decoder_1_1Stream.html classFLAC_1_1Decoder_1_1Stream.png classFLAC_1_1Decoder_1_1Stream_1_1State-members.html classFLAC_1_1Decoder_1_1Stream_1_1State.html classFLAC_1_1Encoder_1_1File-members.html classFLAC_1_1Encoder_1_1File.html classFLAC_1_1Encoder_1_1File.png classFLAC_1_1Encoder_1_1Stream-members.html classFLAC_1_1Encoder_1_1Stream.html classFLAC_1_1Encoder_1_1Stream.png classFLAC_1_1Encoder_1_1Stream_1_1State-members.html classFLAC_1_1Encoder_1_1Stream_1_1State.html classFLAC_1_1Metadata_1_1Application-members.html classFLAC_1_1Metadata_1_1Application.html classFLAC_1_1Metadata_1_1Application.png classFLAC_1_1Metadata_1_1Chain-members.html classFLAC_1_1Metadata_1_1Chain.html classFLAC_1_1Metadata_1_1Chain_1_1Status-members.html classFLAC_1_1Metadata_1_1Chain_1_1Status.html classFLAC_1_1Metadata_1_1CueSheet-members.html classFLAC_1_1Metadata_1_1CueSheet.html classFLAC_1_1Metadata_1_1CueSheet.png classFLAC_1_1Metadata_1_1CueSheet_1_1Track-members.html classFLAC_1_1Metadata_1_1CueSheet_1_1Track.html classFLAC_1_1Metadata_1_1Iterator-members.html classFLAC_1_1Metadata_1_1Iterator.html classFLAC_1_1Metadata_1_1Padding-members.html classFLAC_1_1Metadata_1_1Padding.html classFLAC_1_1Metadata_1_1Padding.png classFLAC_1_1Metadata_1_1Picture-members.html classFLAC_1_1Metadata_1_1Picture.html classFLAC_1_1Metadata_1_1Picture.png classFLAC_1_1Metadata_1_1Prototype-members.html classFLAC_1_1Metadata_1_1Prototype.html classFLAC_1_1Metadata_1_1Prototype.png classFLAC_1_1Metadata_1_1SeekTable-members.html classFLAC_1_1Metadata_1_1SeekTable.html classFLAC_1_1Metadata_1_1SeekTable.png classFLAC_1_1Metadata_1_1SimpleIterator-members.html classFLAC_1_1Metadata_1_1SimpleIterator.html classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status-members.html classFLAC_1_1Metadata_1_1SimpleIterator_1_1Status.html classFLAC_1_1Metadata_1_1StreamInfo-members.html classFLAC_1_1Metadata_1_1StreamInfo.html classFLAC_1_1Metadata_1_1StreamInfo.png classFLAC_1_1Metadata_1_1Unknown-members.html classFLAC_1_1Metadata_1_1Unknown.html classFLAC_1_1Metadata_1_1Unknown.png classFLAC_1_1Metadata_1_1VorbisComment-members.html classFLAC_1_1Metadata_1_1VorbisComment.html classFLAC_1_1Metadata_1_1VorbisComment.png classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry-members.html classFLAC_1_1Metadata_1_1VorbisComment_1_1Entry.html classes.html decoder_8h-source.html decoder_8h.html dir_000000.html dir_000001.html dir_000002.html dirs.html doxygen.css doxygen.png encoder_8h-source.html encoder_8h.html export_8h-source.html export_8h.html files.html format_8h-source.html format_8h.html functions.html functions_func.html functions_vars.html globals.html globals_0x66.html globals_0x67.html globals_defs.html globals_enum.html globals_eval.html globals_func.html globals_type.html globals_vars.html group__flac.html group__flac__callbacks.html group__flac__decoder.html group__flac__encoder.html group__flac__export.html group__flac__format.html group__flac__metadata.html group__flac__metadata__level0.html group__flac__metadata__level1.html group__flac__metadata__level2.html group__flac__metadata__object.html group__flac__stream__decoder.html group__flac__stream__encoder.html group__flacpp.html group__flacpp__decoder.html group__flacpp__encoder.html group__flacpp__export.html group__flacpp__metadata.html group__flacpp__metadata__level0.html group__flacpp__metadata__level1.html group__flacpp__metadata__level2.html group__flacpp__metadata__object.html group__porting.html group__porting__1__1__2__to__1__1__3.html group__porting__1__1__3__to__1__1__4.html group__porting__1__1__4__to__1__2__0.html hierarchy.html index.html metadata_8h-source.html metadata_8h.html modules.html ordinals_8h-source.html stream__decoder_8h-source.html stream__decoder_8h.html stream__encoder_8h-source.html stream__encoder_8h.html structFLAC____EntropyCodingMethod-members.html structFLAC____EntropyCodingMethod.html structFLAC____EntropyCodingMethod__PartitionedRice-members.html structFLAC____EntropyCodingMethod__PartitionedRice.html structFLAC____EntropyCodingMethod__PartitionedRiceContents-members.html structFLAC____EntropyCodingMethod__PartitionedRiceContents.html structFLAC____Frame-members.html structFLAC____Frame.html structFLAC____FrameFooter-members.html structFLAC____FrameFooter.html structFLAC____FrameHeader-members.html structFLAC____FrameHeader.html structFLAC____IOCallbacks-members.html structFLAC____IOCallbacks.html structFLAC____StreamDecoder-members.html structFLAC____StreamDecoder.html structFLAC____StreamEncoder-members.html structFLAC____StreamEncoder.html structFLAC____StreamMetadata-members.html structFLAC____StreamMetadata.html structFLAC____StreamMetadata__Application-members.html structFLAC____StreamMetadata__Application.html structFLAC____StreamMetadata__CueSheet-members.html structFLAC____StreamMetadata__CueSheet.html structFLAC____StreamMetadata__CueSheet__Index-members.html structFLAC____StreamMetadata__CueSheet__Index.html structFLAC____StreamMetadata__CueSheet__Track-members.html structFLAC____StreamMetadata__CueSheet__Track.html structFLAC____StreamMetadata__Padding-members.html structFLAC____StreamMetadata__Padding.html structFLAC____StreamMetadata__Picture-members.html structFLAC____StreamMetadata__Picture.html structFLAC____StreamMetadata__SeekPoint-members.html structFLAC____StreamMetadata__SeekPoint.html structFLAC____StreamMetadata__SeekTable-members.html structFLAC____StreamMetadata__SeekTable.html structFLAC____StreamMetadata__StreamInfo-members.html structFLAC____StreamMetadata__StreamInfo.html structFLAC____StreamMetadata__Unknown-members.html structFLAC____StreamMetadata__Unknown.html structFLAC____StreamMetadata__VorbisComment-members.html structFLAC____StreamMetadata__VorbisComment.html structFLAC____StreamMetadata__VorbisComment__Entry-members.html structFLAC____StreamMetadata__VorbisComment__Entry.html structFLAC____Subframe-members.html structFLAC____Subframe.html structFLAC____Subframe__Constant-members.html structFLAC____Subframe__Constant.html structFLAC____Subframe__Fixed-members.html structFLAC____Subframe__Fixed.html structFLAC____Subframe__LPC-members.html structFLAC____Subframe__LPC.html structFLAC____Subframe__Verbatim-members.html structFLAC____Subframe__Verbatim.html
[3rdparty/libflac/doc/html/images]1x1.gif Makefile.am Makefile.in cafebug.gif logo100.gif logo130.gif
[3rdparty/libflac/doc/html/images/hw]Blackbird_Front_low3_325x87.jpg MS300frontsmall_270x108.jpg Makefile.am Makefile.in MediaBox_Frt_170x325.jpg SB_Hero_Black_325x182.jpg Sooloos-ControlOne_325x328.jpg Z500_front_325x94.jpg a2_01_325x252.jpg arcus_325x135.jpg bmp-1430_325x241.jpg cs505_front_lrg_325x113.jpg enus_3-4lft-hires_product_eva8000_325x127.jpg escient_ProductLine_325x163.jpg hifidelio_bl_front_Z_RGB_325x163.jpg i-station-mini-dx_325x237.jpg iwod-g10_325x257.jpg knc_hr-2800_325x209.jpg mediaready_prodmain_MRMCa_325x232.jpg meizu_m6_325x206.jpg musica_artwork_325x90.jpg neodigits_x5000_325x124.jpg onda-vx737_325x240.jpg request_n_front_325x103.jpg rio_karma_279x254.jpg sonos_family_RGB_325x200.jpg teclast-tl29_325x244.jpg transporter_hero_grey_325x208.jpg tvix-4000_325x204.jpg vibez_nofm_combi_black_b_325x220.jpg
[3rdparty/libflac/doc/html/ru]Makefile.am Makefile.in authors.html comparison.html developers.html documentation.html download.html features.html format.html goals.html id.html index.html links.html news.html
[3rdparty/libflac/examples]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite README examples.dsp
[3rdparty/libflac/examples/c]Makefile.am Makefile.in
[3rdparty/libflac/examples/c/decode]Makefile.am Makefile.in
[3rdparty/libflac/examples/c/decode/file]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite example_c_decode_file.dsp example_c_decode_file.vcproj main.c
[3rdparty/libflac/examples/c/encode]Makefile.am Makefile.in
[3rdparty/libflac/examples/c/encode/file]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite example_c_encode_file.dsp example_c_encode_file.vcproj main.c
[3rdparty/libflac/examples/cpp]Makefile.am Makefile.in
[3rdparty/libflac/examples/cpp/decode]Makefile.am Makefile.in
[3rdparty/libflac/examples/cpp/decode/file]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite example_cpp_decode_file.dsp example_cpp_decode_file.vcproj main.cpp
[3rdparty/libflac/examples/cpp/encode]Makefile.am Makefile.in
[3rdparty/libflac/examples/cpp/encode/file]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite example_cpp_encode_file.dsp example_cpp_encode_file.vcproj main.cpp
[3rdparty/libflac/include]Makefile.am Makefile.in
[3rdparty/libflac/include/FLAC]Makefile.am Makefile.in all.h assert.h callback.h export.h format.h metadata.h ordinals.h stream_decoder.h stream_encoder.h
[3rdparty/libflac/include/FLAC++]Makefile.am Makefile.in all.h decoder.h encoder.h export.h metadata.h
[3rdparty/libflac/include/share]Makefile.am Makefile.in alloc.h compat.h* endswap.h getopt.h grabbag.h macros.h* private.h* replaygain_analysis.h replaygain_synthesis.h safe_str.h* win_utf8_io.h*
[3rdparty/libflac/include/share/grabbag]Makefile.am Makefile.in cuesheet.h file.h picture.h replaygain.h seektable.h
[3rdparty/libflac/include/test_libs_common]Makefile.am Makefile.in file_utils_flac.h metadata_utils.h
[3rdparty/libflac/m4]Makefile.am Makefile.in add_cflags.m4* add_cxxflags.m4* ax_add_fortify_source.m4* ax_check_compile_flag.m4* ax_check_enable_debug.m4* bswap.m4* clang.m4* codeset.m4* endian.m4* gcc_version.m4* iconv.m4* lib-ld.m4* lib-link.m4* lib-prefix.m4* libtool.m4* ltoptions.m4* ltsugar.m4* ltversion.m4* lt~obsolete.m4* ogg.m4 really_gcc.m4* stack_protect.m4* xmms.m4
[3rdparty/libflac/man]Makefile.am Makefile.in flac.1 flac.md* flac.sgml metaflac.1 metaflac.md* metaflac.sgml
[3rdparty/libflac/microbench]CMakeLists.txt* Makefile.am* Makefile.in* benchmark_residual.c* util.c* util.h*
[3rdparty/libflac/obj]Makefile.am Makefile.in
[3rdparty/libflac/obj/debug]Makefile.am Makefile.in
[3rdparty/libflac/obj/debug/bin]Makefile.am Makefile.in
[3rdparty/libflac/obj/debug/lib]Makefile.am Makefile.in
[3rdparty/libflac/obj/release]Makefile.am Makefile.in
[3rdparty/libflac/obj/release/bin]Makefile.am Makefile.in
[3rdparty/libflac/obj/release/lib]Makefile.am Makefile.in
[3rdparty/libflac/oss-fuzz]Makefile.am* Makefile.in* Readme.md* common.h* decoder.cc* empty.cc* encoder.cc* encoder_v2.cc* fuzzer_encoder.dict* metadata.cc* reencoder.cc* seek.cc* tool_flac.c* tool_metaflac.c*
[3rdparty/libflac/oss-fuzz/fuzzing]exception.hpp* memory.hpp* types.hpp*
[3rdparty/libflac/oss-fuzz/fuzzing/datasource]datasource.hpp* id.hpp*
[3rdparty/libflac/src]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite
[3rdparty/libflac/src/flac]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite Makefile.lite.iffscan analyze.c analyze.h decode.c decode.h encode.c encode.h flac.dsp flac.vcproj foreign_metadata.c foreign_metadata.h iffscan.c iffscan.dsp iffscan.vcproj local_string_utils.c local_string_utils.h main.c utils.c utils.h version.rc* vorbiscomment.c vorbiscomment.h
[3rdparty/libflac/src/libFLAC]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite bitmath.c bitreader.c bitwriter.c cpu.c crc.c fixed.c fixed_intrin_avx2.c* fixed_intrin_sse2.c* fixed_intrin_sse42.c* fixed_intrin_ssse3.c* flac.pc.in float.c format.c libFLAC.m4 libFLAC_dynamic.dsp libFLAC_dynamic.vcproj libFLAC_static.dsp libFLAC_static.vcproj lpc.c lpc_intrin_avx2.c* lpc_intrin_fma.c* lpc_intrin_neon.c* lpc_intrin_sse2.c* lpc_intrin_sse41.c* md5.c memory.c metadata_iterators.c metadata_object.c ogg_decoder_aspect.c ogg_encoder_aspect.c ogg_helper.c ogg_mapping.c stream_decoder.c stream_encoder.c stream_encoder_framing.c stream_encoder_intrin_avx2.c* stream_encoder_intrin_sse2.c* stream_encoder_intrin_ssse3.c* version.rc* window.c
[3rdparty/libflac/src/libFLAC++]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite flac++.pc.in libFLAC++.m4 libFLAC++_dynamic.dsp libFLAC++_dynamic.vcproj libFLAC++_static.dsp libFLAC++_static.vcproj metadata.cpp stream_decoder.cpp stream_encoder.cpp version.rc*
[3rdparty/libflac/src/libFLAC/deduplication]bitreader_read_rice_signed_block.c* lpc_compute_autocorrelation_intrin.c* lpc_compute_autocorrelation_intrin_neon.c* lpc_compute_autocorrelation_intrin_sse2.c*
[3rdparty/libflac/src/libFLAC/ia32]Makefile.am Makefile.in bitreader_asm.nasm cpu_asm.nasm fixed_asm.nasm lpc_asm.nasm nasm.h stream_encoder_asm.nasm
[3rdparty/libflac/src/libFLAC/include]Makefile.am Makefile.in config.h
[3rdparty/libflac/src/libFLAC/include/private]Makefile.am Makefile.in all.h bitmath.h bitreader.h bitwriter.h cpu.h crc.h fixed.h float.h format.h lpc.h macros.h* md5.h memory.h metadata.h ogg_decoder_aspect.h ogg_encoder_aspect.h ogg_helper.h ogg_mapping.h stream_encoder.h* stream_encoder_framing.h window.h
[3rdparty/libflac/src/libFLAC/include/protected]Makefile.am Makefile.in all.h stream_decoder.h stream_encoder.h
[3rdparty/libflac/src/libFLAC/ppc]Makefile.am Makefile.in
[3rdparty/libflac/src/libFLAC/ppc/as]Makefile.am Makefile.in lpc_asm.s
[3rdparty/libflac/src/libFLAC/ppc/gas]Makefile.am Makefile.in lpc_asm.s
[3rdparty/libflac/src/metaflac]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite main.c metaflac.dsp metaflac.vcproj operations.c operations.h operations_shorthand.h operations_shorthand_cuesheet.c operations_shorthand_picture.c operations_shorthand_seektable.c operations_shorthand_streaminfo.c operations_shorthand_vorbiscomment.c options.c options.h usage.c usage.h utils.c utils.h version.rc*
[3rdparty/libflac/src/monkeys_audio_utilities]Makefile.am Makefile.in
[3rdparty/libflac/src/monkeys_audio_utilities/flac_mac]Makefile.am Makefile.in flac_mac.dsp flac_mac.vcproj main.c
[3rdparty/libflac/src/monkeys_audio_utilities/flac_ren]Makefile.am Makefile.in flac_ren.dsp flac_ren.vcproj main.c
[3rdparty/libflac/src/plugin_common]Makefile.am Makefile.in Makefile.lite README all.h charset.c charset.h defs.h dither.c dither.h plugin_common_static.dsp plugin_common_static.vcproj replaygain.c replaygain.h tags.c tags.h
[3rdparty/libflac/src/plugin_winamp2]Makefile.am Makefile.in configure.c configure.h in_flac.c in_flac.dsp in_flac.vcproj infobox.c infobox.h playback.c playback.h resource.h resource.rc tagz.cpp tagz.h
[3rdparty/libflac/src/plugin_winamp2/include]Makefile.am Makefile.in
[3rdparty/libflac/src/plugin_winamp2/include/winamp2]Makefile.am Makefile.in in2.h out.h
[3rdparty/libflac/src/plugin_xmms]Makefile.am Makefile.in Makefile.lite charset.c charset.h configure.c configure.h fileinfo.c http.c http.h locale_hack.h plugin.c plugin.h tag.c tag.h
[3rdparty/libflac/src/share]Makefile.am Makefile.in Makefile.lite
[3rdparty/libflac/src/share/getopt]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite getopt.c getopt1.c getopt_static.dsp getopt_static.vcproj
[3rdparty/libflac/src/share/grabbag]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite alloc.c* cuesheet.c file.c grabbag_static.dsp grabbag_static.vcproj picture.c replaygain.c seektable.c snprintf.c*
[3rdparty/libflac/src/share/replaygain_analysis]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite replaygain_analysis.c replaygain_analysis_static.dsp replaygain_analysis_static.vcproj
[3rdparty/libflac/src/share/replaygain_synthesis]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite replaygain_synthesis.c replaygain_synthesis_static.dsp replaygain_synthesis_static.vcproj
[3rdparty/libflac/src/share/replaygain_synthesis/include]Makefile.am Makefile.in
[3rdparty/libflac/src/share/replaygain_synthesis/include/private]Makefile.am Makefile.in fast_float_math_hack.h
[3rdparty/libflac/src/share/utf8]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite charmaps.h charset.c charset.h charset_test.c charsetmap.h iconvert.c iconvert.h makemap.c utf8.c utf8_static.dsp utf8_static.vcproj
[3rdparty/libflac/src/share/win_utf8_io]win_utf8_io.c*
[3rdparty/libflac/src/test_grabbag]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite
[3rdparty/libflac/src/test_grabbag/cuesheet]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite main.c test_cuesheet.dsp test_cuesheet.vcproj
[3rdparty/libflac/src/test_grabbag/picture]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite main.c test_picture.dsp test_picture.vcproj
[3rdparty/libflac/src/test_libFLAC]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite bitreader.c* bitreader.h* bitwriter.c bitwriter.h crc.c* crc.h* decoders.c decoders.h encoders.c encoders.h endswap.c* endswap.h* format.c format.h main.c md5.c* md5.h* metadata.c metadata.h metadata_manip.c metadata_object.c test_libFLAC.dsp test_libFLAC.vcproj
[3rdparty/libflac/src/test_libFLAC++]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite decoders.cpp decoders.h encoders.cpp encoders.h main.cpp metadata.cpp metadata.h metadata_manip.cpp metadata_object.cpp test_libFLAC++.dsp test_libFLAC++.vcproj
[3rdparty/libflac/src/test_libs_common]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite file_utils_flac.c metadata_utils.c test_libs_common_static.dsp test_libs_common_static.vcproj
[3rdparty/libflac/src/test_seeking]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite main.c test_seeking.dsp test_seeking.vcproj
[3rdparty/libflac/src/test_streams]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite main.c test_streams.dsp test_streams.vcproj
[3rdparty/libflac/src/utils]Makefile.am* Makefile.in*
[3rdparty/libflac/src/utils/flacdiff]CMakeLists.txt* Makefile.am* Makefile.in* main.cpp*
[3rdparty/libflac/src/utils/flactimer]CMakeLists.txt* Makefile.am* Makefile.in* main.cpp*
[3rdparty/libflac/test]CMakeLists.txt* Makefile.am Makefile.in Makefile.lite common.sh.in* cuesheet.ok generate_streams.sh* test_bins.sh test_compression.sh* test_flac.sh test_grabbag.sh test_libFLAC++.sh test_libFLAC.sh test_metaflac.sh test_replaygain.sh* test_seeking.sh test_streams.sh write_iff.pl*
[3rdparty/libflac/test/cuesheets]Makefile.am Makefile.in good.005.quoted.isrc.cue*
[3rdparty/libflac/test/flac-to-flac-metadata-test-files]Makefile.am Makefile.in Prøve.flac* case00a-expect.meta case01a-expect.meta case01b-expect.meta case01c-expect.meta case01d-expect.meta case01e-expect.meta case02a-expect.meta case02b-expect.meta case02c-expect.meta case03a-expect.meta case03b-expect.meta case03c-expect.meta case04a-expect.meta case04b-expect.meta case04c-expect.meta case04d-expect.meta case04e-expect.meta שלום.flac* 🤔.flac*
[3rdparty/libflac/test/foreign-metadata-test-files]24bit-WaveFmtPCM.wav* AIFF-C-sowt-compression-type-name.aifc* AIFF-C-sowt-tag.aifc* AIFF-ID3.aiff* BWF-WaveFmtEx.wav* Makefile.am* Makefile.in*
[3rdparty/libflac/test/metaflac-test-files]Makefile.am Makefile.in case00-expect.meta case02-expect.meta case03-expect.meta case04-expect.meta case05-expect.meta case06-expect.meta case07-expect.meta case08-expect.meta case09-expect.meta case10-expect.meta case11-expect.meta case12-expect.meta case13-expect.meta case14-expect.meta case15-expect.meta case16-expect.meta case17-expect.meta case18-expect.meta case19-expect.meta case20-expect.meta case21-expect.meta case22-expect.meta case23-expect.meta case24-expect.meta case25-expect.meta case26-expect.meta case27-expect.meta case28-expect.meta case29-expect.meta case30-expect.meta case31-expect.meta case32-expect.meta case33-expect.meta case34-expect.meta case35-expect.meta case36-expect.meta case37-expect.meta case38-expect.meta case39-expect.meta case40-expect.meta case41-expect.meta case42-expect.meta case43-expect.meta case44-expect.meta case45-expect.meta case46-expect.meta case47-expect.meta case48-expect.meta case49-expect.meta case50-expect.meta case51-expect.meta case52-expect.meta case53-expect.meta case54-expect.meta case55-expect.meta case56-expect.meta case57-expect.meta case58-expect.meta case59-expect.meta case60-expect.meta case61-expect.meta case62-expect.meta case63-expect.meta* case64-expect.meta* case65-expect.meta* case66-expect.meta* case67-expect.meta*
[3rdparty/libflac/test/pictures]Makefile.am Makefile.in
[scripts/src]3rdparty.lua

r199527 Wednesday 6th December, 2023 at 00:56:14 UTC by Angelo Salese
konami/viper.cpp: feasibility study about the i2c attached analog chip

* make code1db playable with heavy GFX glitches
[src/mame/konami]viper.cpp

r199526 Tuesday 5th December, 2023 at 20:58:49 UTC by Vasantha Crabb
3rdparty/lzma: Updated to version 23.01.
[3rdparty/lzma/C]7z.h 7zAlloc.c 7zAlloc.h 7zArcIn.c 7zBuf.h 7zCrc.c 7zCrc.h 7zCrcOpt.c 7zDec.c 7zFile.c 7zFile.h 7zStream.c 7zTypes.h 7zVersion.h 7zWindows.h* 7zip_gcc_c.mak Aes.c Aes.h AesOpt.c Alloc.c Alloc.h Bcj2.c Bcj2.h Bcj2Enc.c Bra.c Bra.h Bra86.c BraIA64.c Compiler.h CpuArch.c CpuArch.h Delta.h DllSecur.c DllSecur.h LzFind.c LzFind.h LzFindMt.c LzFindMt.h LzFindOpt.c LzHash.h Lzma2Dec.c Lzma2Dec.h Lzma2DecMt.c Lzma2DecMt.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 MtDec.c MtDec.h Ppmd.h Ppmd7.c Ppmd7.h Ppmd7Dec.c Ppmd7Enc.c Precomp.h RotateDefs.h Sha256.c Sha256.h Sha256Opt.c Sort.h SwapBytes.c* SwapBytes.h* Threads.c Threads.h Xz.c Xz.h XzCrc64.c XzCrc64.h XzCrc64Opt.c XzDec.c XzEnc.c XzEnc.h XzIn.c warn_clang.mak warn_clang_mac.mak
[3rdparty/lzma/C/Util/7z]7z.dsp 7zMain.c Precomp.h makefile makefile.gcc
[3rdparty/lzma/C/Util/Lzma]LzmaUtil.c LzmaUtil.dsp Precomp.h*
[3rdparty/lzma/C/Util/LzmaLib]LzmaLib.dsp LzmaLibExports.c Precomp.c* Precomp.h* makefile
[3rdparty/lzma/C/Util/SfxSetup]Precomp.h SfxSetup.c makefile makefile_con
[3rdparty/lzma/CPP]Build.mak
[3rdparty/lzma/CPP/7zip]7zip.mak 7zip_gcc.mak Guid.txt ICoder.h IDecl.h IPassword.h IProgress.h IStream.h LzmaDec.mak MyVersionInfo.rc PropID.h warn_clang.mak warn_clang_mac.mak warn_gcc.mak
[3rdparty/lzma/CPP/7zip/Archive]Archive.def Archive2.def ArchiveExports.cpp DllExports2.cpp IArchive.h LzmaHandler.cpp SplitHandler.cpp StdAfx.h XzHandler.cpp XzHandler.h
[3rdparty/lzma/CPP/7zip/Archive/7z]7zCompressionMode.h 7zDecode.cpp 7zDecode.h 7zEncode.cpp 7zEncode.h 7zExtract.cpp 7zFolderInStream.cpp 7zFolderInStream.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.h
[3rdparty/lzma/CPP/7zip/Archive/Common]CoderMixer2.cpp CoderMixer2.h DummyOutStream.cpp DummyOutStream.h HandlerOut.cpp HandlerOut.h InStreamWithCRC.cpp InStreamWithCRC.h ItemNameUtils.h MultiStream.cpp MultiStream.h OutStreamWithCRC.cpp OutStreamWithCRC.h ParseProperties.h StdAfx.h
[3rdparty/lzma/CPP/7zip/Bundles/Alone7z]Alone.dsp StdAfx.h makefile makefile.gcc
[3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR]StdAfx.h makefile
[3rdparty/lzma/CPP/7zip/Bundles/Format7zR]StdAfx.h makefile
[3rdparty/lzma/CPP/7zip/Bundles/LzmaCon]LzmaAlone.cpp LzmaCon.dsp StdAfx.h makefile makefile.gcc
[3rdparty/lzma/CPP/7zip/Bundles/SFXCon]SFXCon.dsp SfxCon.cpp StdAfx.h makefile makefile.gcc resource.rc
[3rdparty/lzma/CPP/7zip/Bundles/SFXSetup]ExtractCallbackSfx.cpp ExtractCallbackSfx.h ExtractEngine.cpp ExtractEngine.h SFXSetup.dsp SfxSetup.cpp StdAfx.h makefile
[3rdparty/lzma/CPP/7zip/Bundles/SFXWin]SFXWin.dsp SfxWin.cpp StdAfx.h makefile resource.rc
[3rdparty/lzma/CPP/7zip/Common]CWrappers.cpp CWrappers.h CreateCoder.cpp CreateCoder.h FilePathAutoRename.h FileStreams.cpp FileStreams.h FilterCoder.cpp FilterCoder.h InBuffer.cpp InBuffer.h InOutTempBuffer.cpp InOutTempBuffer.h LimitedStreams.cpp LimitedStreams.h LockedStream.h MethodId.h MethodProps.cpp MethodProps.h MultiOutStream.cpp* MultiOutStream.h* OffsetStream.cpp OffsetStream.h OutBuffer.cpp OutBuffer.h ProgressUtils.cpp ProgressUtils.h PropId.cpp RegisterArc.h RegisterCodec.h StdAfx.h StreamBinder.cpp StreamBinder.h StreamObjects.cpp StreamObjects.h StreamUtils.cpp StreamUtils.h UniqBlocks.h VirtThread.cpp VirtThread.h
[3rdparty/lzma/CPP/7zip/Compress]Bcj2Coder.cpp Bcj2Coder.h Bcj2Register.cpp BcjCoder.cpp BcjCoder.h BcjRegister.cpp BranchMisc.cpp BranchMisc.h BranchRegister.cpp ByteSwap.cpp CodecExports.cpp CopyCoder.cpp CopyCoder.h 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 StdAfx.h XzDecoder.cpp XzDecoder.h XzEncoder.cpp XzEncoder.h
[3rdparty/lzma/CPP/7zip/Crypto]7zAes.cpp 7zAes.h 7zAesRegister.cpp MyAes.cpp MyAes.h MyAesReg.cpp RandGen.cpp RandGen.h StdAfx.h
[3rdparty/lzma/CPP/7zip/UI/Client7z]Client7z.cpp Client7z.dsp StdAfx.h
[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.h DirItem.h EnumDirItems.cpp EnumDirItems.h ExitCode.h Extract.cpp Extract.h ExtractMode.h ExtractingFilePath.cpp ExtractingFilePath.h HashCalc.cpp HashCalc.h IFileExtractCallback.h LoadCodecs.cpp LoadCodecs.h OpenArchive.cpp OpenArchive.h PropIDUtils.cpp PropIDUtils.h Property.h SetProperties.cpp SetProperties.h SortUtils.h StdAfx.h TempFiles.h Update.cpp Update.h UpdateAction.h UpdateCallback.cpp UpdateCallback.h UpdatePair.cpp UpdatePair.h UpdateProduce.h WorkDir.cpp WorkDir.h ZipRegistry.h
[3rdparty/lzma/CPP/7zip/UI/Console]BenchCon.cpp BenchCon.h Console.mak Console.manifest ConsoleClose.h ExtractCallbackConsole.cpp ExtractCallbackConsole.h HashCon.cpp HashCon.h List.cpp List.h Main.cpp MainAr.cpp OpenCallbackConsole.cpp OpenCallbackConsole.h PercentPrinter.cpp PercentPrinter.h StdAfx.h UpdateCallbackConsole.cpp UpdateCallbackConsole.h UserInputUtils.cpp UserInputUtils.h makefile makefile.gcc
[3rdparty/lzma/CPP/7zip/UI/Explorer]MyMessages.cpp MyMessages.h
[3rdparty/lzma/CPP/7zip/UI/FileManager]BrowseDialog.cpp BrowseDialog.h ComboDialog.cpp ComboDialog.h DialogSize.h ExtractCallback.cpp ExtractCallback.h FormatUtils.h LangUtils.h MyWindowsNew.h OverwriteDialog.cpp OverwriteDialog.h PasswordDialog.cpp PasswordDialog.h ProgressDialog.cpp ProgressDialog.h ProgressDialog2.cpp ProgressDialog2.h PropertyName.h PropertyNameRes.h StdAfx.h* SysIconUtils.cpp SysIconUtils.h resource.h
[3rdparty/lzma/CPP/7zip/UI/GUI]7zG.exe.manifest* ExtractDialog.cpp ExtractDialog.h ExtractGUI.cpp ExtractGUI.h HashGUI.h
[3rdparty/lzma/CPP/Common]AutoPtr.h C_FileIO.h ComTry.h CommandLineParser.h Common.h CrcReg.cpp Defs.h DynLimBuf.cpp DynLimBuf.h DynamicBuffer.h IntToString.cpp IntToString.h Lang.h ListFileUtils.cpp ListFileUtils.h MyBuffer.h MyBuffer2.h MyCom.h MyException.h MyGuidDef.h MyInitGuid.h MyLinux.h MyString.cpp MyString.h MyTypes.h MyUnknown.h MyVector.h MyWindows.cpp MyWindows.h NewHandler.cpp NewHandler.h Sha256Reg.cpp StdAfx.h StdInStream.cpp StdInStream.h StdOutStream.cpp StdOutStream.h StringConvert.cpp StringConvert.h StringToInt.h TextConfig.cpp TextConfig.h UTFConvert.cpp UTFConvert.h Wildcard.cpp Wildcard.h XzCrc64Reg.cpp
[3rdparty/lzma/CPP/Windows]COM.h Clipboard.h CommonDialog.cpp CommonDialog.h DLL.cpp DLL.h Defs.h ErrorMsg.cpp ErrorMsg.h FileDir.cpp FileDir.h FileFind.cpp FileFind.h FileIO.cpp FileIO.h FileLink.cpp FileMapping.h FileName.cpp FileName.h FileSystem.cpp FileSystem.h Handle.h MemoryGlobal.h MemoryLock.cpp MemoryLock.h NtCheck.h PropVariant.cpp PropVariant.h PropVariantConv.cpp PropVariantConv.h Registry.h ResourceString.h SecurityUtils.cpp SecurityUtils.h Shell.cpp Shell.h StdAfx.h Synchronization.cpp Synchronization.h System.cpp System.h SystemInfo.cpp SystemInfo.h Thread.h TimeUtils.cpp TimeUtils.h Window.cpp Window.h
[3rdparty/lzma/CPP/Windows/Control]ComboBox.cpp ComboBox.h CommandBar.h Dialog.cpp Dialog.h Edit.h ImageList.h ListView.cpp ListView.h ProgressBar.h PropertyPage.cpp PropertyPage.h ReBar.h Static.h StatusBar.h StdAfx.h ToolBar.h Trackbar.h Window2.cpp Window2.h
[3rdparty/lzma/DOC]Methods.txt lzma-history.txt lzma-sdk.txt lzma.txt
[scripts/src]3rdparty.lua
[src/lib/util]un7z.cpp

r199525 Tuesday 5th December, 2023 at 20:56:13 UTC by Angelo Salese
konami/viper.cpp: preliminary lightgun
[src/mame/konami]viper.cpp

r199524 Tuesday 5th December, 2023 at 20:05:45 UTC by Vasantha Crabb
3rdparty/utf8proc: Updated to 2.9.0.
[/trunk]COPYING
[3rdparty/utf8proc].gitignore* .travis.yml CMakeLists.txt Doxyfile LICENSE.md MANIFEST Makefile NEWS.md README.md libutf8proc.pc.cmakein* utf8proc.c utf8proc.h utf8proc_data.c
[3rdparty/utf8proc/.github/workflows]ci-fuzz.yml* cmake.yml* make.yml*
[3rdparty/utf8proc/data]Makefile data_generator.rb
[3rdparty/utf8proc/test]case.c fuzz_main.c* fuzzer.c* graphemetest.c iterate.c ossfuzz.sh* printproperty.c tests.c
[scripts/src]3rdparty.lua

r199523 Tuesday 5th December, 2023 at 19:42:53 UTC by Vasantha Crabb
3rdparty/zlib: Updated to 1.3.0.
[/trunk]COPYING
[3rdparty/zlib]CMakeLists.txt ChangeLog FAQ LICENSE* Makefile.in README adler32.c compress.c configure crc32.c deflate.c deflate.h gzclose.c gzguts.h gzlib.c gzread.c gzwrite.c infback.c inffast.c inffast.h inflate.c inftrees.c inftrees.h make_vms.com treebuild.xml trees.c uncompr.c zconf.h zconf.h.cmakein zconf.h.in zlib.3 zlib.3.pdf zlib.h zlib2ansi zutil.c zutil.h
[3rdparty/zlib/contrib]README.contrib
[3rdparty/zlib/contrib/ada]readme.txt test.adb zlib-streams.ads zlib.adb zlib.ads
[3rdparty/zlib/contrib/delphi]ZLib.pas
[3rdparty/zlib/contrib/dotzlib]readme.txt
[3rdparty/zlib/contrib/dotzlib/DotZLib]ChecksumImpl.cs CodecBase.cs GZipStream.cs UnitTests.cs
[3rdparty/zlib/contrib/infback9]infback9.c infback9.h inftree9.c inftree9.h
[3rdparty/zlib/contrib/minizip]MiniZip64_Changes.txt configure.ac crypt.h ioapi.c ioapi.h iowin32.c iowin32.h miniunz.c minizip.c mztools.c unzip.c unzip.h zip.c zip.h
[3rdparty/zlib/contrib/pascal]zlibpas.pas
[3rdparty/zlib/contrib/puff]README puff.c pufftest.c
[3rdparty/zlib/contrib/testzlib]testzlib.c
[3rdparty/zlib/contrib/untgz]untgz.c
[3rdparty/zlib/contrib/vstudio]readme.txt
[3rdparty/zlib/contrib/vstudio/vc10]miniunz.vcxproj.filters minizip.vcxproj.filters testzlib.vcxproj testzlib.vcxproj.filters testzlibdll.vcxproj.filters zlib.rc zlibstat.vcxproj zlibstat.vcxproj.filters zlibvc.def zlibvc.vcxproj zlibvc.vcxproj.filters
[3rdparty/zlib/contrib/vstudio/vc11]testzlib.vcxproj zlib.rc zlibstat.vcxproj zlibvc.def zlibvc.vcxproj
[3rdparty/zlib/contrib/vstudio/vc12]testzlib.vcxproj zlib.rc zlibstat.vcxproj zlibvc.def zlibvc.vcxproj
[3rdparty/zlib/contrib/vstudio/vc14]testzlib.vcxproj zlib.rc zlibstat.vcxproj zlibvc.def zlibvc.vcxproj
[3rdparty/zlib/contrib/vstudio/vc9]miniunz.vcproj minizip.vcproj testzlib.vcproj testzlibdll.vcproj zlib.rc zlibstat.vcproj zlibvc.def zlibvc.vcproj
[3rdparty/zlib/examples]enough.c fitblk.c gun.c gzappend.c gzlog.h zlib_how.html zran.c zran.h
[3rdparty/zlib/os400]README400 bndsrc zlib.inc
[3rdparty/zlib/qnx]package.qpg
[3rdparty/zlib/test]example.c infcover.c minigzip.c
[3rdparty/zlib/win32]README-WIN32.txt zlib1.rc
[scripts/src]3rdparty.lua

r199522 Tuesday 5th December, 2023 at 19:34:40 UTC by hap
m6801: mask unused ram ctrl reg bits
[src/devices/cpu/m6800]m6801.cpp m6801.h
[src/mame/chess]yeno_301xl.cpp

r199521 Tuesday 5th December, 2023 at 19:05:40 UTC by Vasantha Crabb
3rdparty/libjpeg: Updated to version 9e.
[3rdparty/libjpeg]Makefile.am Makefile.in README aclocal.m4 ar-lib cdaltui.txt* cderror.h cdjpeg.h change.log cjpeg.1 cjpegalt.c* compile config.guess config.sub configure configure.ac depcomp djpeg.1 djpeg.c djpegalt.c* filelist.txt install-sh install.txt jcarith.c jccoefct.c jccolor.c jcdctmgr.c jchuff.c jcinit.c jcmarker.c jcmaster.c jcomapi.c jcparam.c jcprepct.c jcsample.c jctrans.c jdapimin.c jdarith.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jdct.h jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c jdsample.c jerror.h jfdctflt.c jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jinclude.h jmemmgr.c jmemnobs.c jpegint.h jpeglib.h jpegtran.1 jpegtran.c jquant1.c jquant2.c jutils.c jversion.h libjpeg.pc.in* libjpeg.txt makeasln.v10 makeasln.v16* makecdsp.vc6 makecfil.v10 makecfil.v16* makecvcx.v10 makecvcx.v16* makecvcx.v17* makeddsp.vc6 makedfil.v10 makedfil.v16* makedvcx.v10 makedvcx.v16* makedvcx.v17* makefile.ansi makefile.b32 makefile.bcc makefile.dj makefile.manx makefile.mc6 makefile.mms makefile.sas makefile.unix makefile.vc makefile.vms makefile.vs* makefile.wat makejdsp.vc6 makejfil.v10 makejfil.v16* makejsln.v10 makejsln.v16* makejvcx.v10 makejvcx.v16* makejvcx.v17* makerdsp.vc6 makerfil.v10 makerfil.v16* makervcx.v10 makervcx.v16* makervcx.v17* maketdsp.vc6 maketfil.v10 maketfil.v16* maketvcx.v10 maketvcx.v16* maketvcx.v17* makewdsp.vc6 makewfil.v10 makewfil.v16* makewvcx.v10 makewvcx.v16* makewvcx.v17* missing rdbmp.c rdgif.c rdppm.c rdrle.c rdswitch.c rdtarga.c testimg.gif* testimg.jpg testimgp.jpg transupp.c transupp.h usage.txt wrbmp.c wrgif.c wrjpgcom.c wrppm.c wrrle.c wrtarga.c

r199520 Tuesday 5th December, 2023 at 18:35:17 UTC by hap
New working systems
-------------------
301 XL (Yeno) [hap, Sean Riddle, Berger]
[src/mame]mame.lst
[src/mame/chess]yeno_301xl.cpp*
[src/mame/layout]yeno_301xl.lay*

r199519 Tuesday 5th December, 2023 at 17:55:32 UTC by Osso
New working clones
------------------
Mahjong Gakuensai (Japan, set 2) [buffi]

New clones marked not working
-----------------------------
Rolling [Taksangs, charlie]
[src/mame]mame.lst
[src/mame/igs]goldstar.cpp goldstar.h
[src/mame/metro]metro.cpp

r199518 Tuesday 5th December, 2023 at 15:03:20 UTC by hap
novag*: change internal artwork button highlights a bit
[src/mame/hegenerglaser]europa.cpp
[src/mame/layout]novag_cexpert.lay novag_cforte.lay novag_const.lay novag_constq.lay novag_diablo68k.lay novag_mk1.lay novag_scorpio68k.lay novag_sexpert.lay novag_sforte.lay novag_ssensor4.lay novag_supercon.lay novag_supremo.lay yeno_532xl.lay
[src/mame/novag]micro.cpp micro2.cpp sexpert.cpp

r199517 Tuesday 5th December, 2023 at 00:57:49 UTC by Angelo Salese
konami/viper.cpp: move sound irq enable to something less hackish, fixes sound in tsurugi/boxingm/mfightc
[src/mame/konami]viper.cpp

r199516 Monday 4th December, 2023 at 16:03:19 UTC by hap
New working systems
-------------------
Mephisto Europa [hap, Berger]
[src/mame]mame.lst
[src/mame/hegenerglaser]europa.cpp*
[src/mame/layout]mephisto_europa.lay*

r199515 Monday 4th December, 2023 at 14:40:24 UTC by hap
hd6301: ST IMM opcodes cause a trap interrupt
[src/devices/cpu/m6800]m6800.cpp m6801.cpp

r199514 Monday 4th December, 2023 at 12:36:10 UTC by Osso
Skill Drop Georgia (Ver. G1.01S, Oct 1 2002) [Ioannis Bampoulas]
Lucky Coin (Jun 24 2002) [Ioannis Bampoulas]
[src/mame]mame.lst
[src/mame/galaxian]galaxian.cpp
[src/mame/misc]astrcorp.cpp

r199513 Monday 4th December, 2023 at 11:38:08 UTC by hap
m6800: move m6801 TODO over to m6801.cpp
[src/devices/cpu/m6800]m6800.cpp m6801.cpp

r199512 Monday 4th December, 2023 at 11:05:41 UTC by hap
hd6301: RTI after TRAP returns to the address where the trap error occured
[src/devices/cpu/m6800]6800ops.hxx

r199511 Monday 4th December, 2023 at 10:32:28 UTC by hap
hd6301: port output latches are kept intact when in standby mode, x0 does not have ddr4
[src/devices/cpu/m6800]m6801.cpp m6801.h
[src/mame/canon]canon_s80.cpp

r199510 Monday 4th December, 2023 at 03:54:27 UTC by Angelo Salese
konami/viper.cpp: correct PowerPC clocks [Guru]
[src/mame/konami]viper.cpp

r199509 Monday 4th December, 2023 at 03:09:02 UTC by Angelo Salese
konami/viper.cpp: implement front/rear speakers for mocapb/p911, update QA notes
[src/mame/konami]viper.cpp

Previous 50 199869 Revisions Next 50


© 1997-2024 The MAME Team