summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/cdp1869.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1004/+0
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* cdp1869 converted to use delegates so whole configuration is in MCFG block (nw) Miodrag Milanovic2014-03-261-32/+11
* cdp1869: devcb2. (nw) Curt Coder2014-03-161-17/+17
* Checkpoint 2: Alex W. Jackson2014-03-151-9/+24
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-4/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* cdp1869: Added device address maps. (nw) Curt Coder2013-06-081-1/+20
* fixed uninitialized memory in src/emu/sound/cdp1869.c (nw) Oliver Stöneberg2013-03-091-0/+3
* fixed uninitialized members in src/emu/sound/cdp1869.c (nw) Oliver Stöneberg2013-02-201-0/+10
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-99/+99
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* (MESS) cdp1869: Fixed regression. (nw) Curt Coder2012-09-131-1/+2
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-9/+9
* fixes a hard to reproduce divide by 0 crash? Michaël Banaan Ananas2012-07-141-0/+5
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-8/+8
* Fix a few stragglers. Add width/height/position setters to Aaron Giles2011-12-311-4/+4
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-6/+6
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-5/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-89/+49
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-5/+5
* BIG update. Aaron Giles2011-03-291-3/+3
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-22/+22
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-10/+5
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-14/+14
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-191-523/+585
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-6/+17
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-13/+13
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-2/+2
* Changed CDP1869 PAL/NTSC signal to use devcb. Curt Coder2009-12-011-10/+13
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1