summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i8008 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-112-9/+9
* update from mess (nw) Miodrag Milanovic2012-05-281-1/+1
* Modernized i8008 CPU core [Lukasz Markowski] Miodrag Milanovic2012-05-282-493/+536
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* Added a way to handle output for debug messages and debugger itself into octa... Miodrag Milanovic2011-10-041-0/+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-23/+23
* 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-4/+4
* 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-4/+4
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-2/+2
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* 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-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-59/+67
* 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-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-282-30/+30
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* CF clear after binary operations on Intel 8008 CPU core Miodrag Milanovic2009-11-261-2/+9
* Added Intel 8008 and National Semiconductor SC/MP CPU cores Miodrag Milanovic2009-11-233-0/+858