summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cosmac/cosmac.c
Commit message (Expand)AuthorAgeFilesLines
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-1/+0
* fixed usage of uninitialized member and heap-buffer-overflow in cosmac_device... Oliver Stöneberg2014-05-081-0/+1
* cdp1802: devcb2. (nw) Curt Coder2014-02-261-49/+33
* cdp1802: devcb for the state codes. (nw) Curt Coder2014-02-251-5/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-4/+4
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-111-101/+211
* [COSMAC] R registers are supposed to contain random data on start-up (nw) Oliver Stöneberg2013-03-101-1/+2
* fixed uninitialized members in src/emu/cpu/cosmac/cosmac.c (nw) Oliver Stöneberg2013-03-091-0/+3
* pass this instead of NULL and options instead of 0 in the class based cpu cor... smf-2013-03-061-1/+1
* fixed uninitialized variable in src/emu/cpu/cosmac/cosmac.c (nw) Oliver Stöneberg2013-02-161-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-246/+246
* (MESS) comx35: FDC WIP. (nw) Curt Coder2012-12-111-1/+1
* cosmac: Added missing IRQ acknowledges. [Curt Coder] Curt Coder2012-11-071-0/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
* Fixed COSMAC CPU debugger PC. [Curt Coder] Curt Coder2011-06-291-2/+9
* Added missing COSMAC CPU configurations. (nw) Curt Coder2011-05-221-10/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-18/+18
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-150/+109
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* 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
* Define new macro ALLOW_SAVE_TYPE which can be used to declare enums as Aaron Giles2011-02-101-0/+5
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-21/+21
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-18/+18
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-191-0/+10
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-0/+1173