summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sothello.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* small xtal fix Michaël Banaan Ananas2011-08-231-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-13/+13
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-22/+22
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-15/+33
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* 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
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-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
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-03-051-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+14
* Cleanups and version bump.mame0129u2 Aaron Giles2009-01-221-26/+26
* Super Othello driver Tomasz Slanina2009-01-211-0/+416