summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alph8201
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* new not working machine Ivan Vangelista2019-07-071-18/+20
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* Reshuffle some stuff: Vas Crabb2018-03-282-6/+8
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-38/+72
* 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-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-28/+24
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* clean up tabulation, fix some things (nw) Vas Crabb2016-11-253-90/+90
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-13/+4
* added boilerplate comments (nw) smf-2016-10-241-0/+15
* Changed the Alpha 8x01 disassembler to use std::ostream internally Nathan Woods2016-10-231-5/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-76/+76
* alpha 8201 fakecpu: correct note hap2016-10-213-5/+4
* sync pc & curpc (nw) smf-2016-10-201-2/+10
* fixed disassembly window & flags(nw) smf-2016-10-202-14/+21
* disassembly window fixes (nw) smf-2016-10-191-0/+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
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-202-6/+6
* 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-162-6/+6
* 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
* override part 2 (nw) Miodrag Milanovic2015-12-051-14/+14
* clang-modernize part 3 Miodrag Milanovic2015-12-042-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* "/* within comment" compile warning... hap2015-11-023-3/+3
* When we obtain the internal rom of 8304, this old implementation will be remo... hap2015-11-023-0/+36
* rename device to prevent name clash during modernization (L is for Legacy) hap2015-10-312-6/+6
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-0/+1461