summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/twincobr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-3/+4
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-41/+41
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-2/+4
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-35/+35
* BIG update. Aaron Giles2011-03-291-4/+4
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-8/+46
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Updates to Twincobr/Wardner drivers: [Quench] Quench2010-03-131-5/+5
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-1/+0
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-4/+4
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+3