summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sderby.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+50
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+0
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-5/+5
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-16/+16
* AM_BASE + AM_SIZE -> AM_BASE_SIZE for easier future cleanup (no whatsnew) Miodrag Milanovic2012-04-111-4/+4
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-4/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-16/+16
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-4/+4
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-25/+25
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-37/+37
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-19/+19
* New WORKING game Angelo Salese2012-03-251-0/+111
* rom label adjustments to match discussed format. (nw) Scott Stone2012-02-211-2/+2
* Nearly finished making some individual rom name adjustments to ease potential... Scott Stone2012-02-191-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+3
* Added Croupier (Playmark Roulette v.20.05). Now as parent. Roberto Fresca2011-09-141-5/+83
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-12/+12
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-55/+55
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-3/+3
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+7
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-12/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+3
* Converted the following drivers to use a driver_data structure: [Atari Ace] Phil Bennett2010-01-171-27/+25
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-9/+9
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-8/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-10/+10
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-12/+12
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+3
* 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-7/+7
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-5/+5
* Improvements to Croupier (Playmark Roulette): Roberto Fresca2008-09-101-14/+89