summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/bcp/bcpdasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dp8344: SHL uses a bit count of 0-7, not 1-8 (nw) AJR2019-12-011-1/+1
|
* dp8344: Fix SHL disassembly AJR2019-12-011-1/+1
|
* Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-0/+1
| | | | | | | | | | * Enable precompiled header usage in the Visual Studio compiler But only for libraries emu frontend precompile dasm optional Also add emu.h include to hpcdasm.cpp * Include emu.h in some disassembler sources to use precompiled headers * Remove debug message
* bcpdasm: Correct some instruction decodings and formats (nw) AJR2019-06-221-2/+3
| | | | dp8344: Tweak register display (nw)
* Add disassembler and skeleton device for DP8344 Biphase Communications Processor AJR2019-06-221-0/+475