summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-4/+6
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-15/+15
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-93/+93
* Ok, this is The Big One. Aaron Giles2009-02-111-24/+16
* CPU header cleanups.... Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-5/+5
* From Luigi30: Aaron Giles2008-11-241-0/+5
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-1/+1
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-2/+2
* Another big one. Aaron Giles2008-11-201-18/+18
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-3/+3
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-18/+18
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-55/+55
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-17/+17
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-18/+18
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-18/+18
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-15/+15
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-69/+69
* Adds readmes for Area 51, Animalandia Jr, Avengers In Galactic Storm, Alien 3... Andrew Gardner2008-08-051-0/+2
* radr: fix label of a dsw (mantis 02079) Roberto Zandona2008-08-031-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-191/+191
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-198/+192
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-5/+5
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-83/+57
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-16/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-43/+42
* 01774: racedcb4, racedcg4, racedrc1, racedrc2, racedrc4, racedrcb, racedrcg, ... Aaron Giles2008-05-051-7/+7
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-8/+8
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-25/+18
* Renamed input port functions: Aaron Giles2008-04-061-13/+13
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-22/+22
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-22/+22
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-4/+7
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-13/+13
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-5/+3
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1