| Commit message (Expand) | Author | Age | Files | Lines |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -3/+4 |
* | Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... |  Fabio Priuli | 2010-01-06 | 1 | -17/+13 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -7/+7 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -6/+2 |
* | Move address_map array from cpu_config to device_config. Added |  Aaron Giles | 2009-07-08 | 1 | -7/+6 |
* | Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE |  Aaron Giles | 2009-06-08 | 1 | -3/+0 |
* | Removed address_map2 items from the CPU config, etc. |  Aaron Giles | 2009-05-09 | 1 | -2/+1 |
* | Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, |  Aaron Giles | 2009-05-09 | 1 | -6/+3 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -5/+5 |
* | Modified the makefile to support experimental optional C++ |  Aaron Giles | 2009-02-28 | 1 | -1/+1 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -1/+58 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -7/+10 |
* | Improved 64-bit fix. |  R. Belmont | 2008-12-17 | 1 | -17/+2 |
* | Fix fatal pointer truncation on 64-bit builds. |  R. Belmont | 2008-12-17 | 1 | -0/+15 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -17/+93 |
* | Expanded cpuexec cycles <-> attotime functions to handle UINT64s. |  Aaron Giles | 2008-12-13 | 1 | -2/+2 |
* | Here's the big one.... |  Aaron Giles | 2008-12-11 | 1 | -1/+11 |
* | 02687: emuopts.c: CORE INPUT AUTOMATIC ENABLE OPTIONS |  Aaron Giles | 2008-12-04 | 1 | -30/+13 |
* | Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, |  Aaron Giles | 2008-11-26 | 1 | -1/+4 |
* | Removed globals from cpuexec. |  Aaron Giles | 2008-11-25 | 1 | -0/+6 |
* | Cleanups and version bump for 0.128u4.mame0128u4 |  Aaron Giles | 2008-11-24 | 1 | -4/+4 |
* | WARNING: this compiles, but not fully cleanly, and a number of drivers |  Aaron Giles | 2008-11-14 | 1 | -0/+3 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -266/+90 |
* | UPI-41/42 (still I8x41.c) changes: |  Couriersud | 2008-11-09 | 1 | -2/+5 |
* | Added concept of scheduling quanta to the timer system. Also added |  Aaron Giles | 2008-11-05 | 1 | -1/+2 |
* | More mcs51 updates |  Couriersud | 2008-10-20 | 1 | -0/+9 |
* | Changed i8039 core to use the data address space for internal RAM. |  Aaron Giles | 2008-08-25 | 1 | -3/+7 |
* | Added new generic laserdisc VIDEO_UPDATE handler to the laserdisc code. |  Aaron Giles | 2008-08-18 | 1 | -0/+3 |
* | SH-2 DRC updates: |  R. Belmont | 2008-08-16 | 1 | -0/+1 |
* | Renamed "Nintendo z80gb" cpu core to "Sharp LR35902". |  Wilbert Pol | 2008-06-16 | 1 | -1/+1 |
* | COP4xx: |  Curt Coder | 2008-06-12 | 1 | -0/+1 |
* | PowerPC dynamic recompiler: [Aaron Giles] |  Aaron Giles | 2008-06-05 | 1 | -1/+4 |
* | DS5002FP core |  Manuel Abadia | 2008-05-12 | 1 | -0/+1 |
* | Fixed the SR masks for MTC0. |  smf- | 2008-04-06 | 1 | -0/+1 |
* | From: notaz [mailto:notasas@gmail.com] |  Aaron Giles | 2008-03-13 | 1 | -1/+1 |
* | WIP check-in. Things work now, but I'm still working on the code. |  Aaron Giles | 2008-03-09 | 1 | -1/+1 |
* | Moves watchdog processing logic into its own module |  Zsolt Vasvari | 2008-03-02 | 1 | -10/+0 |
* | Most of this descriptions taken directly from an e-mail by Aaron: |  Zsolt Vasvari | 2008-02-29 | 1 | -0/+1 |
* | From: Wilbert Pol [mailto:wilbert@jdg.info] |  Aaron Giles | 2008-02-28 | 1 | -0/+3 |
* | Added i8749 CPU type for MESS. |  Curt Coder | 2008-02-19 | 1 | -0/+1 |
* | From Atari Ace: |  Zsolt Vasvari | 2008-02-18 | 1 | -0/+1 |
* | - New game: Puzzlet (NOT_WORKING) |  Luca Elia | 2008-02-02 | 1 | -0/+2 |
* | Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h. |  Aaron Giles | 2008-01-29 | 1 | -123/+91 |
* | Removed distinction between *_gettotalcycles() and *_gettotalcycles64(). |  Aaron Giles | 2008-01-29 | 1 | -4/+2 |
* | - Added deprecat.h that contains some deprecated/discouraged contructs (see b... |  Zsolt Vasvari | 2008-01-25 | 1 | -20/+0 |
* | First in a series of updates to remove the use of the global Machine from as ... |  Zsolt Vasvari | 2008-01-24 | 1 | -9/+9 |
* | Added XTAL clocks to zaxxon.c. |  Aaron Giles | 2008-01-13 | 1 | -0/+2 |
* | i8039.c/mario.c: |  Couriersud | 2008-01-12 | 1 | -0/+2 |
* | (From Dave Dribin) |  Aaron Giles | 2008-01-11 | 1 | -1/+1 |
* | (From AtariAce) |  Aaron Giles | 2008-01-08 | 1 | -2/+2 |