summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-6/+6
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-30/+30
* BIG update. Aaron Giles2011-03-291-35/+35
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-8/+8
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* Converted amiga drivers to use driver_devices. Merged common code between Aaron Giles2010-09-191-33/+56
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-4/+5
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-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-8/+6
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+7
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-2/+2
* Refactored the CIA 6526 interface, adding SP/CNT callbacks. Curt Coder2010-01-191-14/+18
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Fix for PowerPC OS X targets. R. Belmont2010-01-151-2/+2
* 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-6/+6
* Renamed functions: Aaron Giles2009-12-051-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-7/+7
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-1/+1
* Bulk change alert. Aaron Giles2009-04-261-6/+8
* Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2009-02-261-0/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-17/+2
* Changed 6526cia to use devcb Nathan Woods2009-02-041-12/+12
* Added running_machine callbacks for the Amiga code Nathan Woods2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-6/+6
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-6/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Fixed missing clock on alg games as well. Aaron Giles2008-12-121-1/+1
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Added device paramter to 6526 callbacks Nathan Woods2008-12-051-15/+14
* Made the 6526/8520 CIA implementations be devices Nathan Woods2008-12-051-4/+29