summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for showing will branch/will fall through comment on SPARC branch... Vas Crabb2016-06-271-8/+8
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-252-16/+14
* SPARC VIS 2+, VIS 3 and VIS 3B disassembler support [Vas Crabb] Vas Crabb2016-06-241-185/+183
* VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb] Vas Crabb2016-06-231-8/+27
* Add SPARC to unidasm [Vas Crabb] Vas Crabb2016-06-221-0/+6
* remove all usages of tagmap Miodrag Milanovic2016-06-182-3/+2
* ever since https://github.com/mamedev/mame/commit/f0823886a66100e193d6eeb0402... smf-2016-06-081-3/+0
* Ignore cylinders, heads and sectors from identify device data, based on the A... smf-2016-06-021-1/+1
* misc fixes (nw) Vas Crabb2016-05-281-1/+1
* chdman: ignore ATA ident CHS values for > 8GB images MetalliC2016-05-251-0/+4
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* chdman.cpp: fix for code that expects to be able to dereference a pointer tha... Ivan Vangelista2016-04-271-15/+48
* sm510: added KB1013VK1-2 disasm hap2016-04-111-0/+2
* sm500: added disasm hap2016-04-071-0/+4
* moved aueffectutil to tools (nw) Miodrag Milanovic2016-04-032-0/+1098
* fix chdman extractcd track names (was foo.cue.bin instead of foo.bin) MetalliC2016-03-301-1/+1
* 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