summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
...
* see http://mikro.naprvyraz.sk/docs/Coding/Atari/Maggie/FPU.TXT and http://www... Cowering2013-09-291-1/+1
* m68k: add FSCALE instruction used by e.g. SimCity 2000 [R. Belmont] R. Belmont2013-09-281-0/+7
* 05303: All sets in harddriv.c: Wrong colors on title screen and during gamepl... Phil Bennett2013-09-221-6/+6
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-6/+6
* Fixed missing devices from XML (excluding legacy cpu) (nw) Miodrag Milanovic2013-08-232-0/+6
* a regular 68000 processor will generate a read operation when using the clr.b... David Haywood2013-08-211-3/+24
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-232-93/+70
* 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-0513-664/+41
* now that we're modern treat the 68307 like other modern CPUs by using a deriv... David Haywood2013-07-0510-1357/+25
* setjmp / longjmp doesn't play nice in 64-bit debug compiles in a modern core,... David Haywood2013-06-253-50/+32
* legacy_cpu-- David Haywood2013-06-2523-2037/+2533
* output of new srcclean changes that are relatively small [smf] smf-2013-01-118-9/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1119-1510/+1498
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-178-20/+20
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-1711-100/+100
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-173-6/+6
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-153-12/+12
* 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-119-28/+28
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-46/+46
* Sync with MESS (nw) R. Belmont2012-07-231-0/+53
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-5/+5
* Misc 68340 related progress. From Haze (nw) Scott Stone2012-04-302-0/+40
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-225-25/+25
* Started giving Scorpion games their own reel / key configs, which is needed f... Scott Stone2012-04-175-23/+60
* Improved the serial emulation in 68307 and added some logging, removing the h... Scott Stone2012-04-159-75/+563
* Assorted improvements and added steppers to various fruit machine drivers wit... Scott Stone2012-04-133-8/+8
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* PGM, Scorpion 4/5 and Astra Fruit Machine [David Haywood] Scott Stone2012-04-101-6/+5
* m68k improvements: [Hans Ostermeyer] Miodrag Milanovic2012-04-092-4/+39
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-089-30/+30
* misc sc4/68307 updates + prelim peripheral hookups, allows most sc4 sets to r... Angelo Salese2012-04-089-56/+222
* Fix compile on GCC 4.6 (no whatsnew) Miodrag Milanovic2012-04-041-2/+2
* BFM Scorpion 4 Hardware: [David Haywood] Scott Stone2012-04-037-6/+474
* 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-2919-111/+800
* SoftFloat: fixed sin/cos/tan to return correct results [Hans Ostermeyer] R. Belmont2012-03-221-5/+5
* m68k: allow FPU instructions on '020 (it's possible to have an external 68881... Miodrag Milanovic2012-03-142-2/+3
* 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-273-0/+145
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-3/+3
* Sync OG changes from MESS (no whatsnew) Miodrag Milanovic2012-02-232-27/+45
* m68k: Add API to install a non-debugger instruction hook. Usage is strongly ... Miodrag Milanovic2012-02-202-4/+16
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-192-5/+5
* dma8237: fix uninitialized variable [Hans Ostermeyer] Miodrag Milanovic2012-02-183-6/+113