summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/jaguar/jaguar.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-4/+0
* eminline.h: Additions AJR2022-09-251-2/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* srcclean and cleanup (nw) Vas Crabb2020-06-211-15/+15
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-15/+15
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-12/+12
* Merge branch 'master' into patch-144 cam9002020-05-161-266/+317
|\
| * jaguar.cpp updates [Angelo Salese] Angelo Salese2020-05-151-266/+317
* | jaguar.cpp: Add notes of debugging feature cam9002020-05-131-1/+1
|/
* srcclean (nw) Vas Crabb2019-06-231-5/+5
* Fix clang error: unused variable 'DMAFLAG' [-Werror,-Wunused-const-variable] ... AJR2019-06-021-20/+23
* cpu/jaguar/jaguar.cpp : Additional notes cam9002019-06-021-1/+1
* cpu/jaguar/*.cpp : Updates cam9002019-06-021-352/+353
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+2
* Reshuffle some stuff: Vas Crabb2018-03-281-5/+5
* fix clang link error (nw) Vas Crabb2018-03-251-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-4/+4
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-3/+4
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-8/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-233/+233
* 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
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* global_alloc_array to std::make_unique where applicable (nw) Miodrag Milanovic2015-12-191-11/+3
* clang-modernize part 3 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1452