summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/psx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* split out psx cpu core to it's own directory, ready for a reorganisation. smf-2011-04-271-6072/+0
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-51/+13
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-3/+3
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* converted psx cpu core to c++ smf-2011-03-051-1526/+1203
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-17/+17
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* stop LOG_BIOSCALL triggering dbe when outputting parameters. smf-2011-02-051-0/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-4/+6
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-11/+11
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+5
* fixed display of delayr virtual register, so it includes the name of the regi... smf-2010-06-261-1/+1
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+6
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-13/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Added new functions: Aaron Giles2009-12-071-2/+1
* Renamed functions: Aaron Giles2009-12-051-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+2
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-7/+6
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Fix MT 3065/3069 Aaron Giles2009-04-111-1/+2
* CPU cores are now enabled on a per cpu core family basis instead of per cpu c... Wilbert Pol2009-03-251-2/+0
* CPU cores now compile cleanly. Aaron Giles2009-03-151-15/+24
* changed divide to throw out negative numerators. smf-2008-12-281-2/+2
* Implemented GTE divider using reciprocal table derived by pSXAuthor, this sho... smf-2008-12-281-14/+2089
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-13/+13
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* Re-routed empty get/set context calls to the dummy CPU's, and removed them Aaron Giles2008-12-091-6/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-17/+17
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1
* Moves empty brackets to the same line as CPU_(GET|SET)_CONTEXT calls. Andrew Gardner2008-11-301-6/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-7/+0
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-2/+2
* changed bios call logging to read registers directly & all other accesses to ... smf-2008-11-201-12/+11
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1