summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nyny.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-8/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-113/+113
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-261-4/+4
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-1/+1
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-21/+19
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-10/+10
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-3/+3
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-2/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-3/+3
* Conversion of _DEVICE_HANDLER to _MEMBER methods - part 1 (no whatsnew) Miodrag Milanovic2012-05-251-32/+33
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-4/+4
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-4/+4
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-9/+13
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-6/+6
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* MAME going modern part 4 (no whatsnew) Miodrag Milanovic2012-04-031-22/+22
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-4/+4
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-16/+16
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-3/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-12/+1
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-3/+3
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-3/+3
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* 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