summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/psx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+0
* cleanup (nw) Miodrag Milanovic2015-12-261-0/+4
* cleanups (nw) Miodrag Milanovic2015-12-253-8/+0
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-126-16/+16
* override part 2 (nw) Miodrag Milanovic2015-12-056-38/+38
* clang-modernize part 3 Miodrag Milanovic2015-12-043-12/+12
* Fixed uninitialized class members Miodrag Milanovic2015-11-194-5/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-016-86/+86
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1317-0/+8275