summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-3/+3
* Improve psx state saving (nw) smf-2017-12-311-0/+6
* forgot to update year (nw) smf-2017-12-292-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-266-461/+155
* Implemented program counter break point to PlayStation CPU & re-added PlaySta... smf-2017-09-223-760/+799
* 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/+7
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-312-12/+7
* 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-1415-244/+257
* 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-282-3/+1
* Self-registering devices prep: Vas Crabb2017-02-277-24/+22
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1110-7/+3
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-213-14/+5
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+5
* | 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
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* Changed the PSXCPU disassembler to use 'std::ostream &' internally Nathan Woods2016-11-172-126/+145
* Put the declaration of dasmmips3() in a header file Nathan Woods2016-11-161-1/+0
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-28/+0
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2216-563/+563
* fix dismips building (nw) smf-2016-10-082-3/+3