summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/cop400
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-15/+4
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-274-0/+90
* cop400: add accessor for L output hap2022-01-292-4/+10
* cop400: add accessors for sk/so output pin state hap2022-01-292-9/+18
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* cop400: small notes cleanup hap2021-02-0711-76/+80
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-12/+10
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-312-4/+4
* 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
| |/