summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nightgal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-2/+2
* 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-83/+84
* BIG update. Aaron Giles2011-03-291-57/+57
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* More migrating allocated buffers to arrays in the driver data. Aaron Giles2011-02-091-5/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* 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-11/+7
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-28/+29
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-5/+6
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+0
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* Some more Night Gal works, not worth mentioning Angelo Salese2010-06-121-86/+60
* new WORKING game Angelo Salese2010-06-121-11/+10
* new WORKING game Angelo Salese2010-06-121-13/+155
* new not working Angelo Salese2010-05-101-1/+28
* Cleanups and version bump. Aaron Giles2010-03-041-9/+9
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Added driver_data struct and save states to the following drivers: news.c, ni... Fabio Priuli2010-02-241-129/+204
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-4/+4
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-6/+6
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Converted jangou & nightgal drivers to use resistors with the color proms. Angelo Salese2009-04-121-19/+36
* 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-12/+12
* Ok, this is The Big One. Aaron Giles2009-02-111-29/+27
* Cleanups and version bump.mame0129u3 Aaron Giles2009-01-291-2/+2
* Preliminary protection hook-up for Sexy Gal/Sweet Gal [Angelo Salese] Angelo Salese2009-01-251-6/+116
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-37/+37
* Fix royalngt regression. Aaron Giles2009-01-021-3/+3
* Preliminary Night Gal driver,not yet working for comms issues [David Haywood,... Angelo Salese2008-12-231-0/+911