summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lucky74.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-32/+32
* BIG update. Aaron Giles2011-03-291-10/+10
* 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-1/+1
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-43/+41
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-10/+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
* companyname corrections from robbie Michaël Banaan Ananas2010-05-251-3/+3
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* 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
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* > -----Original Message----- Aaron Giles2009-10-031-9/+9
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-23/+23
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* 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-15/+15
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-24/+24
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Improved the Lucky 74 button-lamps layout to be more realistic. Roberto Fresca2008-10-071-0/+5
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-22/+14
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-13/+13
* Minor corrections to the notes and some acknowledgements. Roberto Fresca2008-08-131-16/+20
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* Fixed array size to avoid memory trashing. R. Belmont2008-08-101-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-8/+8
* Improvements to Lucky74.c driver: Roberto Fresca2008-08-091-153/+595
* 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-9/+9
* Cleanups/version bump.mame0126u3 Aaron Giles2008-07-311-19/+19
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-4/+4
* Changes to lucky74.c driver: Roberto Fresca2008-07-281-253/+239
* Region classes go bye-bye. Aaron Giles2008-07-281-10/+10
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-12/+12
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1