summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cop400 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* -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-112-3/+3
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-26/+32
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-17/+9
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-17/+17
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-30/+30
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-23/+29
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2610-45/+170
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-122-32/+24
* COP400 overhaul AJR2017-09-113-243/+332
* cop400: Room for improvement (nw) AJR2017-09-091-0/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-4/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-61/+61
* Self-registering devices prep: Vas Crabb2017-02-271-17/+17
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-11/+11
* srcclean (nw) Vas Crabb2017-01-222-16/+16
* cop400: Fixed debugger register/flags view. (nw) Curt Coder2017-01-175-79/+69
* cop400: Properly separated COP444L from COP444C. [Curt Coder] Curt Coder2017-01-165-141/+752
* cop400: Fixed COP444 disassembly. [Curt Coder] Curt Coder2017-01-162-52/+31
* cop400: Removed non-working, incomplete COP440 code. (nw) Curt Coder2017-01-163-73/+8
* cop400: Fixed debugger behavior on skip. (nw) Curt Coder2017-01-161-3/+5
* cop400: Fixed instruction timing and time-base counter. [Curt Coder] Curt Coder2017-01-123-425/+431
* Fix compile for cop400 using mentioned fix from QMC2(nw) Scott Stone2017-01-103-3/+3
* cop400: Fixed disassembly of jump instructions and used decimal for LDD/XAD. ... Curt Coder2017-01-104-31/+33
* cop400: added L pins tri-state callback (nw) hap2016-12-213-1/+9
* cop400: correct internal RAM memorymap for COP410 [Sean Riddle] hap2016-12-201-4/+7
* cop400 LEI opcode: reset L pins when EN2=0 (nw) hap2016-12-191-0/+4
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-205-38/+8
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-2/+2
* Merge pull request #1665 from npwoods/dasmstream_cop444 Vas Crabb2016-11-121-90/+100
|\
| * Changed the cop444 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-90/+100
* | Merge pull request #1664 from npwoods/dasmstream_cop410 Vas Crabb2016-11-121-73/+84
|\ \
| * | Changed the cop410 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-73/+84
| |/
* / Changed the cop420 disassembler to use 'std::ostream &' internally Nathan Woods2016-11-111-85/+95
|/
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-211/+211
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-5/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-2/+5
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-5/+2
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-012-1/+1
* newbrain: Dumped the COP internal ROM. [Chris Despinidis] Curt Coder2016-03-022-66/+26
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-4/+4