summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tlcs900
Commit message (Expand)AuthorAgeFilesLines
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* 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-1/+1
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-4/+3
* 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-081-7/+6
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* 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
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-7/+7
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-9/+9
* fix typo Wilbert Pol2009-05-141-1/+1
* TLCS-900/H cpu core fixes: Wilbert Pol2009-04-252-138/+178
* Cleanups and version bump for 0.131.mame0131 Aaron Giles2009-04-232-41/+41
* More fixes for the CPD and CPI instructions in the TLCS-900/H core. Wilbert Pol2009-04-211-6/+6
* Fixed operation of TLCS-900/H CPD and CPI instructions. Wilbert Pol2009-04-211-8/+8
* Added Toshiba TLCS-900/H cpu core. Wilbert Pol2009-04-204-0/+9526