| 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 | -8/+82 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Added new module tagmap which is a simple hashed string map. |  Aaron Giles | 2009-11-23 | 1 | -1/+1 |
* | Put minimum tag length back to 2 characters for now. |  Aaron Giles | 2009-11-19 | 1 | -2/+2 |
* | Enforce a minimum tag length of 3 characters. This will enable |  Aaron Giles | 2009-11-15 | 1 | -1/+2 |
* | > -----Original Message----- |  Aaron Giles | 2009-10-01 | 1 | -14/+14 |
* | Move address_map array from cpu_config to device_config. Added |  Aaron Giles | 2009-07-08 | 1 | -0/+15 |
* | Removed device types from device queries that use tags, under the |  Aaron Giles | 2009-03-02 | 1 | -4/+2 |
* | Added the ability for devices to have their own custom inline config management. |  Aaron Giles | 2009-02-16 | 1 | -14/+16 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -113/+79 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2009-01-13 | 1 | -3/+7 |
* | Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling |  Aaron Giles | 2008-12-20 | 1 | -5/+12 |
* | Made the concept of a "clock" native to devices. The clock is now |  Aaron Giles | 2008-12-18 | 1 | -3/+8 |
* | Made CPUs into proper devices. CPUs are now added in the |  Aaron Giles | 2008-12-16 | 1 | -67/+0 |
* | Added macros to access ROM and MACHINE_DRIVER by name. |  Curt Coder | 2008-11-26 | 1 | -1/+4 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -1/+2 |
* | Major cpuintrf changes: |  Aaron Giles | 2008-11-10 | 1 | -2/+2 |
* | From: Atari Ace [mailto:atari_ace@verizon.net] |  Aaron Giles | 2008-11-08 | 1 | -6/+6 |
* | Ok, I submit. Maximum tag length is 15. Be good. |  Aaron Giles | 2008-09-11 | 1 | -1/+1 |
* | Further reduced the maximum tag length to 10 characters, since |  Aaron Giles | 2008-09-10 | 1 | -1/+1 |
* | CPUs, sound chips, devices, and ROM-regions which are specified by devices |  Aaron Giles | 2008-09-08 | 1 | -0/+6 |
* | Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a |  Aaron Giles | 2008-09-06 | 1 | -12/+0 |
* | MSVC fixes. MSVC cannot handle offsetof(struct, member[index]); once an |  Aaron Giles | 2008-08-25 | 1 | -6/+32 |
* | Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. |  Aaron Giles | 2008-07-19 | 1 | -4/+1 |
* | Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to |  Aaron Giles | 2008-07-18 | 1 | -4/+1 |
* | Fixes 01659: stereo balancing is wrong |  Aaron Giles | 2008-04-04 | 1 | -2/+2 |
* | Changes MDRV_TIMER_DURATION to MDRV_TIMER_START_DELAY |  Zsolt Vasvari | 2008-03-15 | 1 | -85/+0 |
* | Makes suggested changes to MDRV_TIMER macros. Hasn't moved them yet. |  Zsolt Vasvari | 2008-03-14 | 1 | -15/+13 |
* | Implements scanline based timer devices. |  Zsolt Vasvari | 2008-03-14 | 1 | -0/+5 |
* | Added skeletion device interface for timers. Just wanted to get feedback. |  Zsolt Vasvari | 2008-03-14 | 1 | -0/+31 |
* | WIP check-in. Things work now, but I'm still working on the code. |  Aaron Giles | 2008-03-09 | 1 | -6/+7 |
* | Changes VIDEO_UPDATE signature to |  Zsolt Vasvari | 2008-03-08 | 1 | -21/+21 |
* | - the public screen_state is made to only contain items that are currently ac... |  Zsolt Vasvari | 2008-03-07 | 1 | -18/+18 |
* | * MACHINE_DRIVER_EXTERN now requires a semicolon |  Couriersud | 2008-03-01 | 1 | -1/+1 |
* | Most of this descriptions taken directly from an e-mail by Aaron: |  Zsolt Vasvari | 2008-02-29 | 1 | -2/+4 |
* | Replaces mame_bitmap with bitmap_t |  Zsolt Vasvari | 2008-02-29 | 1 | -1/+1 |
* | Spacing and version bump.mame0123u3 |  Aaron Giles | 2008-02-28 | 1 | -7/+7 |
* | Converted MACHINE_DRIVER definitions from function |  Aaron Giles | 2008-02-26 | 1 | -205/+296 |
* | Cleanups and version bump for 0.123u2.mame0123u2 |  Aaron Giles | 2008-02-21 | 1 | -1/+1 |
* | Most important thing to note about this change: |  Aaron Giles | 2008-02-21 | 1 | -53/+47 |
* | Removed clock and flags as fundamental device parameters. |  Aaron Giles | 2008-02-20 | 1 | -6/+0 |
* | Added support for inline device configuration. |  Aaron Giles | 2008-02-20 | 1 | -1/+1 |
* | Pulled remaining vestiges of old-style colortables: |  Aaron Giles | 2008-02-19 | 1 | -2/+1 |
* | New module: devintrf.c/.h. Implements a generic device interface similar |  Aaron Giles | 2008-02-19 | 1 | -0/+427 |