summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx
Commit message (Expand)AuthorAgeFilesLines
* MIPS disassembler refinements (mips1, mips3, psx, rsp) AJR2025-04-171-45/+80
* Fixed recent regression in Pocket Racer in commit f197c5c3215820bdd1394153be5... smf-2025-02-171-18/+11
* Added a delay after SPU DMA is triggered to prevent a lock up in Primal Rage ... smf-2025-02-072-158/+178
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-276-13/+13
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-175-33/+12
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-123-31/+26
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-26/+26
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-3/+1
* cpu/psx/rcnt.cpp: Suppress side effects. Vas Crabb2023-04-211-13/+16
* namco/namcos10.cpp: Added CD-ROM drive support and I/O for Taiko games. (#11131) 9871238791132023-04-212-1/+16
* cpu/psx: Fix mistakes in last commit AJR2023-02-263-5/+5
* cpu/psx: Modernize logging in subdevices AJR2023-02-265-152/+90
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-012-2/+2
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-256-0/+12
* cpu/psx: Initialise some DMA channel registers on reset (fixes MT08407). Vas Crabb2022-09-023-16/+13
* osdcomm.h: Remove a few unimportant 64-bit functions AJR2022-06-151-4/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-046-16/+13
* Init cleanups and gnet fix Olivier Galibert2022-04-261-0/+4
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-1/+16
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-266-6/+6
* Various cleanups. Vas Crabb2021-12-021-3/+1
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1812-68/+68
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-14/+14
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-6/+6
* switched PlayStation CPU over to memory_access_specific (nw) smf-2020-05-212-12/+14
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... mooglyguy2018-12-161-33/+6
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-162-3/+3
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-154-31/+20
* PSX GTE Use count_leading_zeros() & count_leading_ones() instead of counting ... smf-2018-09-241-20/+2
* converted psx sio to devcb3 & added a note about beastorizer bootleg protecti... smf-2018-09-162-24/+9
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* prevent HOLD_LINE & irq acknowledge infection (nw) smf-2018-07-271-6/+6
* Prevent aggressive incompetence (nw) Olivier Galibert2018-07-271-6/+6
* PSX CPU: hookup debugger_exception_hook & debugger_interrupt_hook [smf] smf-2018-07-271-10/+28
* devcb3 Vas Crabb2018-07-075-16/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-12/+12
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-6/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-28/+29
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-6/+6
* destaticify initializations (nw) (#3289) wilbertpol2018-03-046-43/+38
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2