summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 7zip romcmp Vas Crabb2016-03-191-3/+4
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-187-46/+46
* tms1k: make disasm tables human-readable and added initial TP0320 hap2016-03-151-0/+2
* Fix chdman again for I64FMT on WIN32 Brandon Munger2016-03-141-1/+1
* chdman I64FMT fix for OSX, FreeBSD Brandon Munger2016-03-141-1/+1
* Fix I64FMT in chdman for Linux 64 bit Brandon Munger2016-03-141-0/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-149-151/+140
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-19/+14
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-4/+10
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-069-397/+344
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-8/+8
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-285-60/+54
* Cleanups and version bump Miodrag Milanovic2016-02-241-16/+16
* Added support for the AMPAL18P8 Kevin Eshbach2016-02-131-17/+109
* Revert "fix unidasm compile [Robbbert]" Miodrag Milanovic2016-01-201-1/+1
* fix unidasm compile [Robbbert] Lord-Nightmare2016-01-171-1/+1
* fix compile of tools (nw) Miodrag Milanovic2016-01-111-9/+7
* Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+2
* fixed error (nw) Miodrag Milanovic2015-12-311-2/+2
* missed one, thanks hap (nw) Miodrag Milanovic2015-12-311-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+0
* chdman info verbose metadata output (nw) MetalliC2015-12-261-3/+6
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-126-37/+37
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-195/+200
* clang-modernize part 6 Miodrag Milanovic2015-12-042-15/+15
* clang-modernize part 5 Miodrag Milanovic2015-12-0425-571/+571
* fix building tools (nw) Miodrag Milanovic2015-11-081-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0847-0/+0
* fixed linking unidasm in small builds (nw) Miodrag Milanovic2015-11-021-11/+0
* Moved tools in proper place, and moved build python scripts together with oth... Miodrag Milanovic2015-10-0750-0/+41619
* Moved nltool.c and nlwav.c into src/emu/netlist/prg. couriersud2015-08-232-782/+0
* Created a separate logging class. Netlist code should now be at least couriersud2015-08-231-16/+19
* Remove vsscanf from netlist. Change default format for double to "g". couriersud2015-08-112-2/+2
* Make netlist more typesafe. Added a pformat class to reduce sprintf couriersud2015-08-101-5/+4
* utf8 support for pstring. Opted for a scalable solution which should be couriersud2015-08-102-11/+13
* More usage of streams and aligned exception use. (nw) couriersud2015-08-102-25/+22
* Added simple stream classes to netlist code. (nw) couriersud2015-08-032-14/+15
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-292-35/+33
* Added nlwav to tools. nlwav converts netlist logs into wav files. couriersud2015-07-262-1/+369
* Added quiet flag to nltool. (nw) couriersud2015-07-201-10/+12
* Use hashmap for factory searches. (nw) couriersud2015-07-201-8/+8
* Aligned builtin device identification with parser device couriersud2015-07-191-1/+1
* Netlist now compiles with couriersud2015-06-301-3/+3
* added SM510 cpu skeleton hap2015-06-301-0/+2
* Some more moves to the netlist namespace. (nw) couriersud2015-06-191-4/+4
* Rename netlist::netlist_<somename> to just netlist::<somename>. (nw) couriersud2015-06-131-5/+5
* Netlist code now uses "namespace netlist". At the same time, moved all couriersud2015-06-131-9/+9
* Changed the way NETLIST_START(NAME) is located and called. This is done couriersud2015-06-031-9/+4
* Netlist now uses the same approach as delegate.h to derive member couriersud2015-05-311-1/+16
* First version of a eagle to netlist converter. (nw) couriersud2015-05-291-334/+12