summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hyhoo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-18/+18
* Fixed nested NMI behaviour on soft resets in Nichibutsu mahjong drivers (hyho... Angelo Salese2012-10-301-0/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+0
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+2
* 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-2/+2
* Clean-ups to sound and fixed volume balance in Nichibutsu Mahjong drivers. [T... Michaƫl Banaan Ananas2012-04-301-11/+3
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-2/+2
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-13/+13
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Convert nichibut/nintendo/nix to driver_devices. [Atari Ace] Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Replaced largely redundant NVRAM handlers with NVRAM devices Aaron Giles2010-09-101-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-9/+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-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Fixed redundancy in clock speed assignments in some drivers by cleaning all d... Scott Stone2009-08-221-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Merged memory maps for all driver sources beginning with 'H': Ryan Holtz2009-05-021-9/+4
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Ok, this is The Big One. Aaron Giles2009-02-111-10/+9
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Part 2 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-011-19/+11
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-201-15/+15
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-5/+5
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* 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-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-12/+12
* AY-3-8910 rewrite: Couriersud2008-04-221-1/+5
* From: Luigi30 [mailto:luigi30@gmail.com] Aaron Giles2008-03-241-4/+4
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-7/+7