summaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK (#8913) holub2021-12-011-0/+1
| | | * spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK and clean up state changes
* Create GitHub Actions for CI (#7335) Dirk Best2020-10-211-1/+1
| | | | | | | | | | | This is intended as a replacement for AppVeyor and parts of TravisCI. It will create full builds of MAME (including tools) for the following platforms: - Linux (GCC and Clang) - macOS (Clang) - Windows (GCC and MSVC 2019) It will also upload the resulting executable as artifact so that it can be used for regression testing. This commit also removes the unused TeaCI drone files.
* Revert "Modifiy .gitignore to ignore mk68kmake executable and object files (nw)" Olivier Galibert2020-05-211-2/+0
| | | | | | | | This reverts commit 7aefd0652e3633fce4d24d32f61401b5fec24ebf. These files have not been generated since commit ea9cd8aea1bc1aa649645b52e43937815f2d87eb done Sep 13, 2018, which is the time where that specific ignore was removed.
* Modifiy .gitignore to ignore mk68kmake executable and object files (nw) yz70s2020-05-211-0/+2
|
* Update documentation (nw) Firehawke2019-11-251-0/+1
| | | | | | | | * Update MAME docs revision to 0.216 * Add FAQ question about autofire with walkthrough of setup process. * Add VSCode .gitignore for RST compilation temporary folder (/docs/source/_build) * Add a caveat about autofire+normal fire mapping * Add -lowlatency to the docs.
* mega32x.cpp: refactor and convert read/write handlers to 16-bit space ↵ Angelo Salese2019-06-221-0/+2
| | | | [Angelo Salese]
* m680x0: gratuitously convert the generator to python [O. Galibert] Olivier Galibert2019-04-291-5/+0
|
* move some content for release archive out of build repo into main repo Vas Crabb2017-08-141-0/+1
|
* Enable building projects that are separate of MAME but use same core and ↵ Miodrag Milanovic2016-12-081-0/+1
| | | | lives in separate git tree (nw)
* Revert "update git ignore list. (nw)" R. Belmont2016-12-021-1/+1
|
* update git ignore list. (nw) dankan18902016-11-291-1/+1
|
* Cleanup.... RobertoFresca2016-08-191-0/+1
|
* Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] Vas Crabb2016-08-021-0/+2
|
* update gitignore (nw) Miodrag Milanovic2016-05-291-0/+1
|
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-271-0/+1
|
* Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, ↵ Vas Crabb2016-03-251-1/+1
| | | | partial path and fold some redundant code
* Use std::atomic in nl_lists.h with OpenMP Vas Crabb2016-03-221-1/+1
|
* Added uismall.bdc and way to load it for those that wish to use it still (nw) Miodrag Milanovic2016-03-201-0/+1
|
* Move font enumeration to OSD, separate font name from display name as needed ↵ Vas Crabb2016-03-171-2/+6
| | | | for OSX
* Added LICENSE file and updated README.md (nw) Miodrag Milanovic2016-03-041-0/+1
|
* removed created mo, in order to make it part of build process (nw) Miodrag Milanovic2016-02-211-0/+1
|
* First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-0/+1
|
* Must commit pre-compiled language files (nw) Miodrag Milanovic2016-02-201-1/+0
|
* Added initial language list with definitions and scripts for update (nw) Miodrag Milanovic2016-02-201-0/+2
|
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-0/+1
|
* Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic] Miodrag Milanovic2016-02-071-0/+1
| | | | | Need optimization and cleanup, note that all shaders can be built only on windows due to usage of DirectX DLLs
* fixed clang compile of m68kmake(nw) Miodrag Milanovic2016-01-301-0/+1
|
* Added Google Benchmark library (nw) Miodrag Milanovic2016-01-291-0/+1
| | | | | Included sample benchmark for eminline for native and noasm Made GoogleTest compile only if tests are compiled
* Updated makefile to generate m68k files (nw) Miodrag Milanovic2016-01-271-0/+4
|
* Missing regtests folder in .gitignore dankan18902015-11-271-3/+4
|
* Added new doxygen templates and limited basic to core (nw) Miodrag Milanovic2015-11-161-0/+1
|
* added make option to generate CMake files for CLion and root project file (nw) Miodrag Milanovic2015-11-081-1/+2
| | | | also ignored CMakeLists.txt in root
* updated gitignore for CLion (nw) Miodrag Milanovic2015-11-081-0/+1
|
* turned folder rights the other way around hap2015-08-261-14/+15
|
* Add travis-ci support Dirk Best2015-07-101-0/+1
|
* Added doxygen documentation definition file and make target for it (nw) Miodrag Milanovic2015-05-121-1/+3
|
* changed .build to build to be visible (nw) Miodrag Milanovic2015-03-261-1/+1
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+2
| | | | | | | | | | | | | | make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files
* Converted png2bcd tool to python [Andrew Gardner] Miodrag Milanovic2015-01-101-0/+1
|
* ignore inp directory (nw) smf-2014-10-291-0/+1
|
* made .gitignore much smaller (nw) Miodrag Milanovic2014-10-241-42/+6
|
* fix for gitignore (nw) Miodrag Milanovic2014-10-241-22/+28
|
* ignore *.psess and *.vsp in root (nw) Oliver Stöneberg2014-10-241-0/+2
| | | | these are Visual Studio Performance Analysis output files
* More ignorance (nw) Olivier Galibert2014-10-231-0/+20
|
* Updated ignore file with executables Curt Coder2014-10-231-0/+3
|
* added *.sln and *.suo to .gitignore (nw) Oliver Stöneberg2014-10-231-0/+2
|
* Add ini folder to ignore (nw) m.milanovic@levi9.com2014-10-221-0/+1
|
* ignore *.bat (nw) smf-2014-10-211-0/+1
|
* Made gfx_element::decode() private; fixed drivers that were calling it ↵ Alex W. Jackson2014-03-181-2/+1
| | | | directly [Alex Jackson]
* Add to ignore list. (nw) Curt Coder2014-03-181-0/+2
|