summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nyny.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-5/+5
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-13/+13
* 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-72/+72
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-33/+33
* 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-6/+6
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-5/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* (tab align) Michaël Banaan Ananas2011-02-241-27/+26
* fix missing starfield (regression @ 127u6, cause: default alpha $ff instead o... Michaël Banaan Ananas2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Renamed few drivers due to conflicts with MESS (only in case computers are mo... Miodrag Milanovic2011-01-071-2/+2
* running_device -> device_t Aaron Giles2010-12-311-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-29/+29
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* Fix compile (no whatsnew) Miodrag Milanovic2010-08-231-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-22/+23
* Improved PIA6821 interface. (no whatsnew) Curt Coder2010-07-161-4/+4
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Added driver_data class and save states to the following drivers: oneshot.c, ... Fabio Priuli2010-03-011-102/+154
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-5/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-5/+5
* Cleanups and version bump. Aaron Giles2009-03-051-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-10/+10
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-19/+19
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-45/+56
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Ok, this is The Big One. Aaron Giles2009-02-111-21/+15
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-5/+2
* Removed safe_cpu_get_pc() which doesn't really make sense anymore. Aaron Giles2008-12-111-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-4/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Renamed M6802_IRQ_LINE to M6800_IRQ_LINE Couriersud2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-1/+1
* Changed 74123 into a device Couriersud2008-11-021-8/+9