summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-676/+0
* fixed linking unidasm in small builds (nw) Miodrag Milanovic2015-11-021-11/+0
* added SM510 cpu skeleton hap2015-06-301-0/+2
* added m58846 disasm hap2015-05-201-0/+2
* added e0c6200 disassembler hap2015-05-061-3/+5
* 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
* added AMI S2000 cpu skeleton and disasm hap2015-01-291-0/+2
* moved tagged_list:: out of tagged_list to make it catch-able / handle add_exc... Oliver Stöneberg2014-09-081-2/+11
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* we need to find a solution there (nw) Olivier Galibert2014-03-261-6/+3
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* Added 8x300 to unidasm (nw) Wilbert Pol2014-01-211-0/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* i8089: converted to a proper cpu core, added debugger support and disassembler Dirk Best2013-08-241-0/+2
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-111-2/+4
* (MESS)new driver: 15IE-00-013 serial terminal [shattered] Miodrag Milanovic2013-05-101-0/+2
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are gene... smf-2013-03-071-0/+6
* not sure if we need big and little endian versions of disassemblers, but ther... smf-2013-03-061-1/+1
* meant to sort these into cpu name order before last commit, they appear to ha... smf-2013-03-061-63/+63
* all cpu cores with a CPU_DISASSMBLE are supported by unidasm (nw) smf-2013-03-061-25/+62
* tms57002 works in unidasm, disassemble interface can be revisited when all cp... smf-2013-03-061-2/+2
* reduced some duplication in the nec disassembler interface (nw) smf-2013-03-061-2/+2
* changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, s... smf-2013-03-061-5/+3
* Fixed unidasm, but this fix is really gross. If we are serious about unidasm, Nathan Woods2013-03-061-3/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-59/+59
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-14/+0
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-1/+1
* unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert] Olivier Galibert2012-03-111-2/+2
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-1/+1
* Fix sharc in unidasm [trap15] Jonathan Gevaryahu2011-08-141-1/+1
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-0/+2
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Preliminary work for ATV Track, in order to get the second SH-4 into Angelo Salese2011-07-111-3/+32
* Fix compiling tools (no whatsnew) Miodrag Milanovic2011-02-031-2/+2
* A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-251-0/+2
* Added COSMAC back to Unidasm. (no whatsnew) Curt Coder2011-01-121-0/+2
* Enabled HD61700 in MAME compile and added it to unidasm tool (no whatsnew) Miodrag Milanovic2011-01-081-0/+2
* - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] Miodrag Milanovic2011-01-011-0/+2
* fixed build smf-2010-10-191-2/+0
* The dsp561xx CPU core now generates accurate disassembly for Konami Polygonet... Andrew Gardner2010-08-041-12/+0
* Comment Scott Stone2010-04-241-12/+11
* A workaround for the warnings in Visual Srudio when compiling unidasm [Olive... Scott Stone2010-04-231-12/+12
* Remove osd_break_into_debugger in unidasm. This should be part of Aaron Giles2010-04-081-6/+0