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