summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crystal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* Better documentation for donghaer (no whatsnew) R. Belmont2011-06-111-4/+7
* New games added as GAME_NOT_WORKING R. Belmont2011-06-071-0/+12
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-109/+111
* BIG update. Aaron Giles2011-03-291-56/+56
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-9/+9
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-10/+10
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-26/+26
* 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-7/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-23/+23
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-8/+8
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-29/+30
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+1
* Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator] Angelo Salese2010-07-091-0/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* another round of company names cleanup Michaƫl Banaan Ananas2010-05-221-2/+2
* Cleanups and version bump. Aaron Giles2010-05-051-6/+6
* no whatsnew: fixed double saving in crystal.c and improved bankswitch restori... Fabio Priuli2010-04-271-7/+15
* vrender0.c: converted to be a device [Fabio Priuli] Fabio Priuli2010-04-261-221/+295
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-0/+1
* Converted Dallas DS1302 RTC to a device Fabio Priuli2009-05-301-9/+14
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-88/+87
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-9/+9
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2