summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fix buffer overflow when debugging. (nw) smf-2016-09-141-1/+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
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-2012-41/+41
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-1612-41/+41
* 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