| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all devices into separate part of src tree (nw) | 2015-09-13 | 11 | -61711/+0 | |
| | | |||||
| * | Add M68kFPU mode 7, reg 0 | 2015-08-02 | 1 | -0/+6 | |
| | | |||||
| * | Cleanups and version bumpmame0164 | 2015-07-29 | 1 | -6/+6 | |
| | | |||||
| * | blame balrog for this :) (NW) | 2015-07-08 | 1 | -19/+19 | |
| | | |||||
| * | m68k: fix unaligned pc-relative accesses [O. Galibert] | 2015-07-08 | 1 | -8/+19 | |
| | | |||||
| * | m68k: fix '020 cache emulation corner case. [Hans Ostermeyer] | 2015-06-27 | 1 | -1/+2 | |
| | | |||||
| * | memory: Remove support for decrypted bases, use an address space instead [O. ↵ | 2015-06-24 | 3 | -65/+58 | |
| | | | | | Galibert] | ||||
| * | owner name consistency and typo fix (nw) | 2015-05-22 | 1 | -1/+1 | |
| | | |||||
| * | Thanks to Karl Stenerud his cores are now BSD3 (nw) | 2015-05-12 | 10 | -67/+20 | |
| | | |||||
| * | Added dummy license headers for EMU section (nw) | 2015-05-07 | 9 | -0/+18 | |
| | | |||||
| * | Cleanups and version bumpmame0161 | 2015-04-29 | 1 | -2/+0 | |
| | | |||||
| * | Commented out a printf. (nw) | 2015-04-25 | 1 | -1/+1 | |
| | | |||||
| * | moved all to std::string (nw) | 2015-04-22 | 2 | -18/+24 | |
| | | |||||
| * | string -> str rename due to future conflicts (nw) | 2015-04-12 | 2 | -11/+11 | |
| | | |||||
| * | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -3/+3 | |
| | | |||||
| * | Fix various typos and spelling mistakes | 2015-04-11 | 1 | -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 ↵ | 2015-04-03 | 3 | -0/+36910 | |
| | | | | | on core (nw) | ||||
| * | Fix more breakage | 2015-04-01 | 1 | -1/+1 | |
| | | |||||
| * | Start removing the use of OSD macros outside OSD since core objects are ↵ | 2015-04-01 | 1 | -1/+1 | |
| | | | | | shared between OSD builds | ||||
| * | Cleanups and version bumpmame0159 | 2015-02-25 | 2 | -3/+3 | |
| | | |||||
| * | m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] | 2015-02-16 | 3 | -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 | 2015-01-28 | 3 | -6/+5 | |
| | | |||||
| * | Minor Solaris fixes. (nw) | 2015-01-25 | 1 | -0/+5 | |
| | | |||||
| * | Fix compile and cleanup includes (nw) | 2015-01-11 | 1 | -2/+2 | |
| | | |||||
| * | Moved softfloat to 3rdparty (nw) | 2015-01-10 | 1 | -2/+2 | |
| | | |||||
| * | m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont] | 2014-12-31 | 4 | -1/+83 | |
| | | |||||
| * | Cleanups and version bumpmame0157 | 2014-12-31 | 2 | -3/+3 | |
| | | |||||
| * | m68k: generate the correct kind of stack frame for 68010 bus errors. [R. ↵ | 2014-12-30 | 1 | -1/+6 | |
| | | | | | Belmont] | ||||
| * | m68k: disassembler support for FTRAP. [R. Belmont] | 2014-12-09 | 1 | -0/+27 | |
| | | |||||
| * | m68000: add missing save state registration [Alex Jackson] | 2014-10-14 | 1 | -0/+1 | |
| | | |||||
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ | 2014-09-08 | 1 | -2/+0 | |
| | | | | | warnings of clang 3.5 when compiling MESS (nw) | ||||
| * | m68kmake.c: change overlapping memcpy() to memmove() [Casper Ti. Vector] | 2014-07-25 | 1 | -1/+1 | |
| | | |||||
| * | More cleanups, there is issue with srcclean that needs to be taken care as ↵ | 2014-07-22 | 2 | -11/+11 | |
| | | | | | well, just doing now what we can | ||||
| * | well, next *needs* the rounding mode, or white is black... (nw) | 2014-06-18 | 1 | -2/+0 | |
| | | |||||
| * | hmmm, missed a commit (nw) | 2014-06-18 | 1 | -0/+7 | |
| | | |||||
| * | m68040: fbcc dasm fixes [O. Galibert] | 2014-06-18 | 1 | -0/+16 | |
| | | |||||
| * | m68000: Do what the real M68K does on byte writes. Fix the debugger so ↵ | 2014-05-30 | 2 | -1/+9 | |
| | | | | | watchpoints continue to work as expected [Alex Jackson] | ||||
| * | removed usage of legacy IRQ callback (nw) | 2014-04-29 | 2 | -4/+4 | |
| | | |||||
| * | m68000: implement TAS callback (currently only used by megadrive) in a more ↵ | 2014-04-22 | 3 | -19/+19 | |
| | | | | | sensible and versatile way [Alex Jackson] | ||||
| * | m68000 callbacks to delegates (nw) | 2014-04-22 | 3 | -78/+48 | |
| | | |||||
| * | m68k: Add one fpu case (nw) | 2014-04-13 | 1 | -0/+9 | |
| | | |||||
| * | m68k: Update used and modified bits in the page tables and greatly improved ↵ | 2014-04-13 | 3 | -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) | 2014-04-13 | 1 | -0/+33 | |
| | | |||||
| * | fixed | 2014-04-04 | 1 | -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) | 2014-04-04 | 1 | -2/+8 | |
| | | |||||
| * | more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) | 2014-03-19 | 2 | -1/+1 | |
| | | |||||
| * | rest of ATTR_PRINTF review (nw) | 2014-02-25 | 1 | -2/+8 | |
| | | |||||
| * | Convert VIA6522 to use DEVCB2 [smf] | 2013-12-31 | 2 | -0/+43 | |
| | | |||||
| * | m68k: add ability for externally-thrown bus errors to have proper details ↵ | 2013-12-17 | 2 | -3/+11 | |
| | | | | | [R. Belmont] | ||||
| * | next: Enhancements [O. Galibert] | 2013-11-18 | 1 | -1/+1 | |
| | | |||||
