summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
* m68000, i386: Workaround for multiple inclusion until SoftFloat is updated to... AJR2017-04-121-1/+4
* more validation fixes (nw) Vas Crabb2017-03-041-2/+2
* fd1089, fd1094: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-0/+6
* Self-registering devices prep: Vas Crabb2017-02-271-19/+19
* first srcclean pass (nw) Vas Crabb2016-12-252-3/+3
* m68k: respect 68020 "freeze I-cache" bit; micro20 68020 cache test now passes... arbee2016-11-261-1/+7
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-69/+59
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-23/+23
* Moved has_fpu to private: section and added methods to set and get it Joakim Larsson Edstrom2016-11-163-5/+18
* Changed the m68k disassembler to use 'std::ostream &' internally Nathan Woods2016-11-152-4/+14
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-35/+35
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-2250/+2250
* [[noreturn]] instead of ATTR_NORETURN (nw) Miodrag Milanovic2016-10-221-8/+2
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-082-4/+11
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-3/+3
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-6/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-2/+6
* Revert "change cpu cores pcbase handling to be consistent with the majority o... Lord-Nightmare2016-09-271-3/+3
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-271-3/+3
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-6/+2
* some C++14 features are not supported by VS2013. VS2015 is free for home use ... Miodrag Milanovic2016-08-271-1/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-2/+2
* Replace M68000 write_irq[1-7] handlers with DEVCB_INPUTLINE (nw) AJR2016-07-072-43/+0
* 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