summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* unidasm: Don't blow up when TMS34010 disassembler tries to read 32-bit operands AJR2019-01-121-2/+25
* add derived CPU type for AX51-CORE (used by AX208 and others) so that we can ... DavidHaywood2018-12-141-0/+2
* r3000: call it like it is (nw) Patrick Mackinlay2018-11-061-1/+1
* r3000: modernize, add tlb support Patrick Mackinlay2018-11-061-2/+2
* srcclean and cleanup (nw) Vas Crabb2018-10-281-1/+1
* st62xx: Add to unidasm AJR2018-10-261-1/+3
* xavix: Do for RETF what ada4b54d611375f6a072f94b20fb360093c35e69 did for CALL... AJR2018-10-121-1/+1
* unidasm: Correct endianness of tms9980 and tms9995 AJR2018-10-091-2/+2
* HP9825 emulation added (#4018) fulivi2018-10-071-1/+2
* sm5*: added sm530 disasm (nw) hap2018-05-121-0/+1
* start looking at the extra opcodes in the SSD 2000 type XaviX chip (s… (#3514) David Haywood2018-05-041-0/+2
* move some not-directly-emulation-related helpers to lib/util, further extrica... Vas Crabb2018-04-011-2/+16
* Reshuffle some stuff: Vas Crabb2018-03-281-4/+5
* unidasm, too (nw) Vas Crabb2018-03-251-2/+2
* use more constexpr and literal classes in UML to give compiler more optimisat... Vas Crabb2018-03-171-1/+1
* unidasm: sharc fix (nw) Olivier Galibert2018-03-041-1/+1
* unidasm typo fix (nw) Olivier Galibert2018-02-281-1/+1
* z8: Make address spaces big-endian AJR2018-02-211-1/+1
* unidasm: Correct endianness of m6800, m6805 and other Motorola-type CPUs AJR2018-02-201-13/+13
* NUON disassembler [O. Galibert] Olivier Galibert2018-02-181-0/+2
* unidasm: fix f8 endianness (nw) hap2018-02-171-1/+1
* create derived 6502 type for XaviX because it has at least one custom… (#3154) David Haywood2018-02-021-0/+2
* mcs48: More specific emulation of Intel 8021 AJR2018-01-231-2/+3
* mc68hc11: Fix dissassembly of instructions with 16-bit operands (immediate or... AJR2018-01-011-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-10/+10
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+12
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-12/+1
* Hyperstone dasm fp/h support (nw) Olivier Galibert2017-12-021-1/+12
* fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... smf-2017-11-281-12/+11
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-568/+1100
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* Begin of HP80 emulation (#2448) fulivi2017-07-081-0/+2
* Merge tag 'mame0187' Vas Crabb2017-06-281-1/+1
|\
| * unidasm: Fix MC68HC11 disassembly AJR2017-06-251-1/+1
* | Rewrote 4004 core and disassembler: Vas Crabb2017-06-271-0/+2
|/
* sm510: made KB1013VK12 device a clone of SM5A (nw) hap2017-06-231-2/+2
* hcd62121: Improve rotate and shift instructions. Identified COM and PORT regi... Wilbert Pol2017-05-031-1/+1
* m6805: added skeleton CMOS devices Vas Crabb2017-01-301-0/+4
* initial pull request Patrick Mackinlay2017-01-241-0/+2
* cop400: Properly separated COP444L from COP444C. [Curt Coder] Curt Coder2017-01-161-0/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-17/+25
* Fixed the unidasm registration for upd7725 Nathan Woods2016-11-181-1/+1
* Added PDP8 to unidasm Nathan Woods2016-11-161-0/+2
* Merge pull request #1657 from npwoods/dasmstream_arcompact Vas Crabb2016-11-171-0/+2
|\
| * Changed the arcompact disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-0/+2
* | No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-1/+1
|/
* nanoprocessor: initial support. Disassembler only is known to work at this po... fulivi2016-11-031-0/+2
* TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-19/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-31/+31
* hp_hybrid: added hp_hybrid & hp_5061_3001 to unidasm fulivi2016-09-101-0/+4