summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/scmp (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-16/+16
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-2/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-14/+14
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-7/+7
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-6/+6
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-2/+2
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-4/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-55/+44
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-9/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-3/+2
* Results of running the latest srcclean. Aaron Giles2009-12-282-56/+56
* SCMP assert fix (No whatsnew is needed) Miodrag Milanovic2009-12-181-1/+1
* Fixed GCC compile error in SC/MP. R. Belmont2009-11-231-1/+1
* INS 8060 SC/MP II support (using clock divider 2), main model renamed to INS ... Miodrag Milanovic2009-11-232-1/+21
* Added Intel 8008 and National Semiconductor SC/MP CPU cores Miodrag Milanovic2009-11-233-0/+859