summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* > 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