summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* Part 4 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-021-9/+5
* Added validity check to ensure that AM_READ_PORT() macros reference Aaron Giles2008-08-191-2/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-11/+11
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-11/+11
* 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
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-185/+185
* Region classes go bye-bye. Aaron Giles2008-07-281-225/+225
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-254/+254
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-45/+44
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-36/+36
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-39/+39
* Cleanups and version bump.mame0126u1 Aaron Giles2008-07-171-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-674/+681
* I'm sorry to submit this fix the "old way", but I don't have SVN here ... Aaron Giles2008-07-021-35/+52
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-9/+9
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-2/+2
* Fixed remaining input port bit conflicts. Aaron Giles2008-06-051-7/+0
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-011-1/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+2
* AY-3-8910 rewrite: Couriersud2008-04-221-2/+9
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-15/+11
* Renamed input port functions: Aaron Giles2008-04-061-36/+36
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-11/+11
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-11/+11
* From Derrick Renaud: Aaron Giles2008-03-231-10/+13
* Fix: 01535: usclssic: Access Violation with -debug Zsolt Vasvari2008-03-171-0/+9
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-588/+588
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-03-051-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-13/+12
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-46/+46
* Most important thing to note about this change: Aaron Giles2008-02-211-113/+113
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-36/+36
* Color table removal Zsolt Vasvari2008-02-181-61/+38
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-2/+2
* added a port locations to a few more games. Brian Troha2008-01-301-256/+116
* Added dip locations to about half the games... will finish the rest soonish Brian Troha2008-01-301-229/+186
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-01-281-24/+32
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-01-241-3/+3
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-23/+23
* Replaced driver_init_* calls with macro Zsolt Vasvari2008-01-221-1/+1
* Pushed CUSTOM_INPUT macro to all users.mame0122u6 Aaron Giles2008-01-171-3/+3
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-1/+1