summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* DRC frontends must do their own opcode fetching unfortunately. Updated all Aaron Giles2009-01-189-109/+116
* Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE Aaron Giles2009-01-173-21/+6
* Fixed cpu reset for upd78c06. Wilbert Pol2009-01-171-1/+1
* Improved implementations for undocumented instructions 63, 67, 6f, 73, 77, 7b... Wilbert Pol2009-01-172-10/+82
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-157-460/+460
* Virtual Combat driver improvements. [Jason Eckhardt, Andrew Gardner] Andrew Gardner2009-01-155-61/+5946
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-1415-327/+16
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-01-1413-54/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-149-125/+19
* CDP1802 cpu core: Curt Coder2009-01-121-3/+17
* COP400 cpu core refactoring: Curt Coder2009-01-129-2585/+2123
* 02805: turbosub, turbosba: Dropped lines in video output rendering Phil Bennett2009-01-111-63/+103
* Converted the CDP1802 cpu core to use a state table. Curt Coder2009-01-092-158/+143
* Cleanups and version bump.mame0129 Aaron Giles2009-01-0410-108/+108
* From: Robert [mailto:pac0446@bigpond.net.au] Aaron Giles2009-01-041-3/+3
* Removed bogus port 4-7 definitions from MCS-48. Added i8243 Aaron Giles2009-01-041-4/+0
* Some minor MCS-48 cleanup. Added 8040/8050 variants. Aaron Giles2008-12-312-37/+68
* Fix 02791: cafetime: Access Violation with -debug Phil Bennett2008-12-311-1/+1
* PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] Aaron Giles2008-12-3110-37/+37
* 02714: 3stooges: Speech works for a while, then starts going in and out of ho... Aaron Giles2008-12-311-1/+4
* REP instructions with high interleave would never complete. Aaron Giles2008-12-304-32/+71
* 02768: mk3, mk3r20, mk3r10, mk3p40, umk3, umk3r10, umk3r11 : Roms incorrectly... Aaron Giles2008-12-301-16/+16
* Hooked up PPC602 IBR. Aaron Giles2008-12-301-1/+4
* Hooked up DSA/ESA instructions for PowerPC 602 (as no-ops for now). Aaron Giles2008-12-3010-197/+29
* 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug Aaron Giles2008-12-305-6/+6
* 02785: a51site4: Interger Overflow with -debug Aaron Giles2008-12-301-1/+2
* Merged i8x41 (UPI-41) core into MCS-48 core: Aaron Giles2008-12-308-4029/+1234
* 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
* 02758: linking ldplayer fails Aaron Giles2008-12-262-41/+3
* 02765: all naomi.c sets: Assertion Aaron Giles2008-12-262-4/+4
* 02770: aceattac: Interger Overflow Aaron Giles2008-12-264-135/+127
* Adds extremely preliminary i860 disassembler and hooks it up to the vcombat d... Andrew Gardner2008-12-254-0/+523
* Converted 68000 to state tables. Aaron Giles2008-12-243-307/+256
* Changed the F3853 implementation into a device. Wilbert Pol2008-12-232-186/+0
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-2222-65/+65
* New games added or promoted from NOT_WORKING status Phil Bennett2008-12-223-0/+2151
* Cleanups and version bump. Aaron Giles2008-12-2215-84/+84
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-225-733/+684
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-12-214-71/+247
* Fixed update_handler for the dsp56k and polygonet. [Andrew Gardner] Andrew Gardner2008-12-211-0/+23
* Added running_machine parameters to the f3853 callbacks. Wilbert Pol2008-12-202-14/+14
* More cleanup. Added address-space-specific constants for the various Aaron Giles2008-12-2087-1402/+1175
* Z180 uses new cpu_state_table Aaron Giles2008-12-192-205/+207
* Oops, swapped import/export on the R register. Aaron Giles2008-12-191-3/+3
* Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. Aaron Giles2008-12-1990-973/+995
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-197-38/+41
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-1914-634/+593
* Removed index and clock parameters from CPU_INIT function. Aaron Giles2008-12-1824-102/+100
* CPU header cleanups.... Aaron Giles2008-12-1837-2594/+2537