summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jackpool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+10
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-2/+3
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-14/+14
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-7/+7
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-7/+7
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-5/+7
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-1/+1
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-34/+35
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-5/+5
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-10/+10
* 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-15/+15
* BIG update. Aaron Giles2011-03-291-29/+29
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-16/+26
* 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
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+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
* Time to kill off some deadwood. Aaron Giles2010-07-071-10/+10
* 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
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-10/+10
* Convert remaining users of old eeprom_ device to eepromdev_ Aaron Giles2009-12-271-12/+12
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-4/+4
* Patched NVRAM check in Jackpot Cards, makes the game playable but you cannot ... Angelo Salese2009-11-141-13/+25
* Removed dual layout, added Map base video register and fixed transparent issu... Angelo Salese2009-11-141-84/+60
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-7/+7
* Cleaned out remaining generic drawgfx usage. Removed the Aaron Giles2009-07-021-2/+2
* Part 1 of the drawgfx changes. [Atari Ace] Aaron Giles2009-07-021-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-2/+2