summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cop400/cop400.h
Commit message (Expand)AuthorAgeFilesLines
* -cpu/cop400, dsp16, hmcs40: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-161-60/+16
* -tms1xxx: Removed MCFG macros. mooglyguy2018-12-071-0/+11
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-0/+7
* devcb3 Vas Crabb2018-07-071-11/+11
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-30/+30
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+1
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-4/+5
* COP400 overhaul AJR2017-09-111-84/+91
* 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-4/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-25/+25
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-11/+11
* cop400: Properly separated COP444L from COP444C. [Curt Coder] Curt Coder2017-01-161-38/+84
* cop400: Removed non-working, incomplete COP440 code. (nw) Curt Coder2017-01-161-11/+3
* cop400: Fixed instruction timing and time-base counter. [Curt Coder] Curt Coder2017-01-121-16/+25
* cop400: added L pins tri-state callback (nw) hap2016-12-211-0/+5
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-123/+123
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-4/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+4
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-4/+1
* newbrain: Dumped the COP internal ROM. [Chris Despinidis] Curt Coder2016-03-021-13/+5
* reverting: Miodrag Milanovic2016-01-201-14/+14
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+14
* 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-16/+16
* 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/+499