summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
* 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
* see http://mikro.naprvyraz.sk/docs/Coding/Atari/Maggie/FPU.TXT and http://www... Cowering2013-09-291-1/+1
* m68k: add FSCALE instruction used by e.g. SimCity 2000 [R. Belmont] R. Belmont2013-09-281-0/+7
* 05303: All sets in harddriv.c: Wrong colors on title screen and during gamepl... Phil Bennett2013-09-221-6/+6
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-6/+6
* Fixed missing devices from XML (excluding legacy cpu) (nw) Miodrag Milanovic2013-08-232-0/+6
* a regular 68000 processor will generate a read operation when using the clr.b... David Haywood2013-08-211-3/+24
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-232-93/+70
* m68k : fixed handling of double fault, not sure if this is proper or some oth... Miodrag Milanovic2013-07-221-2/+14
* also untangle the skeleton 68340. where the code ends up is TBD. David Haywood2013-07-0513-664/+41
* now that we're modern treat the 68307 like other modern CPUs by using a deriv... David Haywood2013-07-0510-1357/+25
* setjmp / longjmp doesn't play nice in 64-bit debug compiles in a modern core,... David Haywood2013-06-253-50/+32
* legacy_cpu-- David Haywood2013-06-2523-2037/+2533
* output of new srcclean changes that are relatively small [smf] smf-2013-01-118-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1119-1510/+1498
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-178-20/+20