summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suprgolf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small note Angelo Salese2011-06-101-1/+3
* new clone Angelo Salese2011-06-091-11/+45
* Hooked up the 2 PPI8255 for Super Crowns Golf [Angelo Salese] Angelo Salese2011-06-031-34/+55
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-65/+65
* Some commenting of excessive mame_printf_debug usages for a few drivers curre... Scott Stone2011-03-311-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-31/+31
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-22/+22
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-5/+3
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-4/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-18/+19
* Cleanups and version bump. Aaron Giles2010-03-041-1/+1
* Changed all driver_data structs into classes with a simple Aaron Giles2010-02-251-2/+6
* Converted the following drivers to use driver_data structs: [Atari Ace] Phil Bennett2010-01-251-73/+107
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-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
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+9
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* Fixed analog inputs with Super Crowns Golf [Angelo Salese] Angelo Salese2009-06-071-23/+29
* Small DIP-Switch fix Angelo Salese2009-06-041-4/+5
* Added DIP-Switches to Super Crown Golf according to the manual [Yasuhiro Ogaw... Angelo Salese2009-06-021-58/+29
* Hooked up basic inputs in Super Crowns Golf [Angelo Salese] Angelo Salese2009-06-021-52/+49
* Rewritten the Super Crowns Golf video routines, game gfxs are now heavily imp... Angelo Salese2009-05-311-107/+95
* Proof that I need a rewrite of this one... Angelo Salese2009-05-301-2/+16
* Improved bg gfxs in Super Crowns Golf, needs to move the bg drawing function ... Angelo Salese2009-05-301-21/+41
* Temporarly patched a check that gives stack garbage in Super Crowns Golf so t... Angelo Salese2009-05-281-13/+18
* Cleanups and version bump. Aaron Giles2009-05-281-2/+2
* Found & hooked up the flip screen bit Angelo Salese2009-05-191-5/+3
* Fixed NMI generation for Super Crowns Golf, sound should now be 100% accurate... Angelo Salese2009-05-191-6/+14
* Added basic MSM support for Super Crowns Golf, it basically works but the NMI... Angelo Salese2009-05-191-6/+46
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-1/+1
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* From: Fabio Priuli [doge.fabio@gmail.com] Aaron Giles2009-03-271-2/+1
* Cleanups and version bump. Aaron Giles2009-03-191-1/+1
* Further Super Crowns Golf fixes. Angelo Salese2009-03-161-39/+36
* Even more Super Golf fixes. Angelo Salese2009-03-151-45/+65
* Test background hook-up for Super Crowns Golf. Angelo Salese2009-03-151-9/+69
* Fixed paletteram in Super Crowns Golf [Angelo Salese] Angelo Salese2009-03-141-17/+62
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1