summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000/m68kcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* BFM Scorpion 4 Hardware: [David Haywood] Scott Stone2012-04-031-0/+7
* m68k: add preliminary on-board peripherals to 68307 and 68340 [David Haywood] R. Belmont2012-03-291-9/+56
* 68k: add 68301/68307 aliases for better documentation [David Haywood] R. Belmont2012-02-271-0/+9
* Sync OG changes from MESS (no whatsnew) Miodrag Milanovic2012-02-231-6/+8
* mumble (nw) Olivier Galibert2012-02-141-3/+6
* m68k: 68040 MMU improvements [O. Galibert] R. Belmont2012-02-081-0/+43
* fix compiling with MSVC, it's a struct, it's a class, it's dissociative ident... smf-2011-10-141-1/+1
* m68k: preliminary 68040 MMU implementation [R. Belmont] R. Belmont2011-10-081-0/+2
* m68k: preliminary support for ColdFire family and MCF5206E R. Belmont2011-09-301-3/+8
* m68k: Activate trace emulation and fix it [O. Galibert] Olivier Galibert2011-09-291-21/+9
* m68000 - Fix for MINGW compiler optimization [Sandro Ronco] Miodrag Milanovic2011-09-271-0/+1
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-1/+1
* m68k: Preliminary support for MC68340 (CPU32). Reorganized to facilitate C++... R. Belmont2011-08-271-126/+133
* Cleanups and version bumpmame0143u2 Angelo Salese2011-07-261-22/+22
* m68k: Generate a per-cpu-type jump table. Correct linef handling Olivier Galibert2011-07-261-0/+1
* m68k: disable cache emulation for 030+; it wasn't correct and it was causing ... R. Belmont2011-07-231-3/+3
* m68k: set read/write bit properly in special status on MMU bus errors [R. Bel... R. Belmont2011-07-151-3/+7
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-15/+7
* More fun with Apple GCC (no whatsnew) R. Belmont2011-03-091-0/+3
* M680x0 updates [Hans Ostermeyer] R. Belmont2011-02-211-9/+64
* m680x0: Many FPU and PMMU fixes and enhancements [Hans Ostermeyer] R. Belmont2010-12-071-12/+45
* 680x0: '030 MMU now emulates translation cache; fixed misinterpreted MMU opco... R. Belmont2010-09-271-0/+16
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-211-26/+22
* Remove a level of indirection when calling m68000 memory handlers. Aaron Giles2010-08-191-31/+73
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-8/+8
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-1/+1
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-2/+2
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* m680x0 FPU updates: [R. Belmont] R. Belmont2010-03-291-0/+1
* 680x0 FPU updates [R. Belmont] R. Belmont2010-03-121-1/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* More PPC GCC warning fixes. R. Belmont2010-01-151-6/+6
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* MC680x0 update R. Belmont2009-11-141-2/+3
* m680x0 update: R. Belmont2009-10-121-1/+8
* M680x0 update R. Belmont2009-09-271-16/+21
* Don't mention in whatsnew - puts the BSD optimization back in. Ryan Holtz2009-09-261-0/+28
* Fleshed out SCC68070 definition in m68k core, for CD-i use in MESS [Harmony] Ryan Holtz2009-09-261-35/+10
* m68k: don't save signal contexts on *BSD and Mac OS X [scarlet, R. Belmont] R. Belmont2009-09-161-1/+28
* CPUs actually take some time to reset. Changed the 68000/68010 to Aaron Giles2009-05-251-0/+2
* CPU cores now compile cleanly. Aaron Giles2009-03-151-1/+0
* Cleanups and version bump.mame0129 Aaron Giles2009-01-041-1/+1
* 02770: aceattac: Interger Overflow Aaron Giles2008-12-261-22/+13
* Converted 68000 to state tables. Aaron Giles2008-12-241-0/+3
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* change_pc? What change_pc? Aaron Giles2008-11-241-3/+0