summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added function calls to replace the MIPS3 DRC's various CPU_SET_INFO Aaron Giles2009-03-071-38/+16
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* More device normalization: Aaron Giles2008-12-161-16/+16
* Here's the big one.... Aaron Giles2008-12-111-4/+8
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-3/+3
* Removed cpunum_get_active(). Aaron Giles2008-12-061-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-13/+13
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Another big one. Aaron Giles2008-11-201-3/+3
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-3/+3
* Sega/Williams compile and crash fixes. Aaron Giles2008-11-151-2/+2
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-52/+52
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-61/+61
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-52/+52
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-14/+14
* Region classes go bye-bye. Aaron Giles2008-07-281-37/+37
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-37/+37
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-49/+51
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* adds recently dumped correct boot code eprom for SF2049SE Brian Troha2008-07-081-3/+3
* Don't generate compare interrupts unless the compare register was written Aaron Giles2008-06-271-3/+3
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-1/+1
* Save state support: Aaron Giles2008-06-231-32/+47
* Converted voodoo into a proper device. Aaron Giles2008-06-231-68/+58
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-4/+4
* Several miscellaneous changes: Aaron Giles2008-05-291-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-23/+22
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-11/+11
* Cleanups and version bump to 0.124u3.mame0124u3 Aaron Giles2008-04-171-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-68/+83
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-15/+15
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-15/+15
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-3/+3
* Voodoo now takes a device_config for the screen Zsolt Vasvari2008-03-101-3/+3
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-13/+13
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+2
* Used PORT_SERVICE and PORT_SERVICE_NO_TOGGLE macros when this was possible. stephh2008-02-071-1/+1
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-4/+4
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-2/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-3/+3