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