| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DRC frontends must do their own opcode fetching unfortunately. Updated all |  Aaron Giles | 2009-01-18 | 9 | -109/+116 |
* | Added new #define ENDIANNESS_NATIVE, which maps to either ENDIANNESS_LITTLE |  Aaron Giles | 2009-01-17 | 3 | -21/+6 |
* | Fixed cpu reset for upd78c06. |  Wilbert Pol | 2009-01-17 | 1 | -1/+1 |
* | Improved implementations for undocumented instructions 63, 67, 6f, 73, 77, 7b... |  Wilbert Pol | 2009-01-17 | 2 | -10/+82 |
* | Cleanups and version bump.mame0129u1 |  Aaron Giles | 2009-01-15 | 7 | -460/+460 |
* | Virtual Combat driver improvements. [Jason Eckhardt, Andrew Gardner] |  Andrew Gardner | 2009-01-15 | 5 | -61/+5946 |
* | From: Oliver Stoeneberg [mailto:oliverst@online.de] |  Aaron Giles | 2009-01-14 | 15 | -327/+16 |
* | From: Duke [mailto:startaq@gmail.com] |  Aaron Giles | 2009-01-14 | 13 | -54/+0 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-01-14 | 9 | -125/+19 |
* | CDP1802 cpu core: |  Curt Coder | 2009-01-12 | 1 | -3/+17 |
* | COP400 cpu core refactoring: |  Curt Coder | 2009-01-12 | 9 | -2585/+2123 |
* | 02805: turbosub, turbosba: Dropped lines in video output rendering |  Phil Bennett | 2009-01-11 | 1 | -63/+103 |
* | Converted the CDP1802 cpu core to use a state table. |  Curt Coder | 2009-01-09 | 2 | -158/+143 |
* | Cleanups and version bump.mame0129 |  Aaron Giles | 2009-01-04 | 10 | -108/+108 |
* | From: Robert [mailto:pac0446@bigpond.net.au] |  Aaron Giles | 2009-01-04 | 1 | -3/+3 |
* | Removed bogus port 4-7 definitions from MCS-48. Added i8243 |  Aaron Giles | 2009-01-04 | 1 | -4/+0 |
* | Some minor MCS-48 cleanup. Added 8040/8050 variants. |  Aaron Giles | 2008-12-31 | 2 | -37/+68 |
* | Fix 02791: cafetime: Access Violation with -debug |  Phil Bennett | 2008-12-31 | 1 | -1/+1 |
* | PTR -> FCT naming for a few remaining items in CPU cores. [Duke, Aaron Giles] |  Aaron Giles | 2008-12-31 | 10 | -37/+37 |
* | 02714: 3stooges: Speech works for a while, then starts going in and out of ho... |  Aaron Giles | 2008-12-31 | 1 | -1/+4 |
* | REP instructions with high interleave would never complete. |  Aaron Giles | 2008-12-30 | 4 | -32/+71 |
* | 02768: mk3, mk3r20, mk3r10, mk3p40, umk3, umk3r10, umk3r11 : Roms incorrectly... |  Aaron Giles | 2008-12-30 | 1 | -16/+16 |
* | Hooked up PPC602 IBR. |  Aaron Giles | 2008-12-30 | 1 | -1/+4 |
* | Hooked up DSA/ESA instructions for PowerPC 602 (as no-ops for now). |  Aaron Giles | 2008-12-30 | 10 | -197/+29 |
* | 02783: SMS-Based megatech.c sets: [debug] Access Violation with -debug |  Aaron Giles | 2008-12-30 | 5 | -6/+6 |
* | 02785: a51site4: Interger Overflow with -debug |  Aaron Giles | 2008-12-30 | 1 | -1/+2 |
* | Merged i8x41 (UPI-41) core into MCS-48 core: |  Aaron Giles | 2008-12-30 | 8 | -4029/+1234 |
* | changed divide to throw out negative numerators. |  smf- | 2008-12-28 | 1 | -2/+2 |
* | Implemented GTE divider using reciprocal table derived by pSXAuthor, this sho... |  smf- | 2008-12-28 | 1 | -14/+2089 |
* | 02758: linking ldplayer fails |  Aaron Giles | 2008-12-26 | 2 | -41/+3 |
* | 02765: all naomi.c sets: Assertion |  Aaron Giles | 2008-12-26 | 2 | -4/+4 |
* | 02770: aceattac: Interger Overflow |  Aaron Giles | 2008-12-26 | 4 | -135/+127 |
* | Adds extremely preliminary i860 disassembler and hooks it up to the vcombat d... |  Andrew Gardner | 2008-12-25 | 4 | -0/+523 |
* | Converted 68000 to state tables. |  Aaron Giles | 2008-12-24 | 3 | -307/+256 |
* | Changed the F3853 implementation into a device. |  Wilbert Pol | 2008-12-23 | 2 | -186/+0 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 22 | -65/+65 |
* | New games added or promoted from NOT_WORKING status |  Phil Bennett | 2008-12-22 | 3 | -0/+2151 |
* | Cleanups and version bump. |  Aaron Giles | 2008-12-22 | 15 | -84/+84 |
* | Rewrote 8080/8085 interrupt handling so that it makes sense. |  Aaron Giles | 2008-12-22 | 5 | -733/+684 |
* | Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) |  Andrew Gardner | 2008-12-21 | 4 | -71/+247 |
* | Fixed update_handler for the dsp56k and polygonet. [Andrew Gardner] |  Andrew Gardner | 2008-12-21 | 1 | -0/+23 |
* | Added running_machine parameters to the f3853 callbacks. |  Wilbert Pol | 2008-12-20 | 2 | -14/+14 |
* | More cleanup. Added address-space-specific constants for the various |  Aaron Giles | 2008-12-20 | 87 | -1402/+1175 |
* | Z180 uses new cpu_state_table |  Aaron Giles | 2008-12-19 | 2 | -205/+207 |
* | Oops, swapped import/export on the R register. |  Aaron Giles | 2008-12-19 | 1 | -3/+3 |
* | Renamed CPUINFO_PTR_* to CPUINFO_FCT_* for function get infos. |  Aaron Giles | 2008-12-19 | 90 | -973/+995 |
* | This update is the below two patches, plus the remaining changes |  Aaron Giles | 2008-12-19 | 7 | -38/+41 |
* | Cleaned up device and sound interfaces to match the CPU |  Aaron Giles | 2008-12-19 | 14 | -634/+593 |
* | Removed index and clock parameters from CPU_INIT function. |  Aaron Giles | 2008-12-18 | 24 | -102/+100 |
* | CPU header cleanups.... |  Aaron Giles | 2008-12-18 | 37 | -2594/+2537 |