summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/upscope.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* My addition of the amiga fdc to the amiga arcade hardware was frighteningly i... Olivier Galibert2011-11-101-0/+4
* amigafdc: Upgrade [O. Galibert] Olivier Galibert2011-11-011-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* 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-24/+24
* BIG update. Aaron Giles2011-03-291-14/+14
* 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-3/+3
* 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-32/+26
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Converted amiga drivers to use driver_devices. Merged common code between Aaron Giles2010-09-191-7/+7
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+18
* 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-2/+2
* Refactored the CIA 6526 interface, adding SP/CNT callbacks. Curt Coder2010-01-191-14/+18
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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-5/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* And some more again... Fabio Priuli2009-04-281-2/+2
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* 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-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+1
* Changed 6526cia to use devcb Nathan Woods2009-02-041-11/+11
* Added running_machine callbacks for the Amiga code Nathan Woods2008-12-201-1/+1
* 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
* Added device paramter to 6526 callbacks Nathan Woods2008-12-051-10/+9
* Made the 6526/8520 CIA implementations be devices Nathan Woods2008-12-051-4/+29
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Another big one. Aaron Giles2008-11-201-4/+4
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1