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
/
cpu
/
cosmac
/
cosmac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
various cpu cores: don't state save icount (nw)
Alex W. Jackson
2014-07-09
1
-1
/
+0
*
fixed usage of uninitialized member and heap-buffer-overflow in cosmac_device...
Oliver Stöneberg
2014-05-08
1
-0
/
+1
*
cdp1802: devcb2. (nw)
Curt Coder
2014-02-26
1
-49
/
+33
*
cdp1802: devcb for the state codes. (nw)
Curt Coder
2014-02-25
1
-5
/
+2
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
1
-4
/
+4
*
(MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder]
Curt Coder
2013-05-11
1
-101
/
+211
*
[COSMAC] R registers are supposed to contain random data on start-up (nw)
Oliver Stöneberg
2013-03-10
1
-1
/
+2
*
fixed uninitialized members in src/emu/cpu/cosmac/cosmac.c (nw)
Oliver Stöneberg
2013-03-09
1
-0
/
+3
*
pass this instead of NULL and options instead of 0 in the class based cpu cor...
smf-
2013-03-06
1
-1
/
+1
*
fixed uninitialized variable in src/emu/cpu/cosmac/cosmac.c (nw)
Oliver Stöneberg
2013-02-16
1
-0
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-246
/
+246
*
(MESS) comx35: FDC WIP. (nw)
Curt Coder
2012-12-11
1
-1
/
+1
*
cosmac: Added missing IRQ acknowledges. [Curt Coder]
Curt Coder
2012-11-07
1
-0
/
+6
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-2
/
+2
*
added missing \n to some fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-07
1
-1
/
+1
*
Clean-ups and version bump
mame0143u1
Angelo Salese
2011-07-11
1
-1
/
+1
*
Fixed COSMAC CPU debugger PC. [Curt Coder]
Curt Coder
2011-06-29
1
-2
/
+9
*
Added missing COSMAC CPU configurations. (nw)
Curt Coder
2011-05-22
1
-10
/
+2
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-18
/
+18
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-150
/
+109
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-1
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-1
/
+1
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-1
/
+1
*
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
*
Define new macro ALLOW_SAVE_TYPE which can be used to declare enums as
Aaron Giles
2011-02-10
1
-0
/
+5
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-21
/
+21
*
Cleanups and version bump.
mame0140
Aaron Giles
2010-10-21
1
-18
/
+18
*
Refactored the CDP1869 chip into a C++ device. [Curt Coder]
Curt Coder
2010-10-19
1
-0
/
+10
*
Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ...
Curt Coder
2010-10-18
1
-0
/
+1173