summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/mips3com.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-433/+0
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+2
* mips3.c: Modernised cpu core (nw) Wilbert Pol2014-06-011-644/+88
* The official MIPS ABI doesn't have $ in front of the software names for the i... smf-2014-05-231-98/+98
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-371/+371
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-9/+9
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* Another missed 4.6 warning (no whatsnew) R. Belmont2011-05-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-9/+9
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-0/+1
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-1/+1
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-5/+5
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* 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-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-2/+2
* MIPS3 TLB fixes: Aaron Giles2009-11-171-20/+27
* Added a compile-time flag to select between ABI and Manual register names in ... Ryan Holtz2009-09-041-1/+36
* Fixed numerous opcodes in the AVR8 core [Harmony] Ryan Holtz2009-09-031-32/+32
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-6/+6
* Cleanups and version bump. Aaron Giles2009-03-191-12/+12
* CPU cores now compile cleanly. Aaron Giles2009-03-151-1/+1
* Add specific support for NEC VR4300/4310 CPUs R. Belmont2009-03-141-33/+66
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-201-5/+5
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-191-7/+7
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-2/+2
* Removed get context/set context calls from the CPU interface entirely. Aaron Giles2008-12-111-2/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+9
* CPU_IS_LE -> ENDIANNESS_LITTLE Aaron Giles2008-12-041-1/+1