summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 68000: stop the cpu on recursive berr (nw) Olivier Galibert2018-07-041-2/+7
* 68k: fix pack instructions Sven Schnelle2018-06-181-6/+6
* 68k: fix carry flag clear in divs instruction (#3670) Sven Schnelle2018-06-171-6/+4
* Fixed m68000 makefile not respecting the VERBOSE build option Julian Sikorski2018-06-081-1/+1
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* diexec: Interrupt API changes (nw) AJR2018-05-181-36/+2
* Stupid typo (nw) Olivier Galibert2018-05-161-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-419/+239
* begin preliminary GCC 8 support (nw) arbee2018-05-011-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-57/+57
* qsound: clean up host and DAC comms a bit, hopefully fix desync Vas Crabb2018-03-161-15/+15
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-17/+17
* Duh #666 (nw) Olivier Galibert2018-01-281-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-137-6366/+6130
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-137-6130/+6366
* more static, less const & some irrelevant inline (nw) smf-2017-12-131-97/+97
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-137-6366/+6130
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-11/+11
* Fix 68000 dasm (nw) Olivier Galibert2017-11-271-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-2493/+2286
* m68000: Reinstate registration of SR for debug expressions AJR2017-11-021-0/+1
* Bus error stack frame : 68010 / 68020 / 68030 stack frames formats support ad... Jean-François DEL NERO2017-11-011-2/+18
* m68k: fix another nbcd mistake notaz2017-09-211-1/+1
* m68k: fix abcd/sbcd/nbcd to pass 68k-bcd-verifier [notaz] notaz2017-09-181-84/+89
* This is too contentious, please put it up for review Vas Crabb2017-08-013-13/+12
* Changes to debugger memory address translation AJR2017-08-013-12/+13
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-4/+4
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-034-67/+70
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-143-101/+96
* m68000, i386: Workaround for multiple inclusion until SoftFloat is updated to... AJR2017-04-121-1/+4
* more validation fixes (nw) Vas Crabb2017-03-041-2/+2
* fd1089, fd1094: Device cleanup [O. Galibert] Olivier Galibert2017-03-032-0/+6
* Self-registering devices prep: Vas Crabb2017-02-271-19/+19
* first srcclean pass (nw) Vas Crabb2016-12-252-3/+3
* m68k: respect 68020 "freeze I-cache" bit; micro20 68020 cache test now passes... arbee2016-11-261-1/+7
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-69/+59
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-23/+23
* Moved has_fpu to private: section and added methods to set and get it Joakim Larsson Edstrom2016-11-163-5/+18
* Changed the m68k disassembler to use 'std::ostream &' internally Nathan Woods2016-11-152-4/+14
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-35/+35
* srcclean (nw) Vas Crabb2016-10-231-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-2250/+2250
* [[noreturn]] instead of ATTR_NORETURN (nw) Miodrag Milanovic2016-10-221-8/+2
* Fix disassembly window updating when you set pc/curpc on 68000 and z80. Remov... smf-2016-10-082-4/+11
* change cpu cores pcbase handling to be consistent with the majority of cpu co... smf-2016-09-281-3/+3
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-6/+2