summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/lc8670/lc8670.c
Commit message (Expand)AuthorAgeFilesLines
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* fixed usage of uninitialized members in lc8670_cpu_device (nw) Oliver Stöneberg2014-04-301-0/+3
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-6/+0
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-211-1/+1
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-3/+3
* fixed uninitialized members in src/emu/cpu/lc8670/lc8670.c (nw) Oliver Stöneberg2013-02-231-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-124/+124
* (MESS) Added Sanyo LC8670 CPU core. [Sandro Ronco] Sandro Ronco2012-11-191-0/+1776