summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lucky74.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and version bump. Aaron Giles2008-07-061-15/+15
* New driver for Lucky 74 (Wing Co.Ltd, 1988) Roberto Fresca2008-07-061-0/+955