summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added concept of rom sources to the rom loader. Updated auditing, Aaron Giles2008-09-061-17/+8
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-86/+108
* Cleanups and version bump.mame0127 Aaron Giles2008-08-191-5/+5
* Added validity check to ensure that ports referenced by a condition Aaron Giles2008-08-191-0/+34
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-27/+22
* Moved several include files from mame/ to emu/, as they were Aaron Giles2008-08-131-1/+1
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-6/+6
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-32/+23
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-67/+149
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+20
* Cleanups and version bump. Aaron Giles2008-07-061-1/+1
* Adding per-device and per-CPU validity checks Nathan Woods2008-07-061-0/+39
* Added compile-time error if PTR64 is incorrectly set. Aaron Giles2008-06-051-0/+13
* It is now an actual error to have duplicate input bits. Aaron Giles2008-06-051-0/+3
* Added TOKEN_SKIP_* macros to tokenize.h. Aaron Giles2008-05-251-1/+4
* Updates from MESS in response to 0.125u2 Nathan Woods2008-05-251-0/+5
* Cleanups and version bump. Aaron Giles2008-05-221-11/+11
* Fixed incorrectly sized array that led to stack corruption during validity ch... Aaron Giles2008-05-221-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-276/+257
* Changed the inline validity checks to work around GCC bug #35885. Wilbert Pol2008-04-191-2/+2
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-1/+1
* Added validity check to ensure input port tags don't have duplicates. Aaron Giles2008-03-241-4/+24
* Removed cpu_scalebyfcount(). Aaron Giles2008-03-121-1/+1
* Compilation fixes for my last checkin (sorry). Aaron Giles2008-03-101-10/+10
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-82/+59
* - the public screen_state is made to only contain items that are currently ac... Zsolt Vasvari2008-03-071-10/+10
* Removed AM_SPACE and matchmask support. Updated relevant drivers Aaron Giles2008-03-061-9/+1
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-36/+46
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-011-17/+3
* - Removes a couple of unused items from the cpuexec_data structure Zsolt Vasvari2008-03-011-1/+6
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-0/+53
* Converted MACHINE_DRIVER definitions from function Aaron Giles2008-02-261-35/+36
* Added new module: tokenize.h. This centralizes the behavior of Aaron Giles2008-02-251-1/+1
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-211-6/+6
* Most important thing to note about this change: Aaron Giles2008-02-211-31/+32
* Updated validity.c to current core style. Aaron Giles2008-02-191-160/+130
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-7/+16
* Removed expand_machine_driver(). Aaron Giles2008-02-181-9/+11
* It's the end of uitext.c as we know it (and I feel fine) Aaron Giles2008-01-121-1/+0
* (From Atari Ace) Aaron Giles2008-01-061-7/+45
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-7/+22
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1449