summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp1/pdp1dasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* pdp1: Clean up callbacks and start encapsulating peripherals AJR2020-09-131-2/+2
| | | | * pdp1, pdp8: Apply word shift to address spaces
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-10/+12
| | | | | | | | Disassemblers are now independant classes. Not only the code is cleaner, but unidasm has access to all the cpu cores again. The interface to the disassembly method has changed from byte buffers to objects that give a result to read methods. This also adds support for lfsr and/or paged PCs.
* pdp1: Make opcodes an internal enum (nw) AJR2017-04-121-27/+27
|
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-11/+1
|
* Changed the pdp1 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-161-58/+66
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+294