summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segag80r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+1
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-27/+32
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-48/+48
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-19/+19
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-25/+25
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-20/+20
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-19/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-12/+29
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-46/+46
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+2
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-2/+0
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-26/+20
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* astrode->astrobg, german, parent is astrob Michaƫl Banaan Ananas2010-05-231-2/+2
* Corrected ROM labels for Sindbad Mystery and Monster Bash Yasuhiro Ogawa2010-05-061-34/+34
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Cleanups and version bump. Aaron Giles2009-10-041-1/+1
* Also added icky hack to make gcc happy in disc_sys.c. Aaron Giles2009-10-031-3/+35
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-8/+8
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-7/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-23/+23
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* 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-30/+30
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+4
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-6/+6
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-16/+10
* Another big one. Aaron Giles2008-11-201-19/+19
* 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-19/+19
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-9/+9
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-1/+1