summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c
Commit message (Expand)AuthorAgeFilesLines
...
* Moved global new/delete operators into inlines in emualloc.h Aaron Giles2010-02-141-0/+12
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+2
* Make unidasm compile and link again. Make exception-aware (hopefully). Paul Priest2010-01-061-89/+105
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* From: Samuele Zannoli <samuele.zannoli@sparkbio.it> Aaron Giles2009-12-231-0/+2
* Added Intel 8008 and National Semiconductor SC/MP CPU cores Miodrag Milanovic2009-11-231-0/+4
* Cleanups and version bump.mame0135 Aaron Giles2009-10-311-3/+3
* Added -flipped option to unidasm to output with disassembly Aaron Giles2009-10-311-34/+66
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-311-4/+32
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Added 'options' parameter to the CPU_DISASSEMBLE prototype. For now, the Aaron Giles2009-09-071-6/+25
* Fixed stupid unidasm bug that double-counted bytes. Aaron Giles2009-09-061-2/+2
* unidasm.c needs some type casts. Aaron Giles2009-09-061-7/+7
* Added preliminary Zilog Z8 CPU core for MESS. Curt Coder2009-09-041-0/+2
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-20/+20
* Usage for unidasm now dumps the available achitectures. Aaron Giles2009-08-291-1/+15
* Ok, disassembler is implemented with basic functionality. Aaron Giles2009-08-221-34/+234
* Added infrastructure to compile universal standalone disassembler: Aaron Giles2009-08-221-0/+319