index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
sound
/
cdp1869.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-1004
/
+0
*
removed restriction link for BSD3 licensed files (nw)
Miodrag Milanovic
2015-05-07
1
-3
/
+0
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
cdp1869 converted to use delegates so whole configuration is in MCFG block (nw)
Miodrag Milanovic
2014-03-26
1
-32
/
+11
*
cdp1869: devcb2. (nw)
Curt Coder
2014-03-16
1
-17
/
+17
*
Checkpoint 2:
Alex W. Jackson
2014-03-15
1
-9
/
+24
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-1
/
+1
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
Created new device_video_interface. Right now its sole purpose is to
Aaron Giles
2013-07-24
1
-4
/
+1
*
extended large amount of devices with shortname and source file data (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
cdp1869: Added device address maps. (nw)
Curt Coder
2013-06-08
1
-1
/
+20
*
fixed uninitialized memory in src/emu/sound/cdp1869.c (nw)
Oliver Stöneberg
2013-03-09
1
-0
/
+3
*
fixed uninitialized members in src/emu/sound/cdp1869.c (nw)
Oliver Stöneberg
2013-02-20
1
-0
/
+10
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-99
/
+99
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
(MESS) cdp1869: Fixed regression. (nw)
Curt Coder
2012-09-13
1
-1
/
+2
*
(MESS) Death to palettes. (nw)
Curt Coder
2012-09-12
1
-9
/
+9
*
fixes a hard to reproduce divide by 0 crash?
Michaël Banaan Ananas
2012-07-14
1
-0
/
+5
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-1
/
+1
*
Fix several rendering issues with artwork, introduced in the
Aaron Giles
2012-01-16
1
-1
/
+1
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-3
/
+4
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-8
/
+8
*
Fix a few stragglers. Add width/height/position setters to
Aaron Giles
2011-12-31
1
-4
/
+4
*
Bulk converted cliprect * to cliprect & across the system. This makes
Aaron Giles
2011-12-31
1
-2
/
+2
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-6
/
+6
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-5
/
+5
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-89
/
+49
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-5
/
+5
*
BIG update.
Aaron Giles
2011-03-29
1
-3
/
+3
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-2
/
+2
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-2
/
+2
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-22
/
+22
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-1
/
+1
*
C++-ified the sound and streams interfaces. Combined sound.c and streams.c
Aaron Giles
2011-01-27
1
-10
/
+5
*
Cleanups and version bump.
mame0140
Aaron Giles
2010-10-21
1
-14
/
+14
*
Refactored the CDP1869 chip into a C++ device. [Curt Coder]
Curt Coder
2010-10-19
1
-523
/
+585
*
Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ...
Curt Coder
2010-10-18
1
-6
/
+17
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-8
/
+7
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-13
/
+13
*
Within src/emu, basic conversions:
Aaron Giles
2010-01-12
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+1
*
Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former...
Fabio Priuli
2010-01-06
1
-1
/
+1
*
Cleanups and version bump.
mame0135u3
Aaron Giles
2009-12-11
1
-2
/
+2
*
Changed CDP1869 PAL/NTSC signal to use devcb.
Curt Coder
2009-12-01
1
-10
/
+13
*
Cleanups and version bump.
mame0135u2
Aaron Giles
2009-11-30
1
-1
/
+1
[next]