summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/snookr10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-43/+43
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-46/+46
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-23/+23
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-13/+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-8/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-4/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Unified sets with unknown manufacturer to use all the same manufacturer <unkn... Fabio Priuli2009-08-021-3/+3
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-77/+19
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* 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-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-8/+8
* Ok, this is The Big One. Aaron Giles2009-02-111-2/+2
* 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-1/+1
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-2/+2
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-2/+2
* Improvements to Sandii' games (snookr10, apple10 & tenballs): Roberto Fresca2008-10-091-52/+86
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-12/+12
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-12/+12
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-14/+14
* 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
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-12/+12
* Improvements to Sandii' games driver: Roberto Fresca2008-06-091-2/+7
* Sandii' games improvements: Roberto Fresca2008-05-291-33/+97
* Some improvements to Sandii' games: Roberto Fresca2008-05-221-35/+43
* Cleanups/version bump.mame0124u5 Aaron Giles2008-05-011-21/+21
* Removed a inaccurate comment about the payout button. Roberto Fresca2008-04-301-4/+2
* Sandii' games: Roberto Fresca2008-04-291-20/+27
* Sandii' Games: Roberto Fresca2008-04-281-46/+379
* - Decrypted the apple10 tile matrix. Roberto Fresca2008-04-241-13/+148
* Cleanups for 0.124u4. Aaron Giles2008-04-241-5/+5
* New driver for Sandii' hardware. Support for snookr10, apple10 and tenballs. ... Roberto Fresca2008-04-201-0/+285