summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dspp/dsppdasm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dspp: Tweak mnemonics in disassembler AJR2025-05-071-2/+5
|
* dspp: Add a real disassembler AJR2025-05-071-99/+572
|
* dspp: Various fixes AJR2025-05-071-2/+2
| | | | | | | - Register STATE_GENPCBASE so debugger will recognize CPU - Limit ACC to 20 bits in debugger state display - Use util::sext for sign extension in non-DRC paths. Note that this changes behavior because positive values were sometimes not truncated to 20 bits previously. - Make disassembly slightly less broken, though still very much a stub
* Last round of macro removals before the freeze. (nw) mooglyguy2018-12-221-0/+124
-sound/discrete, okim6295: Removed MCFG macros. [Ryan Holtz] -norautp, osi, audio/mario: Removed MACHINE_CONFIG macros. [Ryan Holtz] -vsmile: Split into its own driver from vii.cpp. [Ryan Holtz] -vii: Fixed broken controller inputs. [Ryan Holtz] -konamim2: Massive update. Most games work, but are still marked non-working due to rare MAME crashes in the PPC DRC. [Phil Bennett, Ryan Holtz]