summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/freekick.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-45/+44
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-16/+16
* small note update Michaël Banaan Ananas2012-09-301-3/+1
* update Michaël Banaan Ananas2012-09-301-16/+13
* more notes from CharlesM, i'll implement video params later Michaël Banaan Ananas2012-09-301-6/+17
* irq0 frequency was measured by CharlesM. Michaël Banaan Ananas2012-09-301-7/+12
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-6/+5
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-36/+31
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-3/+3
* Reverted original SN76496N patch and applied newer patch containing a change ... Scott Stone2012-08-141-16/+16
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-15/+15
* Updated some drivers to use the new SN76496 device implementation. [Osso] Scott Stone2012-08-071-19/+33
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-13/+13
* freekick.c: Remove obsolete comment about the "non merit" license needing to ... Brian Troha2012-07-051-5/+1
* new FreeKick clone Brian Troha2012-07-051-23/+49
* Readjusted visible area in the vamphalf.c driver based on tests comparing emu... Scott Stone2012-06-131-10/+10
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-12/+9
* updating MAME drivers to use modern i8255 implementation instead of the legac... Fabio Priuli2012-05-141-22/+21
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-1/+1
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-3/+3
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-67/+60
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-37/+37
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-6/+6
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+3
* updated some comments about Freekick & Counter Run Brian Troha2011-10-011-5/+14
* Adding the "real" Free Kick, thanks to Charles MacDonald Brian Troha2011-09-051-4/+4
* freekick.c: Added dipswitch locations to all the games in the driver. [Brian ... Brian Troha2011-08-121-49/+33
* Fixed 00042: oigas: Problem with keyboard control. Scott Stone2011-07-101-0/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-52/+52
* BIG update. Aaron Giles2011-03-291-24/+24
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-44/+44
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-15/+10
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15