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
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
*
devcv2 -> devcb (nw)
Miodrag Milanovic
2014-05-14
1
-30
/
+30
*
fixed usage of uninitialized member and heap-buffer-overflow in cosmac_device...
Oliver Stöneberg
2014-05-08
1
-0
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-9
/
+9
*
cosmac: Added write line members for the input lines. [Curt Coder]
Curt Coder
2014-03-31
1
-0
/
+8
*
cdp1802: devcb2. (nw)
Curt Coder
2014-02-26
2
-84
/
+92
*
cdp1802: devcb for the state codes. (nw)
Curt Coder
2014-02-25
2
-11
/
+4
*
License tags. (nw)
Curt Coder
2013-10-16
3
-0
/
+6
*
did modern cpu cores as well (nw)
Miodrag Milanovic
2013-06-21
2
-5
/
+5
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-23
/
+23
*
(MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder]
Curt Coder
2013-05-11
3
-256
/
+462
*
[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
3
-324
/
+324
*
(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
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-1
/
+1
*
Enum and union normalization.
Aaron Giles
2012-09-16
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
2
-2
/
+10
*
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
2
-210
/
+141
*
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
2
-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
*
Define new macro ALLOW_SAVE_TYPE which can be used to declare enums as
Aaron Giles
2011-02-10
2
-5
/
+7
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-21
/
+21
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-2
/
+2
*
Cleanups and version bump.
mame0140
Aaron Giles
2010-10-21
2
-27
/
+27
*
Refactored the CDP1869 chip into a C++ device. [Curt Coder]
Curt Coder
2010-10-19
2
-0
/
+11
*
Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ...
Curt Coder
2010-10-18
3
-0
/
+1760