summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh2
Commit message (Expand)AuthorAgeFilesLines
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-2/+2
* Self-registering devices prep: Vas Crabb2017-02-274-6/+6
* Cherry-pick some features from self-registering drivers PoC: Vas Crabb2017-02-161-0/+6
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-8/+4
* Changed the sh2 and sh4 disassemblers to use 'std::ostream &' internally AJR2016-11-162-201/+205
* srcclean (nw) Vas Crabb2016-10-236-23/+23
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-223-250/+250
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2212-689/+689
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-082-19/+6
* more debug consistency. (nw) smf-2016-10-052-36/+22
* Merge branch 'master' into sh7604_rewrite angelosa2016-09-281-1/+1
|\
| * Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* | Base WatchDog Timer device angelosa2016-09-272-0/+148
* | More meat to SCI angelosa2016-09-274-8/+120
* | Don't need a trampoline for these and added bare-bones SCI angelosa2016-09-274-14/+142
* | Written stub SH7604 BUS device (not hooked up to SH2 yet). angelosa2016-09-272-0/+268
* | Opening up a new branch for sh7604 rewrite. angelosa2016-09-271-1/+1
|/
* Revert software-installed slot/image options when changing software AJR2016-04-042-5/+4
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-203-22/+22
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-163-22/+22
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-2/+2
* some handmade changes (nw) Miodrag Milanovic2015-12-213-16/+11
* override part 2 (nw) Miodrag Milanovic2015-12-051-17/+17
* clang-modernize part 6 Miodrag Milanovic2015-12-041-7/+7
* clang-modernize part 3 Miodrag Milanovic2015-12-042-47/+47
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-11/+0
* fix compile (nw) Miodrag Milanovic2015-11-081-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-085-0/+0
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-061-12/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-137-0/+8721