summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms34010/tms34010.h
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1074/+0
* Did changes for Alex Pasadyn (nw) Miodrag Milanovic2015-05-171-2/+2
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* tms34010.c: fixed a stupid error I did while moving this CPU core to inline c... Ivan Vangelista2015-05-041-2/+3
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-17/+17
* tms340x0_device: converted to use inline config, devcb and delegates. (nw) Ivan Vangelista2014-09-241-19/+60
* tms34010: Modernised cpu core. (nw) Wilbert Pol2014-07-031-13/+790
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* make the TMS34010 a bit safer when 8-bit writes are used (Megaphoenix does th... David Haywood2014-03-181-2/+2
* one more typo (nw) Miodrag Milanovic2014-03-161-4/+4
* some more legacy stuff removed (nw) Miodrag Milanovic2014-03-161-13/+9
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* placed some of screen update functions in tms34010 cpu core classes Miodrag Milanovic2013-07-251-4/+20
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-4/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+4
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* 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-031-6/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+0
* Cleanups and version bump. Aaron Giles2008-12-221-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-2/+6
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* Removed cpu_read_byte/cpu_write_byte. Fixed a few lingering compiler Aaron Giles2008-11-231-0/+120
* Converted TMS340x0 cores to be pointer-based. Aaron Giles2008-11-101-11/+3
* Added macros for all CPU callbacks to ease future changes. Aaron Giles2008-11-081-4/+4
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-3/+5
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-2/+0
* Changes TMS34010 to take a screen tag instead of the screen number Zsolt Vasvari2008-03-101-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles2008-02-021-1/+1
* Added CPUINFO_INT_CLOCK_MULTIPLIER to support CPU clock multipliers. Aaron Giles2008-01-141-5/+0
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+135