summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/mips3com.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-191/+0
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-2/+0
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-1/+0
* mips3.c: Modernised cpu core (nw) Wilbert Pol2014-06-011-123/+49
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-2/+2
* Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option... Miodrag Milanovic2013-08-271-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-121/+121
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* MIPS: make DRC selectable by #ifdef [R. Belmont] R. Belmont2011-01-011-0/+2
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-0/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* 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-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-1/+1
* MIPS3 TLB fixes: Aaron Giles2009-11-171-2/+6
* Add specific support for NEC VR4300/4310 CPUs R. Belmont2009-03-141-0/+2
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-181-1/+1
* A few more conversions. Aaron Giles2008-11-221-0/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-0/+1
* Populated tag and static_config parts of fake CPU device. Removed 'config' Aaron Giles2008-11-091-1/+1
* WARNING: This is a significant change. If you are risk-averse and Aaron Giles2008-11-061-2/+3
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-2/+0
* structure, lower-casing functions and re-inclusion updates of the src\emu\cpu... Derrick Renaud2008-08-121-1/+3
* Don't generate compare interrupts unless the compare register was written Aaron Giles2008-06-271-0/+1
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Created common virtual TLB managment module. Aaron Giles2008-06-161-4/+7
* MIPS3 recompiler: Aaron Giles2008-06-131-3/+1
* Cleanups for 0.125u3. Aaron Giles2008-05-291-1/+1
* Moved implementation-specific state into a pointer hanging off of the core Aaron Giles2008-05-291-0/+7
* Several miscellaneous changes: Aaron Giles2008-05-291-2/+2
* Added new front-end flag to tag privileged instructions. Aaron Giles2008-05-251-21/+3
* Numerous MIPS3 DRC updates: Aaron Giles2008-05-191-61/+75
* Rewrote core memory handlers as inline functions. These should be easier to Aaron Giles2008-04-091-0/+1
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-3/+3
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Minor clock cleanup in tickee.c. Aaron Giles2008-01-141-1/+1
* Yet another attempt to fix the MIPS 64-bit Linux crash. Aaron Giles2008-01-081-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+257