summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-61711/+0
* Add M68kFPU mode 7, reg 0 Brandon Munger2015-08-021-0/+6
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-6/+6
* blame balrog for this :) (NW) Cowering2015-07-081-19/+19
* m68k: fix unaligned pc-relative accesses [O. Galibert] Olivier Galibert2015-07-081-8/+19
* m68k: fix '020 cache emulation corner case. [Hans Ostermeyer] arbee2015-06-271-1/+2
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-243-65/+58
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* Thanks to Karl Stenerud his cores are now BSD3 (nw) Miodrag Milanovic2015-05-1210-67/+20
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-079-0/+18
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-2/+0
* Commented out a printf. (nw) couriersud2015-04-251-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-18/+24
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-11/+11
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
* Added generated m68kops files to tree, added makefile for developers working ... Miodrag Milanovic2015-04-033-0/+36910
* Fix more breakage Vas Crabb2015-04-011-1/+1
* Start removing the use of OSD macros outside OSD since core objects are share... Vas Crabb2015-04-011-1/+1
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-252-3/+3
* m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] arbee2015-02-163-26/+43
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-283-6/+5
* Minor Solaris fixes. (nw) couriersud2015-01-251-0/+5
* Fix compile and cleanup includes (nw) Miodrag Milanovic2015-01-111-2/+2
* Moved softfloat to 3rdparty (nw) Miodrag Milanovic2015-01-101-2/+2
* m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont] arbee2014-12-314-1/+83
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-312-3/+3
* m68k: generate the correct kind of stack frame for 68010 bus errors. [R. Belm... arbee2014-12-301-1/+6
* m68k: disassembler support for FTRAP. [R. Belmont] arbee2014-12-091-0/+27
* m68000: add missing save state registration [Alex Jackson] Alex W. Jackson2014-10-141-0/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-2/+0
* m68kmake.c: change overlapping memcpy() to memmove() [Casper Ti. Vector] Alex W. Jackson2014-07-251-1/+1
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-222-11/+11
* well, next *needs* the rounding mode, or white is black... (nw) Olivier Galibert2014-06-181-2/+0
* hmmm, missed a commit (nw) Olivier Galibert2014-06-181-0/+7
* m68040: fbcc dasm fixes [O. Galibert] Olivier Galibert2014-06-181-0/+16
* m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp... Alex W. Jackson2014-05-302-1/+9
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-292-4/+4
* m68000: implement TAS callback (currently only used by megadrive) in a more s... Alex W. Jackson2014-04-223-19/+19
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-223-78/+48
* m68k: Add one fpu case (nw) Olivier Galibert2014-04-131-0/+9
* m68k: Update used and modified bits in the page tables and greatly improved P... R. Belmont2014-04-133-3/+55
* more saving (nw) Olivier Galibert2014-04-131-0/+33
* fixed Michaël Banaan Ananas2014-04-041-2/+1
* a few adjustments for Visual Studio analysis (nw) Oliver Stöneberg2014-04-041-2/+8
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-192-1/+1
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+8
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-312-0/+43
* m68k: add ability for externally-thrown bus errors to have proper details [R.... R. Belmont2013-12-172-3/+11
* next: Enhancements [O. Galibert] Olivier Galibert2013-11-181-1/+1