summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40/hmcs40d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sbackgc: just use cpu_device for m_maincpu hap2024-09-241-1/+2
|
* sbackgc: invert buttons_r, hap2024-09-241-1/+1
| | | | hmcs40d: set page start to 0x3f
* hmcs400: add disassembler hap2024-09-161-5/+1
|
* hmcs400: add cpu skeleton device hap2024-09-161-0/+4
|
* misc hap disasm: correction to prev commit hap2024-03-071-1/+1
|
* misc hap disasm: move opcode mnemonics enum out of header file hap2024-03-071-0/+16
|
* mn1400: add disassembler hap2023-05-011-20/+20
|
* Debugger feature improvements AJR2022-03-271-1/+1
| | | | | | | | - 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
* b5000: add disassembler hap2022-03-171-1/+1
|
* disasm: init lfsr pc tables in constructor (nw) hap2019-04-231-38/+28
|
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
| | | | This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
| | | | | This reverts commit f537428e5a40ba6dde8ca9bf0fe9ae6b1f189ac4, reversing changes made to 0d70d798107d4e4e8fb9f230410aeb1e888d65c5.
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
|
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-32/+48
| | | | | | | | 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.
* hmcs40/sm510: can just get rid of next_pc tables, sorry for likely merge ↵ hap2017-08-011-17/+0
| | | | conflct (nw)
* hmcs40: Workaround related to MT #6638; this disables a poorly implemented ↵ AJR2017-08-011-0/+7
| | | | disassembly feature to prevent assertion failures and crashes when debugging drivers using HD44801 (nw)
* change some of my files to use abbreviated integer types (nw) hap2017-01-161-8/+8
|
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-11/+1
|
* Changed the HMCS40 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-301-8/+17
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-8/+8
| | | | | 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
* hmcs40: REDD/SEDD param is only 2 bits hap2016-04-091-2/+2
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+232