summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mconfig.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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