summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms32031/32031ops.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-01coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR1-27/+19
2021-11-19tms32031.cpp: Add TMS320VC33 emulation support, Add notes (#8766) cam9001-18/+28
2021-06-13Added helpers for 64-bit count leading zeroes/ones. Vas Crabb1-8/+8
2020-05-21cpu/tms32031/*: Add/Correct notes for Internal peripherals and Chip family di... cam9001-2/+2
2018-03-28Reshuffle some stuff: Vas Crabb1-3/+3
2017-05-13TMS3203x: RTPS should be RPTS -nw- Philip Bennett1-5/+5
2016-11-19Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb1-7/+7
2016-10-22NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic1-1218/+1218
2016-06-08Fix build on MSVC thanks to Rene, also fix debug_break crashes therealmogminer@gmail.com1-1/+1
2016-06-08Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com1-1/+1
2016-05-01INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic1-0/+0
2015-12-07clang 3.7 warning fixes (nw) Olivier Galibert1-7/+7
2015-11-12Finished adding to lua, some included cpp renamed to inc (nw) Miodrag Milanovic1-0/+0
2015-11-08fix compile (nw) Miodrag Milanovic1-1/+1
2015-11-08Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic1-0/+0
2015-09-13Move all devices into separate part of src tree (nw) Miodrag Milanovic1-0/+0
2014-10-12tms32031: removed static configs in favor of inline config+devcb. nw. Fabio Priuli1-12/+8
2013-10-16Bulk convert files that already had standard BSD license in my name Aaron Giles1-31/+2
2013-07-26Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles1-2/+1
2013-07-05Fixes for building MAME with Visual Studio 2013 preview [smf] smf-1-2/+2
2013-01-11Cleanups and version bumpmame0148 Miodrag Milanovic1-1047/+1047
2012-11-24Added internal boot loader programs to the TMS3203x core and support a switch... Phil Bennett1-2/+0
2012-09-07added missing \n to some fatalerror() calls (no whatsnew) Oliver Stöneberg1-2/+2
2012-08-17fix a warning Michaël Banaan Ananas1-1/+1
2012-07-30fix edge cases with overflow/carry flag Michaël Banaan Ananas1-22/+36
2012-07-29that trick doesn't work with ADD (SUB is left-to-right, ADD is equal both ways) Michaël Banaan Ananas1-1/+1
2012-06-16Two TMS32031 fixes: [Daniel Filner] Aaron Giles1-9/+15
2011-04-27Collapsed device_config and device_t into one class. Updated all Aaron Giles1-13/+13
2011-04-18Switch from m_machine to machine() everywhere. In some cases this Aaron Giles1-3/+3
2011-03-29BIG update. Aaron Giles1-2/+2
2011-02-09Cleanups and version bump.mame0141u2 Aaron Giles1-15/+15
2011-01-31Converted TMS3203X to a modern device. Aaron Giles1-2965/+3131
2009-03-15CPU cores now compile cleanly. Aaron Giles1-1/+1
2008-11-21Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles1-3/+3
2008-11-20Pointer-ified the TMS32031 core. Aaron Giles1-2616/+2712
2008-06-28Fixed 32031 so that it doesn't call the debugger if not enabled. Aaron Giles1-4/+15
2008-06-26Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles1-5/+6
2008-03-01Various clean ups: Couriersud1-1/+0
2008-02-02Changed debugger-related code to be based off a new makefile define (DEBUGGER... Aaron Giles1-2/+2
2007-12-28TMS3203x core updates: Aaron Giles1-9/+15
2007-12-17Changes for MAME 0.121u3.mame0121u3 Aaron Giles1-5/+5
2007-12-17Initial checkin of MAME 0.121.mame0121 Aaron Giles1-0/+6627