summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010
Commit message (Expand)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-24/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-119-2392/+2389
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-4/+4
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-173-78/+79
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-6/+3
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-122-4/+4
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-112-3/+3
* added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-071-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-10/+10
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-2/+4
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-2/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-122-19/+58
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-022-5/+5
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-9/+9
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-4/+4
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-7/+7
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-4/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-292-13/+13
* BIG update. Aaron Giles2011-03-293-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-272-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-242-2/+2
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-11/+11
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* running_device -> device_t Aaron Giles2010-12-312-8/+8
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-192-8/+11
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-192-16/+26
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-193-15/+15
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-2/+2
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-032-11/+9
* Remove most other instances of cpu_get_total_cycles. Aaron Giles2010-06-301-2/+2
* 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-6/+4
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-083-136/+92
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-9/+9
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-182-14/+14