Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create GitHub Actions for CI (#7335) | 2020-10-21 | 1 | -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)" | 2020-05-21 | 1 | -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) | 2020-05-21 | 1 | -0/+2 | |
| | |||||
* | Update documentation (nw) | 2019-11-25 | 1 | -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 ↵ | 2019-06-22 | 1 | -0/+2 | |
| | | | | [Angelo Salese] | ||||
* | m680x0: gratuitously convert the generator to python [O. Galibert] | 2019-04-29 | 1 | -5/+0 | |
| | |||||
* | move some content for release archive out of build repo into main repo | 2017-08-14 | 1 | -0/+1 | |
| | |||||
* | Enable building projects that are separate of MAME but use same core and ↵ | 2016-12-08 | 1 | -0/+1 | |
| | | | | lives in separate git tree (nw) | ||||
* | Revert "update git ignore list. (nw)" | 2016-12-02 | 1 | -1/+1 | |
| | |||||
* | update git ignore list. (nw) | 2016-11-29 | 1 | -1/+1 | |
| | |||||
* | Cleanup.... | 2016-08-19 | 1 | -0/+1 | |
| | |||||
* | Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] | 2016-08-02 | 1 | -0/+2 | |
| | |||||
* | update gitignore (nw) | 2016-05-29 | 1 | -0/+1 | |
| | |||||
* | Initial work to make MAME work on Android [Miodrag Milanovic] | 2016-03-27 | 1 | -0/+1 | |
| | |||||
* | Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, ↵ | 2016-03-25 | 1 | -1/+1 | |
| | | | | partial path and fold some redundant code | ||||
* | Use std::atomic in nl_lists.h with OpenMP | 2016-03-22 | 1 | -1/+1 | |
| | |||||
* | Added uismall.bdc and way to load it for those that wish to use it still (nw) | 2016-03-20 | 1 | -0/+1 | |
| | |||||
* | Move font enumeration to OSD, separate font name from display name as needed ↵ | 2016-03-17 | 1 | -2/+6 | |
| | | | | for OSX | ||||
* | Added LICENSE file and updated README.md (nw) | 2016-03-04 | 1 | -0/+1 | |
| | |||||
* | removed created mo, in order to make it part of build process (nw) | 2016-02-21 | 1 | -0/+1 | |
| | |||||
* | First take on render API reorg, nw | 2016-02-21 | 1 | -0/+1 | |
| | |||||
* | Must commit pre-compiled language files (nw) | 2016-02-20 | 1 | -1/+0 | |
| | |||||
* | Added initial language list with definitions and scripts for update (nw) | 2016-02-20 | 1 | -0/+2 | |
| | |||||
* | Added plugins and boot.lua as startup script [Miodrag Milanovic] | 2016-02-14 | 1 | -0/+1 | |
| | |||||
* | Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic] | 2016-02-07 | 1 | -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) | 2016-01-30 | 1 | -0/+1 | |
| | |||||
* | Added Google Benchmark library (nw) | 2016-01-29 | 1 | -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) | 2016-01-27 | 1 | -0/+4 | |
| | |||||
* | Missing regtests folder in .gitignore | 2015-11-27 | 1 | -3/+4 | |
| | |||||
* | Added new doxygen templates and limited basic to core (nw) | 2015-11-16 | 1 | -0/+1 | |
| | |||||
* | added make option to generate CMake files for CLion and root project file (nw) | 2015-11-08 | 1 | -1/+2 | |
| | | | | also ignored CMakeLists.txt in root | ||||
* | updated gitignore for CLion (nw) | 2015-11-08 | 1 | -0/+1 | |
| | |||||
* | turned folder rights the other way around | 2015-08-26 | 1 | -14/+15 | |
| | |||||
* | Add travis-ci support | 2015-07-10 | 1 | -0/+1 | |
| | |||||
* | Added doxygen documentation definition file and make target for it (nw) | 2015-05-12 | 1 | -1/+3 | |
| | |||||
* | changed .build to build to be visible (nw) | 2015-03-26 | 1 | -1/+1 | |
| | |||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -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] | 2015-01-10 | 1 | -0/+1 | |
| | |||||
* | ignore inp directory (nw) | 2014-10-29 | 1 | -0/+1 | |
| | |||||
* | made .gitignore much smaller (nw) | 2014-10-24 | 1 | -42/+6 | |
| | |||||
* | fix for gitignore (nw) | 2014-10-24 | 1 | -22/+28 | |
| | |||||
* | ignore *.psess and *.vsp in root (nw) | 2014-10-24 | 1 | -0/+2 | |
| | | | | these are Visual Studio Performance Analysis output files | ||||
* | More ignorance (nw) | 2014-10-23 | 1 | -0/+20 | |
| | |||||
* | Updated ignore file with executables | 2014-10-23 | 1 | -0/+3 | |
| | |||||
* | added *.sln and *.suo to .gitignore (nw) | 2014-10-23 | 1 | -0/+2 | |
| | |||||
* | Add ini folder to ignore (nw) | 2014-10-22 | 1 | -0/+1 | |
| | |||||
* | ignore *.bat (nw) | 2014-10-21 | 1 | -0/+1 | |
| | |||||
* | Made gfx_element::decode() private; fixed drivers that were calling it ↵ | 2014-03-18 | 1 | -2/+1 | |
| | | | | directly [Alex Jackson] | ||||
* | Add to ignore list. (nw) | 2014-03-18 | 1 | -0/+2 | |
| | |||||
* | ignore project files only in root | 2013-12-30 | 1 | -844/+0 | |
| |