summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magicard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-18/+18
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+7
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-8/+8
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-8/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+7
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-1/+2
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-6/+6
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Validity fixes. Aaron Giles2012-04-111-16/+16
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-35/+35
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-34/+34
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-23/+33
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-87/+88
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-10/+10
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-15/+15
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* rom label adjustments to match discussed format. (nw) Scott Stone2012-02-211-1/+1
* Nearly finished making some individual rom name adjustments to ease potential... Scott Stone2012-02-191-1/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-6/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-7/+7
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-1/+1
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-7/+7
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-14/+14
* New clones added mariuszw12011-07-201-0/+33
* (Finally found the time to finish this....) Aaron Giles2011-05-301-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-67/+67
* BIG update. Aaron Giles2011-03-291-36/+36
* 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-2/+2
* Continuation of static/global cleanup. [Atari Ace] Aaron Giles2011-03-171-72/+150
* 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-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-16/+16
* 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
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Just minor cosmetic changes to get the thing aligned. Roberto Fresca2009-11-261-6/+6
* Fixed regression in magicard.c driver [Angelo Salese] Angelo Salese2009-11-261-32/+7
* Added Magic Card Jackpot and Magic Lotto Export to Impera Magic Card driver. Roberto Fresca2009-11-261-27/+167
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2