summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cosmic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-5/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-90/+90
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-6/+6
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-27/+25
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-26/+21
* Convert dac.c to a modern sound device. Update all callers. Aaron Giles2012-08-091-11/+11
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-15/+15
* New TMS9900 and TMS9995 implementation with proper control line handling Michael Zapf2012-06-071-2/+2
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-8/+8
* 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-7/+7
* Convert INPUT_CHANGED to INPUT_CHANGED_MEMBER (no whatsnew) Miodrag Milanovic2012-04-121-20/+19
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-6/+7
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-114/+113
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-7/+7
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-22/+22
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-5/+5
* Rewrote SAMPLES as a modern device. Updated all callers. FLAC Aaron Giles2012-02-191-72/+69
* Various wav/flac sample changes: [David Haywood] Angelo Salese2012-02-031-39/+39
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-8/+6
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Today deprecat.h squashing Angelo Salese2011-04-301-95/+48
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-114/+114
* BIG update. Aaron Giles2011-03-291-31/+31
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-14/+14
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+12
* fix cosmica colors Michaƫl Banaan Ananas2011-02-201-13/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* 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-75/+75
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-25/+14
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* 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
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-21/+21
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1