summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segaorun.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-8/+10
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-35/+35
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+2
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-6/+6
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* More device normalization: Aaron Giles2008-12-161-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-071-1/+0
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-2/+2
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-2/+2
* Sega/Williams compile and crash fixes. Aaron Giles2008-11-151-3/+3
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-1/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-25/+25
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-12/+12
* Major cpuintrf changes: Aaron Giles2008-11-101-16/+16
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-1/+1
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-18/+17
* Further reduced the maximum tag length to 10 characters, since Aaron Giles2008-09-101-3/+3
* Author: Olivier Galibert <galibert@pobox.com> Aaron Giles2008-08-221-1/+1
* Fix m68k irq line support. Aaron Giles2008-08-201-14/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-201-1/+10
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-103/+103
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-107/+106
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-2/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+0
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-2/+2
* corrects the SHA1 values in the new Turbo Outrun set and one rom name in sega... Brian Troha2008-06-171-5/+5
* New games added or promoted from NOT_WORKING status Brian Troha2008-06-171-20/+82
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-1/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-6/+6
* Converted the ppi8255 implementation to a device. Wilbert Pol2008-04-191-12/+11
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-8/+8
* Renamed input port functions: Aaron Giles2008-04-061-4/+4
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-9/+9