Commit graph

62 commits

Author SHA1 Message Date
holub
12b260e200
spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK (#8913)
* spi_sdcard: add CMD18 - CMD_READ_MULTIPLE_BLOCK and clean up state changes
2021-12-01 18:49:48 -05:00
Dirk Best
3eaf1be30c
Create GitHub Actions for CI (#7335)
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.
2020-10-21 22:42:17 +11:00
Olivier Galibert
b16275062a Revert "Modifiy .gitignore to ignore mk68kmake executable and object files (nw)"
This reverts commit 7aefd0652e.

These files have not been generated since commit
ea9cd8aea1 done Sep 13, 2018, which is
the time where that specific ignore was removed.
2020-05-21 20:49:34 +02:00
yz70s
7aefd0652e Modifiy .gitignore to ignore mk68kmake executable and object files (nw) 2020-05-21 20:14:20 +02:00
Firehawke
a10af356cc Update documentation (nw)
* 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.
2019-11-25 18:51:44 +11:00
Angelo Salese
78d20c4dad mega32x.cpp: refactor and convert read/write handlers to 16-bit space [Angelo Salese] 2019-06-22 14:43:16 +02:00
Olivier Galibert
ea9cd8aea1 m680x0: gratuitously convert the generator to python [O. Galibert] 2019-04-29 22:04:15 +02:00
Vas Crabb
cebff96608 move some content for release archive out of build repo into main repo 2017-08-14 19:30:35 +10:00
Miodrag Milanovic
124f30dbbc Enable building projects that are separate of MAME but use same core and lives in separate git tree (nw) 2016-12-08 11:46:15 +01:00
R. Belmont
24c43b94a0 Revert "update git ignore list. (nw)" 2016-12-02 16:41:20 -05:00
dankan1890
0c5759bcbd update git ignore list. (nw) 2016-11-29 00:16:59 +01:00
RobertoFresca
7d98d7a837 Cleanup.... 2016-08-19 10:55:59 -03:00
Vas Crabb
a26a40445b Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] 2016-08-02 16:46:46 +10:00
Miodrag Milanovic
4a5895661c update gitignore (nw) 2016-05-29 10:10:41 +02:00
Miodrag Milanovic
158c90cf11 Initial work to make MAME work on Android [Miodrag Milanovic] 2016-03-27 17:35:23 +02:00
Vas Crabb
54279dbf11 Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, partial path and fold some redundant code 2016-03-25 15:25:30 +11:00
Vas Crabb
f83078d8bf Use std::atomic in nl_lists.h with OpenMP 2016-03-22 12:42:19 +11:00
Miodrag Milanovic
7cd40eb58d Added uismall.bdc and way to load it for those that wish to use it still (nw) 2016-03-20 09:53:59 +01:00
Vas Crabb
a3b35f8bc6 Move font enumeration to OSD, separate font name from display name as needed for OSX 2016-03-17 00:04:52 +11:00
Miodrag Milanovic
5cef4e1f91 Added LICENSE file and updated README.md (nw) 2016-03-04 11:00:21 +01:00
Miodrag Milanovic
60f8515a0d removed created mo, in order to make it part of build process (nw) 2016-02-21 11:34:22 +01:00
therealmogminer@gmail.com
9a47a870df First take on render API reorg, nw 2016-02-21 03:03:23 +01:00
Miodrag Milanovic
4900b941f1 Must commit pre-compiled language files (nw) 2016-02-20 22:40:35 +01:00
Miodrag Milanovic
1115b98dd3 Added initial language list with definitions and scripts for update (nw) 2016-02-20 21:50:02 +01:00
Miodrag Milanovic
ccae0382bb Added plugins and boot.lua as startup script [Miodrag Milanovic] 2016-02-14 10:58:18 +01:00
Miodrag Milanovic
178167b8fe Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic]
Need optimization and cleanup, note that all shaders can be built only on windows
due to usage of DirectX DLLs
2016-02-07 15:49:55 +01:00
Miodrag Milanovic
5f3e6c8bdc fixed clang compile of m68kmake(nw) 2016-01-30 20:53:28 +01:00
Miodrag Milanovic
042050ef67 Added Google Benchmark library (nw)
Included sample benchmark for eminline for native and noasm
Made GoogleTest compile only if tests are compiled
2016-01-29 11:47:40 +01:00
Miodrag Milanovic
3f2add802d Updated makefile to generate m68k files (nw) 2016-01-27 15:36:29 +01:00
dankan1890
aef1472f1d Missing regtests folder in .gitignore 2015-11-27 15:56:17 +01:00
Miodrag Milanovic
cabec7b81c Added new doxygen templates and limited basic to core (nw) 2015-11-16 10:32:27 +01:00
Miodrag Milanovic
44ffd8dd61 added make option to generate CMake files for CLion and root project file (nw)
also ignored CMakeLists.txt in root
2015-11-08 15:00:26 +01:00
Miodrag Milanovic
0284402d1c updated gitignore for CLion (nw) 2015-11-08 14:54:59 +01:00
hap
9f6640deb5 turned folder rights the other way around 2015-08-26 23:09:47 +02:00
Dirk Best
4d1cfc554d Add travis-ci support 2015-07-10 16:41:37 +02:00
Miodrag Milanovic
f2b21a51f8 Added doxygen documentation definition file and make target for it (nw) 2015-05-12 10:28:41 +02:00
Miodrag Milanovic
53340a5f89 changed .build to build to be visible (nw) 2015-03-26 11:17:59 +01:00
Miodrag Milanovic
f76d59c41d Moved build system to GENie [Miodrag Milanovic]
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
2015-03-26 09:00:39 +01:00
Miodrag Milanovic
fb5c151082 Converted png2bcd tool to python [Andrew Gardner] 2015-01-10 11:35:34 +01:00
smf-
4ec35c6bb0 ignore inp directory (nw) 2014-10-29 18:21:49 +00:00
Miodrag Milanovic
6cdca14803 made .gitignore much smaller (nw) 2014-10-24 14:51:06 +02:00
Miodrag Milanovic
44c54629c2 fix for gitignore (nw) 2014-10-24 14:20:32 +02:00
Oliver Stöneberg
4972bd3b54 ignore *.psess and *.vsp in root (nw)
these are Visual Studio Performance Analysis output files
2014-10-24 14:11:17 +02:00
Olivier Galibert
a16f1c0443 More ignorance (nw) 2014-10-23 19:10:22 +02:00
Curt Coder
4b0e2a830e Updated ignore file with executables 2014-10-23 11:08:34 +03:00
Oliver Stöneberg
c1f8dfed3e added *.sln and *.suo to .gitignore (nw) 2014-10-23 09:32:53 +02:00
m.milanovic@levi9.com
428b3535d3 Add ini folder to ignore (nw) 2014-10-22 10:52:21 +02:00
smf-
1f06e19970 ignore *.bat (nw) 2014-10-21 12:34:21 +01:00
Alex W. Jackson
b6db6a39a2 Made gfx_element::decode() private; fixed drivers that were calling it directly [Alex Jackson] 2014-03-18 06:42:10 +00:00
Curt Coder
9f691da5f3 Add to ignore list. (nw) 2014-03-18 06:21:49 +00:00