summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh4
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-02-191-1/+1
* formatting (nw) MetalliC2017-01-261-103/+103
* sh4: fix FMOV* opcodes, MetalliC2017-01-261-87/+96
* srcclean (nw) Vas Crabb2016-11-273-36/+36
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* allow experimental SH4 MMU test code to be turned on / off on a per-driver ba... David Haywood2016-11-243-71/+250
* SH4MMU: allow table upload by LDTLB opcode. David Haywood2016-11-233-4/+77
* begin SH4 MMU improvements (with a view to seeing what mk6 needs) David Haywood2016-11-233-39/+226
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-19/+11
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
* Changed the sh2 and sh4 disassemblers to use 'std::ostream &' internally AJR2016-11-161-337/+426
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-229-993/+993
* reinstate lines removed in error (nw) smf-2016-10-052-1/+12
* more debug consistency. (nw) smf-2016-10-052-110/+44
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-2/+2
* cv1k.cpp: some work towards save state support. Should work but it would be b... Ivan Vangelista2016-04-011-51/+50
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-2/+0
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-33/+33
* reverting: Miodrag Milanovic2016-01-205-98/+98
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-165-98/+98
* 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
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-20/+20
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-091-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1312-0/+9665