summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hpc/hpcdasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Debugger feature improvements AJR2022-03-271-3/+9
| | | | | | | | - Add 'gbt' and 'gbf' debugger commands to step until a true or false conditional branch has been detected. - Update over 100 of the disassemblers in MAME to output a new STEP_COND flag for all conditional branches. Besides being used for execution of the new 'gbt' and 'gbf' commands, this flag also now helps the debugger 'out' command to properly handle conditional return instructions. - Remove STEP_OVER from many instructions that aren't actually subroutine calls (e.g. DJNZ on Z80). A 'gni' debugger command (go next instruction) has been added to accommodate some of the misuse. - Add instruction flag support to several more disassemblers that lacked them entirely (e.g. st62xx) - Don't pass over delay slots for debugging in ASAP core
* Use swapendian_int16/int32 in more devices AJR2020-07-291-20/+14
|
* use C++ library includes (nw) firewave2020-01-221-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
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+764
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-764/+0
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* Revert now-unnecessary and irrelevant part of ↵ AJR2019-03-111-37/+37
| | | | e80276bb23b25b7e2a6772e737cebbf57487326f (nw)
* New working machine couriersud2019-03-121-37/+37
| | | | ----------- Rebound [DICE team, Couriersud]
* hpcdasm.cpp: Import some things to fix issue #4748 (nw) AJR2019-03-101-0/+4
|
* hpc: Add HPC46003 type for future use (nw) AJR2019-03-051-4/+28
| | | | - Further bit instruction disassembly adjustments (nw)
* hpc: Correct disassembly of B&X mode bit instructions (nw) AJR2019-03-051-6/+3
|
* Add skeleton CPU device and disassembler for HPC architecture AJR2019-03-031-0/+739