summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hmcs40/hmcs40.h
Commit message (Expand)AuthorAgeFilesLines
* that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-081-3/+3
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* hmcs40: remove port enum (nw) hap2019-06-161-12/+0
* -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-161-35/+9
* devcb3 Vas Crabb2018-07-071-4/+4
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-25/+25
* move some cpu internal memmaps from public to protected (nw) hap2018-02-131-4/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-83/+66
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-4/+4
* change some of my files to use abbreviated integer types (nw) hap2017-01-161-65/+65
* correct some spacing (nw) hap2017-01-041-5/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-60/+60
* reverting: Miodrag Milanovic2016-01-201-16/+16
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* Revert "some additional (nw)" Miodrag Milanovic2016-01-201-3/+3
* some additional (nw) Miodrag Milanovic2016-01-161-3/+3
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-16/+16
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-21/+21
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+475