summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/twincobr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-154/+0
* init vars for coverity (includes/t,u) Robbbert2022-03-231-24/+24
* twincobr.cpp, wardner.cpp: Properly acknowledge IRQs (fixes soft reset issue ... AJR2022-02-041-1/+0
* video/toaplan_scu.cpp: Use single-pass priority drawing for sprites. (#8521) cam9002021-09-021-0/+1
* twincobr.cpp: Remove state-changing postload method that makes no sense now AJR2020-12-201-2/+0
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Convert screen update functions to RGB32 in numerous games (nw) AJR2019-05-101-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-58/+58
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-58/+58
* twincobr.cpp, wardner.cpp : Updates cam9002019-03-201-58/+58
* -tms32010.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-5/+6
* (nw) more header cleanup, split up some more all-in-one state classes Vas Crabb2018-12-031-1/+2
* -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