summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/flower.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-1/+1
* flower.c: improved sound driver and fixed most of the hanging notes by adding... Michaël Banaan Ananas2011-08-111-6/+6
* also restore DSW memory access location comments Michaël Banaan Ananas2011-08-051-4/+4
* added coin lockout Michaël Banaan Ananas2011-08-041-1/+6
* (lessen performancedrop) Michaël Banaan Ananas2011-08-031-1/+3
* cleanups to flower.c sound, no functional change Michaël Banaan Ananas2011-08-031-12/+12
* (music speed back to 90 until pcb confirmed) Michaël Banaan Ananas2011-08-021-7/+7
* flower.c: further improved interrupts [hap] Michaël Banaan Ananas2011-08-011-42/+47
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-3/+0
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-11/+11
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-12/+13
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-25/+25
* Update driver-specific sound devices to use tokens and store Aaron Giles2010-10-141-2/+2
* 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
* new clones Angelo Salese2010-07-041-1/+1
* evil clarue flower Michaël Banaan Ananas2010-05-251-5/+6
* done some double checking, Flower is definitely by Wood Place (spelled with s... Michaël Banaan Ananas2010-05-251-2/+2
* flower desc/company Michaël Banaan Ananas2010-05-251-5/+5
* another round of company names cleanup Michaël Banaan Ananas2010-05-221-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-8/+8
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-6/+6
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Ok, this is The Big One. Aaron Giles2009-02-111-7/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-16/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-5/+4
* 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-4/+4
* adds edge connector pinout info to flower.c Brian Troha2008-08-031-0/+31
* Region classes go bye-bye. Aaron Giles2008-07-281-20/+20
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-23/+23
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* merged CPU0 and 1 memory maps in flower, improved interrupt generation, fix f... davidhay2008-07-191-27/+22
* 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-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* Makes the Komax version the parent for the Flower sets. Brian Troha2008-06-271-11/+11
* State saving for flower.c Couriersud2008-06-271-19/+13