summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-012-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-243-13/+13
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* if (this) leftover, need to check if this causes some issue (nw) Miodrag Milanovic2016-03-111-2/+0
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-072-10/+13
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-12/+12
* fixed clang compile of m68kmake(nw) Miodrag Milanovic2016-01-301-1/+1
* Add macros for alignment checking (nw) AJR2016-01-302-20/+20
* makefile should inherit CC and GCC if set in parent makefile (nw) Miodrag Milanovic2016-01-301-3/+9
* fix to work on osx and linux as well (nw) Miodrag Milanovic2016-01-271-1/+1
* Updated makefile to generate m68k files (nw) Miodrag Milanovic2016-01-271-6/+6
* removed generated files for m68k cpu core (nw) Miodrag Milanovic2016-01-272-36869/+0
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-2/+0
* make m68make actually build code that can be compiled now. (still needs to b... David Haywood2016-01-263-116/+119
* Missed a line (nw) arbee2016-01-241-1/+1
* m68k: fix (020+) bfins results and Z flag [Till Harbaum] arbee2016-01-241-1/+1
* reverting: Miodrag Milanovic2016-01-203-62/+62
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-10/+10
* Revert "some additional (nw)" Miodrag Milanovic2016-01-202-8/+8
* some additional (nw) Miodrag Milanovic2016-01-162-8/+8
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-10/+10
* tags are now strings (nw) Miodrag Milanovic2016-01-163-62/+62
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-2/+2
* remove const (nw) Miodrag Milanovic2016-01-112-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-102-9/+5
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-87/+87
* apollo: cleanups and enhancements [Hans Ostermeyer] arbee2015-12-241-1/+1
* fixed duplicated save state (nw) Miodrag Milanovic2015-12-121-1/+0
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-123-216/+216
* override part 1 (nw) Miodrag Milanovic2015-12-051-143/+143
* cleanuo Miodrag Milanovic2015-12-051-18/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-041-4/+4
* clang-modernize part 3 Miodrag Milanovic2015-12-044-30/+30
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-085-0/+0
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-061-33/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-012-18/+18
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-2/+0
* m68k: fix 020+ PACK/UNPK nibble ordering [Till Harbaum, R. Belmont] arbee2015-09-262-24/+24
* m68k: fix corner case for 020+ bitfield instructions [Till Harbaum] arbee2015-09-212-47/+34
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-0/+61711