summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hornet.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1850/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-16/+20
* New clones marked as NOT_WORKING Ville Linde2021-07-071-12/+124
* srcclean in preparation for release Vas Crabb2021-06-271-8/+8
* re-enable SHARC recompiler for Gradius 4 Ville Linde2021-06-181-1/+9
* sharc: Cycle-based DMA. Added support for write stalling. Ville Linde2021-06-171-1/+5
* hornet: clear interrupts on sound cpu reset Ville Linde2021-06-131-9/+23
* hornet: add controls to thrilldbu Ville Linde2021-06-131-7/+33
* gticlub.cpp, hornet.cpp, nwk-tr.cpp, zr107.cpp: misc cleanups Ivan Vangelista2021-05-101-6/+8
* hornet.cpp, nwk-tr.cpp: removed more trampolines Ivan Vangelista2021-05-071-66/+20
* hornet.cpp, nwk-tr.cpp: made use of arrays, killed some trampolines and tag l... Ivan Vangelista2021-05-061-204/+157
* hornet.cpp, nwk-tr.cpp: extracted nwk-tr.cpp lan board implementation to a de... Ivan Vangelista2021-05-051-9/+29
* hornet.cpp: added timekeeper dump for thrilldbu [Guru] Ivan Vangelista2021-05-041-16/+50
* hornet.cpp: updated hardware infos [Guru] Ivan Vangelista2021-05-031-364/+338
* hornet.cpp: redumped comm board ROMs. Game now boots. Also corrected a couple... Ivan Vangelista2021-04-101-4/+4
* render.h, rendlay.h: Dependency refactoring AJR2021-01-041-1/+2
* various drivers: removed MACHINE_*_MEMBER and VIDEO_START_MEMBER macros Ivan Vangelista2020-11-241-4/+10
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* konppc: remove 7seg led hack (nw) hap2020-06-051-18/+11
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-5/+5
* hornet.cpp: Add notes for scope screen, Fix raw parameters (#6776) cam9002020-06-011-3/+3
* k037122.cpp: Update hardware information (#6759) cam9002020-05-291-15/+9
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-54/+54
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* srcclean (nw) Vas Crabb2019-07-281-28/+28
* zr107, gticlub, nwk-tr, hornet: Greatly improve inputs (among other things) (... Hydreigon2019-06-301-112/+168
* Make more use of the NODEVICE_LAN flag (nw) (#5235) Hydreigon2019-06-141-7/+7
* Better to document the GN680 I/O board (#5228) Hydreigon2019-06-121-9/+41
* adc1213x.cpp : Simplify handlers cam9002019-05-011-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+9
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-061-9/+12
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+2
* 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