summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms0980
Commit message (Expand)AuthorAgeFilesLines
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-7/+7
* 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-23/+23
* 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-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-10/+9
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-6/+6
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* 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-1/+2
* Cleaned-up several drivers; added missing prototypes and removed dead ones, Phil Bennett2009-12-081-1/+0
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-101-1/+1
* Cleanups and version bump.mame0133u3 Aaron Giles2009-08-211-1/+1
* Added support TMS1000 family models TMS1000/1070/1100/1200/1270/1300. Wilbert Pol2009-08-203-226/+809
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-2/+2
* Another step. Moved the address-space related get_info constants Aaron Giles2009-07-081-14/+14
* Cleanups and version bump.mame0132u3 Aaron Giles2009-07-021-33/+33
* Some small tms0980 bug fixes. Wilbert Pol2009-06-281-14/+20
* Added TMS0980 cpu core. Wilbert Pol2009-06-263-0/+1088