| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cop400: Properly separated COP444L from COP444C. [Curt Coder] | 2017-01-16 | 1 | -0/+2 | |
| | | |||||
| * | Changed disassembler infrastructure to not use char buffers internally | 2016-11-20 | 1 | -17/+25 | |
| | | |||||
| * | Fixed the unidasm registration for upd7725 | 2016-11-18 | 1 | -1/+1 | |
| | | |||||
| * | Added PDP8 to unidasm | 2016-11-16 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #1657 from npwoods/dasmstream_arcompact | 2016-11-17 | 1 | -0/+2 | |
| |\ | | | | | Changed the arcompact disassembler to use 'std::ostream &' internally | ||||
| | * | Changed the arcompact disassembler to use 'std::ostream &' internally | 2016-11-11 | 1 | -0/+2 | |
| | | | | | | | | | Also added arcompact to unidasm | ||||
| * | | No need for osd_malloc, osd_malloc_array and osd_free (nw) | 2016-11-11 | 1 | -1/+1 | |
| |/ | | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases | ||||
| * | nanoprocessor: initial support. Disassembler only is known to work at this ↵ | 2016-11-03 | 1 | -0/+2 | |
| | | | | | point. | ||||
| * | TRUE/FALSE in tools section (nw) | 2016-10-22 | 1 | -19/+19 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -31/+31 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | hp_hybrid: added hp_hybrid & hp_5061_3001 to unidasm | 2016-09-10 | 1 | -0/+4 | |
| | | |||||
| * | made constexprs lower case and used constexpr for returning input value as ↵ | 2016-07-31 | 1 | -8/+8 | |
| | | | | | well for rest of defines in osdcomm.h (nw) | ||||
| * | Add support for showing will branch/will fall through comment on SPARC ↵ | 2016-06-27 | 1 | -8/+8 | |
| | | | | | | | branches under the cursor Disabled until we can get a hook to refress the instructions under PC when stepping | ||||
| * | SPARC VIS 2+, VIS 3 and VIS 3B disassembler support [Vas Crabb] | 2016-06-24 | 1 | -185/+183 | |
| | | | | | | * Note that this omits non-VIS OSA 2007/2011 features * VIS 2+ ldtxa/ldtwa/sttwa still uses ldda/stda, using new mnemonics requires special-casing this instruction and checking ASI | ||||
| * | VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb] | 2016-06-23 | 1 | -8/+27 | |
| | | | | | | * Supports %gsr, all ops with exception of SIAM, and all ASI constants * Use -arch sparcv9vis1 or -arch sparcv9vis2 with unidasm | ||||
| * | Add SPARC to unidasm [Vas Crabb] | 2016-06-22 | 1 | -0/+6 | |
| | | |||||
| * | remove all usages of tagmap | 2016-06-18 | 1 | -2/+2 | |
| | | |||||
| * | sm510: added KB1013VK1-2 disasm | 2016-04-11 | 1 | -0/+2 | |
| | | |||||
| * | sm500: added disasm | 2016-04-07 | 1 | -0/+4 | |
| | | |||||
| * | tms1k: make disasm tables human-readable and added initial TP0320 | 2016-03-15 | 1 | -0/+2 | |
| | | |||||
| * | Make osd_file a polymorphic class that's held with smart pointers | 2016-03-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures Make zip_file and _7z_file classes rather than having free functions everywhere Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache Don't dump as much crap in global namespace Add solaris PTY implementation Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax Rearrange stuff so the same things are in file module for all OSDs Move file stuff into its own module 7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access Directory functions still need to be moved to file module SDL OSD may not initialise WinSock on Windows | ||||
| * | Turn core_file into a proper class that gets cleaned up safely using unique_ptr | 2016-03-06 | 1 | -1/+1 | |
| | | | | | Subverted somewhat by chd_file class | ||||
| * | Revert "fix unidasm compile [Robbbert]" | 2016-01-20 | 1 | -1/+1 | |
| | | | | | This reverts commit 54072ef35d04a3ae61141f3d789f0e7842582913. | ||||
| * | fix unidasm compile [Robbbert] | 2016-01-17 | 1 | -1/+1 | |
| | | |||||
| * | clang-modernize part 5 | 2015-12-04 | 1 | -3/+3 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+676 | |
