summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hornet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some spelling fixes (eg. layout break, uppercase) Michaƫl Banaan Ananas2011-08-231-5/+5
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-5/+5
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "variable assigned but not used" fixes, part 1 (no whatsnew) R. Belmont2011-05-301-3/+3
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Maintain rom name consistency and add PCB location to the new Silent Scope clone Brian Troha2011-04-071-1/+1
* new clone Angelo Salese2011-04-061-6/+35
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-49/+49
* BIG update. Aaron Giles2011-03-291-73/+73
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-47/+77
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-10/+10
* running_device -> device_t Aaron Giles2010-12-311-19/+19
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-74/+74
* Cleanups and version bump. Aaron Giles2010-10-141-1/+1
* Kills off some anonymous timers. [Not worth mentioning] Andrew Gardner2010-10-051-1/+5
* 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-12/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-28/+28
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* Converted hornet.c to use the Konami 037122 device and removed the old code. Fabio Priuli2010-02-011-245/+53
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-10/+10
* 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-13/+13
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-2/+2
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* 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-7/+7
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+1
* Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and k... Fabio Priuli2009-12-241-4/+15
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-11/+15
* Misc Konami updates: Fabio Priuli2009-12-141-25/+32
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-13/+13
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-10/+10
* New Clone (not working) Silent Scope (JZD) Brian Troha2009-11-021-21/+22
* [03275] Fixed RF5C400 clock in hornet.c games. R. Belmont2009-08-161-1/+4
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-1/+1
* Add gun I/O board to Teraburst and hook up 68k/PPC comms R. Belmont2009-07-081-5/+89
* New games marked as GAME_NOT_WORKING R. Belmont2009-07-071-2/+52
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-4/+4
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1