summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stepstag.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-1/+1
* Minor update Angelo Salese2011-07-201-6/+10
* More improvements, bail out for now Angelo Salese2011-07-201-16/+24
* Made some basic progress to Stepping Stage driver [Angelo Salese] Angelo Salese2011-07-201-51/+158
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Add driver_device classes for drivers that don't have any variables, Aaron Giles2011-03-211-1/+11
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+4
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-32/+32
* 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
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0134u4 Aaron Giles2009-10-251-1/+1
* Changed stepstag set description to Stepping Stage Special [Naibo Zhang] Phil Bennett2009-10-211-1/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Merged memory maps. Aaron Giles2009-04-181-37/+16
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-9/+9
* Cleanups and version bump.mame0130 Aaron Giles2009-03-091-1/+1
* From: naibo zhang [mailto:naibo_zhang@hotmail.com] Aaron Giles2009-03-091-3/+11
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* From: naibo zhang [naibo_zhang@hotmail.com] Aaron Giles2009-01-221-0/+62
* 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
* 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-18/+18
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-5/+4
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-27/+27
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+185