summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/twin16.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-319/+319
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-11/+9
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-16/+15
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-2/+2
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-12/+9
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-6/+9
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-7/+7
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+6
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-9/+9
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-3/+3
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-2/+2
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-79/+68
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-6/+6
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-36/+36
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-4/+4
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-5/+7
* kani2 dsw update konami t-y Michaël Banaan Ananas2012-01-281-24/+24
* most screen eof regression fixes could be reverted after core fix Michaël Banaan Ananas2012-01-251-2/+2
* screen eof regression Michaël Banaan Ananas2012-01-221-2/+2
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-2/+2
* Some cleanup of the previous change. Added new template Aaron Giles2012-01-131-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-4/+2
* map button. nevermind my lagged email reply guru, you were correct Michaël Banaan Ananas2011-10-241-2/+2
* reviewed kani's changes to tnzs and twin16 Michaël Banaan Ananas2011-10-241-3/+3
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-115/+120
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-51/+51
* BIG update. Aaron Giles2011-03-291-41/+41
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-57/+65
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-81/+81
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-6/+10
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-4/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-13/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-18/+18
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1