summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000/m68kcpu.c
Commit message (Expand)AuthorAgeFilesLines
* m68k: emulate instruction cache for 68020/68EC020. [R. Belmont] arbee2015-02-161-2/+3
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont] arbee2014-12-311-1/+20
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-1/+1
* m68k: generate the correct kind of stack frame for 68010 bus errors. [R. Belm... arbee2014-12-301-1/+6
* 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 warn... Oliver Stöneberg2014-09-081-2/+0
* m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp... Alex W. Jackson2014-05-301-1/+8
* removed usage of legacy IRQ callback (nw) Miodrag Milanovic2014-04-291-3/+3
* m68000: implement TAS callback (currently only used by megadrive) in a more s... Alex W. Jackson2014-04-221-2/+2
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-36/+23
* m68k: Update used and modified bits in the page tables and greatly improved P... R. Belmont2014-04-131-0/+2
* more saving (nw) Olivier Galibert2014-04-131-0/+33
* fixed Michaël Banaan Ananas2014-04-041-2/+1
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-191-1/+1
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-0/+35
* m68k: add ability for externally-thrown bus errors to have proper details [R.... R. Belmont2013-12-171-3/+10
* Fixed missing devices from XML (excluding legacy cpu) (nw) Miodrag Milanovic2013-08-231-0/+5
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-84/+61
* m68k : fixed handling of double fault, not sure if this is proper or some oth... Miodrag Milanovic2013-07-221-2/+14
* also untangle the skeleton 68340. where the code ends up is TBD. David Haywood2013-07-051-128/+24
* now that we're modern treat the 68307 like other modern CPUs by using a deriv... David Haywood2013-07-051-283/+11
* setjmp / longjmp doesn't play nice in 64-bit debug compiles in a modern core,... David Haywood2013-06-251-3/+28
* legacy_cpu-- David Haywood2013-06-251-1255/+1361
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-672/+672
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-8/+8
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-46/+46
* Misc 68340 related progress. From Haze (nw) Scott Stone2012-04-301-0/+39
* Started giving Scorpion games their own reel / key configs, which is needed f... Scott Stone2012-04-171-0/+11
* Improved the serial emulation in 68307 and added some logging, removing the h... Scott Stone2012-04-151-5/+15
* Assorted improvements and added steppers to various fruit machine drivers wit... Scott Stone2012-04-131-1/+1
* PGM, Scorpion 4/5 and Astra Fruit Machine [David Haywood] Scott Stone2012-04-101-6/+5
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-15/+15
* misc sc4/68307 updates + prelim peripheral hookups, allows most sc4 sets to r... Angelo Salese2012-04-081-0/+48
* BFM Scorpion 4 Hardware: [David Haywood] Scott Stone2012-04-031-1/+19
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-2/+2
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* m68k: add preliminary on-board peripherals to 68307 and 68340 [David Haywood] R. Belmont2012-03-291-101/+255
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-3/+3
* 68k: add 68301/68307 aliases for better documentation [David Haywood] R. Belmont2012-02-271-0/+134
* m68k: Add API to install a non-debugger instruction hook. Usage is strongly ... Miodrag Milanovic2012-02-201-4/+11
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-02-161-2/+3
* m68k: 68040 MMU improvements [O. Galibert] R. Belmont2012-02-081-5/+11
* Sync with MESS all credited there (no whatsnew) Miodrag Milanovic2011-12-121-3/+22
* alternate fix for reset & address error vector being ffffffff, it will contin... smf-2011-10-141-7/+4
* fixed double bus error detection by only setting the run mode after fetching ... smf-2011-10-141-2/+3
* clean-ups and version bump Angelo Salese2011-10-101-2/+2