summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cobra.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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
* Cleanups and version bump Miodrag Milanovic2016-02-241-2/+2
* Add macros for alignment checking (nw) AJR2016-01-301-2/+2
* cobra: register 0x114 is fb read pix/line count (nw) Ville Linde2016-01-301-21/+35
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-2/+2
* cobra: fix JVS handling (nw) Ville Linde2016-01-251-41/+97
* reverting: Miodrag Milanovic2016-01-201-9/+9
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-1/+1
* Fixes (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-9/+9
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0