summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40/hmcs40d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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