summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cosmac (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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