summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/cosmac/cosmac.h
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-60/+32
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Define new macro ALLOW_SAVE_TYPE which can be used to declare enums as Aaron Giles2011-02-101-5/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-9/+9
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-191-0/+1
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-0/+414