summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cosmac
Commit message (Expand)AuthorAgeFilesLines
* various cpu cores: don't state save icount (nw) Alex W. Jackson2014-07-091-1/+0
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-30/+30
* fixed usage of uninitialized member and heap-buffer-overflow in cosmac_device... Oliver Stöneberg2014-05-081-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-9/+9
* cosmac: Added write line members for the input lines. [Curt Coder] Curt Coder2014-03-311-0/+8
* cdp1802: devcb2. (nw) Curt Coder2014-02-262-84/+92
* cdp1802: devcb for the state codes. (nw) Curt Coder2014-02-252-11/+4
* License tags. (nw) Curt Coder2013-10-163-0/+6
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-212-5/+5
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-23/+23
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-113-256/+462
* [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-113-324/+324
* (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
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Enum and union normalization. Aaron Giles2012-09-161-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-292-2/+10
* 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-272-210/+141
* 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-272-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
* Define new macro ALLOW_SAVE_TYPE which can be used to declare enums as Aaron Giles2011-02-102-5/+7
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-21/+21
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Cleanups and version bump.mame0140 Aaron Giles2010-10-212-27/+27
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-192-0/+11
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-183-0/+1760