summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segag80r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-87/+87
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-31/+31
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-11/+11
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Continuing new device implementation for SN76496 and clones - circusc.c, gber... Scott Stone2012-09-021-6/+22
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-61/+54
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-13/+13
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-15/+20
* a last couple of drivers updated. no whatsnew. Fabio Priuli2012-05-141-12/+11
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-11/+11
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-2/+2
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-3/+3
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-14/+14
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-2/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-37/+36
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+1
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-21/+22
* 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