summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jokrwild.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-2/+2
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-2/+2
* 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-2/+2
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-15/+28
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-20/+20
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-1/+2
* 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-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Eliminated the use of generic.colorram and generic.videoram in several driver... Phil Bennett2009-12-211-6/+8
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-18/+18
* Joker's Wild: implemented bare minimum to allow it to go into gameplay and fi... Angelo Salese2009-11-291-28/+114
* Joker's Wild: bypassed the rng test [Angelo Salese] Angelo Salese2009-11-291-6/+12
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* [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
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-23/+30
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Remaining fixes for 02760: Games using MC6845: Crash with an error on startup... Phil Bennett2009-01-021-1/+19
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+2
* Cleanups and version bump. Aaron Giles2008-11-021-16/+16
* - Fixed Joker's Wild graphics to 2 bits per pixel. Roberto Fresca2008-10-301-3/+8
* Preliminary driver for Joker's Wild (Sigma, 1988). Roberto Fresca2008-10-251-0/+428