summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernization of drivers part 4 (no whatsnew) Miodrag Milanovic2013-02-081-10/+10
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* New clones added Scott Stone2012-10-131-0/+21
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-5/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-45/+39
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-22/+22
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-23/+23
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-23/+23
* modernization of some CUSTOM_INPUT's part 3 (no whatsnew) Miodrag Milanovic2012-04-091-8/+7
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-5/+6
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-23/+23
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-37/+37
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-8/+8
* New clones added Scott Stone2012-02-231-0/+14
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
* New clones added Scott Stone2011-11-241-1/+21
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-3/+3
* Included tentative experiment for Hot Chase ... still not perfect though (esp... Angelo Salese2011-05-021-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-43/+43
* BIG update. Aaron Giles2011-03-291-13/+13
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* This patch revisits archive files I've already patched to remove Aaron Giles2011-02-281-58/+61
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* (fax: factory setting dsw + add note) Michaël Banaan Ananas2011-02-191-2/+3
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-2/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Odds and ends documentation from readme files (no whatsnew) Scott Stone2011-01-191-0/+16
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-1/+1
* 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-34/+25
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-21/+21
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-051-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1