summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hornet.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hornet iteagle seattle vegas viper: Reinstate somewhat useless screen size in... Ted Green2018-09-101-0/+3
* MCFG removal (nw). Ted Green2018-09-091-92/+77
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-1/+1
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-4/+2
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-5/+6
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-4/+4
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-10/+13
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+2
* hornet: Add input port definitions for nbapbp and terabrst. (nw) Ted Green2018-06-071-4/+27
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-16/+16
* hornet: Use gradius4 dips for nbapbp and remove periodic interrupt. (nw) Ted Green2018-06-071-2/+2
* Minor cleanups, nw mooglyguy2018-06-061-1/+1
* hornet: Add separate DIP switch settings for gradius4. Allows gun to work wit... Ted Green2018-06-021-1/+31
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-1/+1
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-26/+13
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-23/+23
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-59/+64
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+10
* Correct description Gradius 4 : Fukkatsu, Silent Scope 2 sjy965252017-06-061-2/+2
* gradius4: Changed description to match title screen/flyer. [Pedro J. Martínez] Vas Crabb2017-05-311-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-0/+2
* New working clone Ivan Vangelista2017-02-201-1/+30
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+2
* eeprom pass (nw) Olivier Galibert2016-06-221-1/+1
* runtime enable for sharcdrc (nw) Ville Linde2016-06-061-7/+28
* Make watchdog timer a separate device AJR2016-04-301-2/+7
* sscope2 comm board roms are bad (nw) Ville Linde2016-04-261-2/+2
* wrong sha1 (nw) Ville Linde2016-04-191-1/+1
* hornet: hook up LAN board DS2401 and eeprom (nw) Ville Linde2016-04-191-10/+25
* hornet: fix ROM banking (nw) Ville Linde2016-04-171-22/+7
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-8/+3
* start making this a little more modern c++y with classes, member functions et... David Haywood2016-02-011-6/+6
* More fixes, nw therealmogminer@gmail.com2016-01-231-15/+16
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2