summaryrefslogtreecommitdiffstatshomepage
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to use with latest android nkd (nw) Miodrag Milanovic2016-03-112-14/+16
|
* mingw clang build is working, there seams to still be some issue with ↵ Miodrag Milanovic2016-03-111-0/+4
| | | | optimization (nw)
* With latest package from MSYS of clang 3.8.0 build at least compile fine on ↵ Miodrag Milanovic2016-03-111-5/+0
| | | | | | windows (nw) Strange crashing while executing
* Support for aarch64 (nw) Miodrag Milanovic2016-03-111-0/+9
|
* renamed supercon.cpp to novag6502.cpp hap2016-03-091-1/+1
|
* Fixed osdmini building for android and pnacl (nw) Miodrag Milanovic2016-03-082-1/+2
|
* compile with latest bgfx,bx (nw) Miodrag Milanovic2016-03-081-0/+1
|
* Fixed arcade build and merged libbus with liboptional due to circular ↵ Miodrag Milanovic2016-03-063-43/+1
| | | | dependencies (nw)
* Restore uismall.png for now so that Emscripten menus work (nw) Justin Kerk2016-03-051-1/+10
|
* Fix Visual Studio build Brad Hughes2016-03-051-5/+1
|
* pcxt: use pc motherboard device and banking (nw) cracyc2016-03-053-2/+14
|
* fix build errors (nw) Jeffrey Clark2016-03-051-3/+3
|
* Make XAudio2 available in all Windows OSD builds, plus use 2.9 if available, ↵ Brad Hughes2016-03-051-25/+5
| | | | plus code cleanup.
* Fixing issue compiling on GCC 4.9 till 5.1 (nw) Miodrag Milanovic2016-03-051-0/+1
|
* Support for filtering exceptions (nw) Miodrag Milanovic2016-03-051-0/+13
|
* Added missing xaudio2 header from WINE that is free to use (nw) Miodrag Milanovic2016-03-051-3/+5
|
* pc: simplify somewhat the pcs/clones and enable configs with less than 640k ↵ cracyc2016-03-041-3/+0
| | | | | | | | ram (nw) tandy1t: make the shared vram actually work and use banking (nw) -- Some of the tandy's will show garbage on the screen when booted, it's the memory test overwriting the shared vram
* removed Apache 2 licensed library since it is not possible to mix with GPL2 (nw) Miodrag Milanovic2016-03-042-59/+0
|
* remove remaining files (nw) Miodrag Milanovic2016-03-041-2/+0
|
* Demoted svi318 to skeleton (nw) Miodrag Milanovic2016-03-041-2/+0
|
* Fix compile are demote drivers (nw) Miodrag Milanovic2016-03-041-2/+2
|
* fix mess.lua build until rest of mboard dependencies are flushed (nw) Lord-Nightmare2016-03-041-2/+2
|
* Removed code from Ralf Schaefer and demoted drivers to skeleton and not ↵ Miodrag Milanovic2016-03-031-2/+0
| | | | working (nw)
* remove drivers by 'Edgardo E. Contini Salvan' due to unresolved licensing ↵ David Haywood2016-03-031-2/+0
| | | | (replaced with skeleton containing ROM loading only)
* remove all drivers by 'insideoutboy' due to unresolved licensing, replaced ↵ David Haywood2016-03-031-7/+0
| | | | with skeleton drivers (rom loading only)
* Fix tools building on windows (nw) Miodrag Milanovic2016-03-031-1/+15
|
* link ole32 on Windows. Needed for CoInitializeEx() Brad Hughes2016-03-021-0/+1
|
* Merge branch 'master' of https://github.com/mamedev/mame.git Brad Hughes2016-03-026-64/+36
|\
| * newbrain: Dumped the COP internal ROM. [Chris Despinidis] Curt Coder2016-03-022-2/+18
| | | | | | | | | | newbrain: Rewrote the driver to modern standards. [Curt Coder] cop400: Implemented the MICROBUS interface. [Curt Coder]
| * made sources build use info from mame.lst (nw) Miodrag Milanovic2016-03-024-62/+18
| |
* | Add DirectWrite font support module Brad Hughes2016-03-021-0/+1
|/
* Added mame.lst as main list, it is now generated, and should be updated ↵ Miodrag Milanovic2016-03-022-10/+85
| | | | | | manually (nw) Filtering for subtargets are done by flt files now
* update for osdmini (nw) Miodrag Milanovic2016-03-011-2/+18
|
* Used std::thread and std::condition_variable (nw) Miodrag Milanovic2016-03-014-51/+6
|
* Black Touch '96 hardware is a Korean clone of 'SNK68' hardware so start to ↵ David Haywood2016-03-011-0/+2
| | | | refactor, and share code
* Merge dynamic load XInput Brad Hughes2016-03-011-1/+0
|\
| * Dynamically load xinput Brad Hughes2016-03-011-1/+0
| |
* | Enabled multi core compile on VS (nw) Miodrag Milanovic2016-03-012-2/+0
|/
* Merge branch 'xinput_local_temp1' of E:\mame\bradhugh.mame\mame Brad Hughes2016-02-292-0/+2
|\
| * Add XInput support for Windows OSD Brad Hughes2016-02-292-0/+2
| |
* | * Support *n conversion in stream_format/string_format Vas Crabb2016-03-012-0/+4
| | | | | | | | | | | | | | | | | | * Make stream_format return characters printed * Add iostreams with std::vector storage * Move to type-safe templates for logerror and popmessage * Remove now-unnecessary I64FMT from calls to logerror/popmessage * Put some lib/util stuff in util:: namespace * Some fixes to Japanese translation
* | Build SDL2 for Android (nw) Miodrag Milanovic2016-02-292-0/+17
|/
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
|
* Merge input modules work. Brad Hughes2016-02-283-3/+13
|\
| * Refactor OSD input into modules Brad Hughes2016-02-283-3/+13
| |
* | added compiling SDL2 for Android (nw) Miodrag Milanovic2016-02-281-22/+67
| |
* | compiles but crash on OSX with bundled one (nw) Miodrag Milanovic2016-02-283-17/+48
| |
* | Separated windows only part in SDL2 build and prepared osx one (nw) Miodrag Milanovic2016-02-281-55/+113
| |
* | make possible to select if bundled SDL2 is used, made mingw and vs compile ↵ Miodrag Milanovic2016-02-273-34/+81
| | | | | | | | so far (nw)
* | Made Visual Studio use by default bundled SDL2 (nw) Miodrag Milanovic2016-02-275-27/+338
| |