summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ladybug.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-11/+11
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-6/+6
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-6/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-42/+42
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-19/+19
* 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-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-12/+12
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-51/+51
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* dorodon companyname Michaël Banaan Ananas2010-05-231-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added driver data struct and save states to the following drivers: Fabio Priuli2009-12-101-35/+143
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* > -----Original Message----- Aaron Giles2009-10-211-2/+0
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-19/+19
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-16/+16
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+7
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-1/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-11/+11
* Updated the header of the ladybug.c driver with a little bit of info Brian Troha2008-08-141-1/+12
* Correct rom names with PCB locations for Lady Bug and verified the dump again... Brian Troha2008-08-141-91/+91
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-7/+7
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-30/+30
* Region classes go bye-bye. Aaron Giles2008-07-281-38/+38
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-46/+46
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-8/+8
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-4/+4