summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx/psx.cpp
Commit message (Expand)AuthorAgeFilesLines
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-28/+28
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-12/+12
* 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-211-11/+12
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-161-1/+1
* -v25, patinhofeio_cpu, pdp1, pic16c5x: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-151-14/+15
* converted psx sio to devcb3 & added a note about beastorizer bootleg protecti... smf-2018-09-161-4/+4
* -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
* 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-111-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-6/+6
* 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-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-6/+6
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-5/+0
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Improve psx state saving (nw) smf-2017-12-311-0/+6
* forgot to update year (nw) smf-2017-12-291-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-3/+3
* Implemented program counter break point to PlayStation CPU & re-added PlaySta... smf-2017-09-221-750/+780
* 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/+6
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-311-11/+6
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-16/+18
* Device validation fixes: all the rest (nw) AJR2017-03-031-3/+3
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-2/+2
* fix MSVC build (nw) smf-2017-02-281-1/+0
* Self-registering devices prep: Vas Crabb2017-02-271-7/+8
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-2/+2
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+2
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+2
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-101/+101
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com2016-06-081-1/+1
* CW33300 is the CoreWare library partnumber, LR33300 is a physical chip. MDEC ... smf-2016-06-081-1/+3
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-1/+1