summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-228-288/+294
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-193-4/+4
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-143-44/+48
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-15/+15
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-127-98/+98
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-123-5/+5
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-113-5/+5
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-116-112/+112
|/
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-224/+0
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-203-0/+3
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-205-0/+6
* fixed nltool linking with Visual Studio (nw) Oliver Stöneberg2015-03-161-1/+2
* fix hmcs40 10-bit-word handling hap2015-03-061-1/+1
* widdle endian hap2015-03-051-1/+1
* added Hitachi HMCS40 series MCU core skeleton hap2015-03-041-0/+2
* added NEC uCOM-4 MCU core skeleton hap2015-02-071-0/+2
* fixed some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-051-1/+1
* Report core file position in case of a CHD hunk read error (nw) jbu2015-02-051-1/+4
* Changes to the build system: couriersud2015-02-011-24/+24
* added AMI S2000 cpu skeleton and disasm hap2015-01-291-0/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-282-9/+9
* Fixed clang (most likely > 3.4) compile. (nw) couriersud2015-01-191-1/+1
* Fix nltool "-ld" listdevices. (nw) couriersud2015-01-181-6/+22
* added missing catch in chd_file_compressor::async_read() and chdman main() (nw) Oliver Stöneberg2015-01-161-0/+6
* fixed chdman.c compiler warning (nw) Oliver Stöneberg2015-01-161-1/+1
* chdman: added -s/--size parameter for "createhd" to create blank harddisk bas... Oliver Stöneberg2015-01-161-9/+24
* introduced BASELIBS to makefile to link smaller tools with less dependencies ... Oliver Stöneberg2015-01-011-12/+12
* Move some includes around to fix compile errors on OSX; if this breaks any ot... Wilbert Pol2014-12-291-0/+1
* fixed "make tools" with VS14 CTP4 (nw) smf-2014-10-181-3/+3
* moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc... Oliver Stöneberg2014-09-081-2/+11
* unreachable code warning fixes for tools (nw) Oliver Stöneberg2014-09-081-1/+0
* Don't convert spaces to tabs if they are in a string literal that is split ov... smf-2014-07-231-1/+1
* Allow line continuation in string literals. (nw) smf-2014-07-231-1/+1
* Cleanups and version bump Miodrag Milanovic2014-07-222-4/+4
* Change remaining references to -nosound to -sound none in code and docs; move... Alex W. Jackson2014-06-131-1/+1
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-18/+0
* Added SQLite3 for future use, not linked in main binary till proved compiling... Miodrag Milanovic2014-06-041-0/+18
* Introduced netlist_analog_net_t and netlist_logic_net_t to untangle code a bit. Couriersud2014-05-171-0/+7
* CHD cleanups: [MetalliC] R. Belmont2014-04-281-2/+6
* chd updates: [MetalliC] R. Belmont2014-04-181-5/+55
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-3/+3
* Fix tools build on OS/2 [KO Myung-Hun] R. Belmont2014-04-121-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-073-156/+155
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-249/+247
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
* added some library dependencies for Visual Studio (nw) Oliver Stöneberg2014-03-311-2/+4
* we need to find a solution there (nw) Olivier Galibert2014-03-261-6/+3