summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4roses.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* Fixed MC6845 related crash on 4roses and 4rosesa [Roberto Fresca] Roberto Fresca2011-05-261-1/+1
* 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-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-4/+4
* 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-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-11/+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-2/+2
* 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-2/+5
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Unified sets with unknown manufacturer to use all the same manufacturer <unkn... Fabio Priuli2009-08-021-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* [MC6845] Refactored to use devcb and added cursor callback (for MESS). Curt Coder2009-06-111-3/+5
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* 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-4/+4
* Remaining fixes for 02760: Games using MC6845: Crash with an error on startup... Phil Bennett2009-01-021-4/+21
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Cleanups and version bump. Aaron Giles2008-12-151-3/+3
* New driver for Four Roses. The game is encrypted and also has a MCU. Roberto Fresca2008-12-131-0/+451