summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000
Commit message (Collapse)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
| | | | Galibert]
* 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
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* Added generated m68kops files to tree, added makefile for developers working ↵ Miodrag Milanovic2015-04-033-0/+36910
| | | | on core (nw)
* Fix more breakage Vas Crabb2015-04-011-1/+1
|
* Start removing the use of OSD macros outside OSD since core objects are ↵ Vas Crabb2015-04-011-1/+1
| | | | shared between OSD builds
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-252-3/+3
|
* m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] arbee2015-02-163-26/+43
| | | | nw: Drivers tested gained anywhere from 3-10% unthrottled on Taito F3 and Konami GX games, 10-12% on the Mac II, and 140% on Semicom's dreamwld.
* 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. ↵ arbee2014-12-301-1/+6
| | | | Belmont]
* 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 ↵ Oliver Stöneberg2014-09-081-2/+0
| | | | warnings of clang 3.5 when compiling MESS (nw)
* 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 ↵ Miodrag Milanovic2014-07-222-11/+11
| | | | well, just doing now what we can
* 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 ↵ Alex W. Jackson2014-05-302-1/+9
| | | | watchpoints continue to work as expected [Alex Jackson]
* 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 ↵ Alex W. Jackson2014-04-223-19/+19
| | | | sensible and versatile way [Alex Jackson]
* 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 ↵ R. Belmont2014-04-133-3/+55
| | | | | | | PTEST results on 68040. [R. Belmont] nw: do a clean build after this or nothing using a 680x0 will work properly.
* more saving (nw) Olivier Galibert2014-04-131-0/+33
|
* fixed Michaël Banaan Ananas2014-04-041-2/+1
| | | | | | | | | | | | firewave: "And here's a few MESS/core ones I overlooked yesterday: s:\svn\mame\src\emu\cpu\dsp16\dsp16ops.inc(365) : warning C6316: Incorrect operator: tested expression is constant and non-zero. Use bitwise-and to determine whether bits are set. s:\svn\mame\src\emu\cpu\es5510\es5510.c(608) : warning C6201: Index '255' is out of valid index range '0' to '254' for possibly stack allocated buffer 'is_written'. s:\svn\mame\src\emu\cpu\es5510\es5510.c(608) : warning C6201: Index '255' is out of valid index range '0' to '254' for possibly stack allocated buffer 'is_read'. s:\svn\mame\src\emu\cpu\es5510\es5510.c(609) : warning C6201: Index '255' is out of valid index range '0' to '254' for possibly stack allocated buffer 'name'. s:\svn\mame\src\emu\cpu\es5510\es5510.c(666) : warning C6201: Index '255' is out of valid index range '0' to '254' for possibly stack allocated buffer 'name'. s:\svn\mame\src\emu\cpu\m68000\m68kcpu.c(681) : warning C6314: Incorrect order of operations: bitwise-or has higher precedence than the conditional-expression operator. Add parentheses to clarify intent. "
* 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. Belmont2013-12-172-3/+11
| | | | [R. Belmont]
* next: Enhancements [O. Galibert] Olivier Galibert2013-11-181-1/+1
|