summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/roul.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-24/+24
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-26/+39
* roul (roul.c) [stephh] : stephh2011-03-031-16/+31
* Roul note, not worth Angelo Salese2011-02-271-0/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-21/+21
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+1
* Cleanups and version bump for 0.131.mame0131 Aaron Giles2009-04-231-2/+2
* roul: added new input Roberto Zandona2009-04-211-2/+2
* roul: added nvram Roberto Zandona2009-04-211-1/+3
* roul: different brightness implementation Roberto Zandona2009-04-211-5/+5
* roul: added guessed blitter command Roberto Zandona2009-04-211-8/+15
* roul: Roberto Zandona2009-04-191-19/+20
* Fixed compile error. Angelo Salese2009-04-181-4/+4
* roul: better palette implementation and a general clean up Roberto Zandona2009-04-181-30/+42
* roul: inputs clean up Roberto Zandona2009-04-181-8/+8
* roul: implemented payout and a service button Roberto Zandona2009-04-181-6/+5
* roul: Roberto Zandona2009-04-181-23/+51
* roul: added sound Roberto Zandona2009-04-171-3/+8
* roul: improvement to the blitter Roberto Zandona2009-04-171-17/+48
* roul: some improvements Roberto Zandona2009-04-171-31/+26
* roul: implemented the blitter and a few inputs Roberto Zandona2009-04-171-16/+57
* Cleanups and version bump. Aaron Giles2009-04-161-13/+13
* roul: some blitter improvements Roberto Zandona2009-04-151-3/+7
* roul: reduced screen size Roberto Zandona2009-04-151-1/+1
* roul: added a preliminary blitter (wrong) Roberto Zandona2009-04-151-18/+29
* roul: added AY mapping Roberto Zandona2009-04-151-6/+14
* added sound cpu io map Roberto Zandona2009-04-141-8/+22
* some clean up, added nmi Roberto Zandona2009-04-121-8/+12
* added sound cpu Roberto Zandona2009-04-121-0/+13
* skeleton for Super Lucky Roulette? Roberto Zandona2009-04-121-0/+115