| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -808/+0 |
* | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -13/+9 |
* | Thanks to Karl Stenerud his cores are now BSD3 (nw) |  Miodrag Milanovic | 2015-05-12 | 1 | -2/+2 |
* | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -1/+1 |
* | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -1/+1 |
* | Cleanups and version bumpmame0159 |  Miodrag Milanovic | 2015-02-25 | 1 | -1/+1 |
* | m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] |  arbee | 2015-02-16 | 1 | -2/+2 |
* | Fix compile and cleanup includes (nw) |  Miodrag Milanovic | 2015-01-11 | 1 | -2/+2 |
* | Moved softfloat to 3rdparty (nw) |  Miodrag Milanovic | 2015-01-10 | 1 | -2/+2 |
* | m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont] |  arbee | 2014-12-31 | 1 | -0/+22 |
* | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -8/+8 |
* | m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp... |  Alex W. Jackson | 2014-05-30 | 1 | -0/+1 |
* | removed usage of legacy IRQ callback (nw) |  Miodrag Milanovic | 2014-04-29 | 1 | -1/+1 |
* | m68000: implement TAS callback (currently only used by megadrive) in a more s... |  Alex W. Jackson | 2014-04-22 | 1 | -8/+9 |
* | m68000 callbacks to delegates (nw) |  Miodrag Milanovic | 2014-04-22 | 1 | -32/+15 |
* | m68k: Update used and modified bits in the page tables and greatly improved P... |  R. Belmont | 2014-04-13 | 1 | -0/+1 |
* | Convert VIA6522 to use DEVCB2 [smf] |  smf- | 2013-12-31 | 1 | -0/+8 |
* | m68k: add ability for externally-thrown bus errors to have proper details [R.... |  R. Belmont | 2013-12-17 | 1 | -0/+1 |
* | Fixed missing devices from XML (excluding legacy cpu) (nw) |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+1 |
* | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 1 | -9/+9 |
* | also untangle the skeleton 68340. where the code ends up is TBD. |  David Haywood | 2013-07-05 | 1 | -36/+8 |
* | now that we're modern treat the 68307 like other modern CPUs by using a deriv... |  David Haywood | 2013-07-05 | 1 | -74/+14 |
* | setjmp / longjmp doesn't play nice in 64-bit debug compiles in a modern core,... |  David Haywood | 2013-06-25 | 1 | -46/+3 |
* | legacy_cpu-- |  David Haywood | 2013-06-25 | 1 | -38/+802 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -4/+4 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -4/+4 |
* | Misc 68340 related progress. From Haze (nw) |  Scott Stone | 2012-04-30 | 1 | -0/+1 |
* | Started giving Scorpion games their own reel / key configs, which is needed f... |  Scott Stone | 2012-04-17 | 1 | -4/+4 |
* | Improved the serial emulation in 68307 and added some logging, removing the h... |  Scott Stone | 2012-04-15 | 1 | -2/+2 |
* | misc sc4/68307 updates + prelim peripheral hookups, allows most sc4 sets to r... |  Angelo Salese | 2012-04-08 | 1 | -0/+7 |
* | BFM Scorpion 4 Hardware: [David Haywood] |  Scott Stone | 2012-04-03 | 1 | -0/+9 |
* | m68k: add preliminary on-board peripherals to 68307 and 68340 [David Haywood] |  R. Belmont | 2012-03-29 | 1 | -1/+11 |
* | 68k: add 68301/68307 aliases for better documentation [David Haywood] |  R. Belmont | 2012-02-27 | 1 | -0/+2 |
* | m68k: Add API to install a non-debugger instruction hook. Usage is strongly ... |  Miodrag Milanovic | 2012-02-20 | 1 | -0/+5 |
* | Sync with MESS all credited there (no whatsnew) |  Miodrag Milanovic | 2011-12-12 | 1 | -0/+1 |
* | m68k: preliminary support for ColdFire family and MCF5206E |  R. Belmont | 2011-09-30 | 1 | -1/+3 |
* | m68k: Preliminary support for MC68340 (CPU32). Reorganized to facilitate C++... |  R. Belmont | 2011-08-27 | 1 | -1/+3 |
* | m68k: added bus error input line, fixed FMOVEM, fixed issues with HMMU [R. Be... |  R. Belmont | 2011-07-17 | 1 | -0/+3 |
* | Exposed the complete Function Code of the M68000 (instead of just FC2 as prev... |  Curt Coder | 2011-03-02 | 1 | -1/+11 |
* | Exposed the M68000 supervisor flag for external MMUs to determine the current... |  Curt Coder | 2011-03-02 | 1 | -0/+1 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -11/+11 |
* | 680x0: '030 MMU now emulates translation cache; fixed misinterpreted MMU opco... |  R. Belmont | 2010-09-27 | 1 | -0/+7 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -27/+13 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -3/+3 |
* | Added some missing static qualifiers to MAME. Also, renamed some generically... |  Scott Stone | 2010-05-28 | 1 | -0/+1 |
* | m680x0: show FPU registers in the debugger for 030+ |  R. Belmont | 2010-03-11 | 1 | -0/+2 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -10/+10 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+0 |
* | MC680x0 update |  R. Belmont | 2009-11-14 | 1 | -0/+2 |