summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas24.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* 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-31/+31
* Ok, this is The Big One. Aaron Giles2009-02-111-33/+8
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-1/+1
* Removed cpunum_get_active(). Aaron Giles2008-12-061-3/+3
* Replaced printf("%d", cpunum_get_active()) with printf("%s", space->cpu->tag)... Andrew Gardner2008-11-271-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* replaced parent crkdown image with one containing valid settings data (preven... davidhay2008-11-201-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-2/+2
* address space compilation errors. smf-2008-11-151-2/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-31/+31
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-26/+26
* Major cpuintrf changes: Aaron Giles2008-11-101-8/+7
* Fixed compilation issues with 68000 changes. Aaron Giles2008-11-061-1/+1
* fix for 02460: qrouka: Coin 1+2 no longer work. davidhay2008-10-061-6/+49
* fix for "00989: qgh: If you do a metamorphose, the screen turns black without... davidhay2008-10-061-2/+4
* OG's fixes: Aaron Giles2008-10-051-69/+57
* Completed memory maps per Charles' updated docs. Aaron Giles2008-10-051-100/+76
* System 24 cleanups: Aaron Giles2008-10-041-238/+283
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* removes "game_no_sound" from the 2 Hotrod games (in segas24.c) as all 3 seem ... Brian Troha2008-08-311-2/+2
* updated some info in segas24.c based on email from T.Fujita. Brian Troha2008-08-311-20/+20
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-19/+19
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-5/+5
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-27/+27
* Region classes go bye-bye. Aaron Giles2008-07-281-72/+72
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-72/+72
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* Cleanups and version bump.mame0126u1 Aaron Giles2008-07-171-11/+11
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-87/+77
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-9/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-14/+14
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-3/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+3
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-29/+29
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-9/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-12/+12
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-9/+9
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-11/+11
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1