summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i4004
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-6/+6
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Marking some of my core files (nw) Miodrag Milanovic2013-10-163-4/+6
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-3/+3
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* i4004.c: Modernized cpu core (nw) Wilbert Pol2013-06-172-304/+284
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-112-92/+92
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* 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-18/+18
* running_device -> device_t Aaron Giles2010-12-312-3/+3
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-3/+5
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-11/+11
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+4
* 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-5/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-57/+62
* 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-182-4/+4
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-103-2/+2
* gcc 4.5.0 compilation fixes. Aaron Giles2009-12-291-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-282-47/+47
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-133-129/+129
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* Hi Aaron, Aaron Giles2009-08-133-0/+787