summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/twincobr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-1/+6
* twincobr.cpp: verified OSC for Twin Cobra [Corrado Tomaselli] Ivan Vangelista2018-07-231-0/+1
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-2/+8
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-4/+8
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* slapfght.cpp, twincobr.cpp, wardner.cpp: Replace MCFG_CPU_VBLANK_INT with lin... AJR2018-03-291-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+3
* twincobr.cpp: Remove configuration variable not used anymore (nw) AJR2017-11-041-1/+0
* twincobr, fshark, wardner: Add LS259 latches (nw) AJR2017-11-041-10/+10
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* tms32010.cpp: devcb instead of memory map for bio line (nw) Ivan Vangelista2016-06-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-3/+3
* Update for Quench (nw) Miodrag Milanovic2015-05-161-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Remove lots of useless sound IRQ trampolines leftover from the pre-devcb era ... Alex W. Jackson2015-01-271-3/+0
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-2/+0
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-1/+1
* small cleanup of h files (nw) Miodrag Milanovic2014-03-251-8/+0
* converted wardner to bankdev Michaël Banaan Ananas2014-03-121-2/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-2/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* twincobr.c: fix flipscreen after core changes, cleanups [Alex Jackson] Alex W. Jackson2014-02-081-4/+0
* remove further traces of wardner hack, share sprite controller code with rall... David Haywood2013-07-121-4/+6
* wardner / twincobr - draw once and mix, avoid ugly hack. David Haywood2013-07-101-2/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+3
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-2/+3
* device callback handler cleanup (nw) Miodrag Milanovic2013-04-011-0/+1
* Modernization of drivers part 19 (no whatsnew) Miodrag Milanovic2013-02-131-0/+10
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+0
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-3/+2
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+1
* another cleanup Michaël Banaan Ananas2012-07-191-3/+0
* cleanup Michaël Banaan Ananas2012-07-191-14/+9
* Fix wardner. Aaron Giles2012-05-211-2/+4
* Fix most reported errors. Aaron Giles2012-04-161-1/+1