summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/luckgrln.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-38/+37
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-5/+5
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-21/+21
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-17/+16
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* TILE/TILEMAP modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-061-24/+24
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-5/+6
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-2/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-1/+1
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-23/+23
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-23/+23
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-31/+47
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-76/+81
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-15/+15
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-26/+26
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-28/+28
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-6/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* New NOT WORKING game Angelo Salese2012-01-071-2/+158
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-11/+11
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-5/+5
* Removed mc6845 trampolines (nw) Wilbert Pol2011-05-171-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-102/+102
* BIG update. Aaron Giles2011-03-291-31/+31
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-98/+129
* 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-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
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Cleanups and version bump. Aaron Giles2010-06-171-4/+4
* Fixed palette / priority handling in Lucky Girl (Newer Z180 hardware) [David ... Angelo Salese2010-06-081-37/+74
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+9
* More improvements to Lucky Girl (newer Z80 based hardware) [Roberto Fresca] Roberto Fresca2010-06-071-30/+29
* Improvements to Lucky Girl (newer Z80 based hardware): [Roberto Fresca] Roberto Fresca2010-06-071-78/+160
* new working game Angelo Salese2010-06-011-49/+257
* Added palette DAC handling, reel layers and removed NMI patch in Lucky Girl (... Angelo Salese2010-06-011-34/+329