summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cobra.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-6/+5
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-5/+6
* Make more use of the NODEVICE_LAN flag (nw) (#5235) Hydreigon2019-06-141-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+13
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-13/+11
* -arcadia, binbug, cd2650, cvs, dm7000, dolphunk, galaxia, hp48, instruct, kon... mooglyguy2018-12-151-11/+10
* src/mame: a few less MCFG macros (nw) Ivan Vangelista2018-12-141-14/+13
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-8/+8
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-2/+2
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-26/+22
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-19/+19
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+11
* 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-10/+10
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-52/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-44/+47
* lpci: De-staticize callbacks and remove both device parameters (nw) AJR2018-03-031-6/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+6
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-1/+1
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-8/+8
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-4/+4
* Do the easy ones (nw) Olivier Galibert2018-01-011-10/+10
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-4/+4
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* srcclean (nw) Vas Crabb2017-05-281-27/+27
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-7/+7
* cobra.cpp: fix some input issues (nw) angelosa2017-04-261-38/+98
* Self-registering devices prep: Vas Crabb2017-02-271-2/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-5/+5
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-7/+7
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-243/+243
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-5/+7
* remove unnecessary mirrors (nw) Ville Linde2016-06-161-20/+20
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-0/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-4/+0