| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | see http://mikro.naprvyraz.sk/docs/Coding/Atari/Maggie/FPU.TXT and http://www... |  Cowering | 2013-09-29 | 1 | -1/+1 |
| * | m68k: add FSCALE instruction used by e.g. SimCity 2000 [R. Belmont] |  R. Belmont | 2013-09-28 | 1 | -0/+7 |
| * | 05303: All sets in harddriv.c: Wrong colors on title screen and during gamepl... |  Phil Bennett | 2013-09-22 | 1 | -6/+6 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -6/+6 |
| * | Fixed missing devices from XML (excluding legacy cpu) (nw) |  Miodrag Milanovic | 2013-08-23 | 2 | -0/+6 |
| * | a regular 68000 processor will generate a read operation when using the clr.b... |  David Haywood | 2013-08-21 | 1 | -3/+24 |
| * | Cleanups and version bumpmame0149u1 |  Miodrag Milanovic | 2013-07-23 | 2 | -93/+70 |
| * | m68k : fixed handling of double fault, not sure if this is proper or some oth... |  Miodrag Milanovic | 2013-07-22 | 1 | -2/+14 |
| * | also untangle the skeleton 68340. where the code ends up is TBD. |  David Haywood | 2013-07-05 | 13 | -664/+41 |
| * | now that we're modern treat the 68307 like other modern CPUs by using a deriv... |  David Haywood | 2013-07-05 | 10 | -1357/+25 |
| * | setjmp / longjmp doesn't play nice in 64-bit debug compiles in a modern core,... |  David Haywood | 2013-06-25 | 3 | -50/+32 |
| * | legacy_cpu-- |  David Haywood | 2013-06-25 | 23 | -2037/+2533 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 8 | -9/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 19 | -1510/+1498 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -3/+3 |
| * | Memory handler cleanup 3. Add mem_mask parameter |  Aaron Giles | 2012-09-17 | 8 | -20/+20 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 11 | -100/+100 |
| * | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 3 | -6/+6 |
| * | Final round of struct/union/enum normalization. |  Aaron Giles | 2012-09-16 | 1 | -2/+1 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 3 | -12/+12 |
| * | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
| * | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 9 | -28/+28 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -46/+46 |
| * | Sync with MESS (nw) |  R. Belmont | 2012-07-23 | 1 | -0/+53 |
| * | Sync with MESS (no whatsnew) |  Miodrag Milanovic | 2012-05-03 | 1 | -5/+5 |
| * | Misc 68340 related progress. From Haze (nw) |  Scott Stone | 2012-04-30 | 2 | -0/+40 |
| * | Clean-ups and version bumpmame0145u7 |  Angelo Salese | 2012-04-22 | 5 | -25/+25 |
| * | Started giving Scorpion games their own reel / key configs, which is needed f... |  Scott Stone | 2012-04-17 | 5 | -23/+60 |
| * | Improved the serial emulation in 68307 and added some logging, removing the h... |  Scott Stone | 2012-04-15 | 9 | -75/+563 |
| * | Assorted improvements and added steppers to various fruit machine drivers wit... |  Scott Stone | 2012-04-13 | 3 | -8/+8 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
| * | PGM, Scorpion 4/5 and Astra Fruit Machine [David Haywood] |  Scott Stone | 2012-04-10 | 1 | -6/+5 |
| * | m68k improvements: [Hans Ostermeyer] |  Miodrag Milanovic | 2012-04-09 | 2 | -4/+39 |
| * | Clean-ups and version bumpmame0145u6 |  Angelo Salese | 2012-04-08 | 9 | -30/+30 |
| * | misc sc4/68307 updates + prelim peripheral hookups, allows most sc4 sets to r... |  Angelo Salese | 2012-04-08 | 9 | -56/+222 |
| * | Fix compile on GCC 4.6 (no whatsnew) |  Miodrag Milanovic | 2012-04-04 | 1 | -2/+2 |
| * | BFM Scorpion 4 Hardware: [David Haywood] |  Scott Stone | 2012-04-03 | 7 | -6/+474 |
| * | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -2/+2 |
| * | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -2/+2 |
| * | m68k: add preliminary on-board peripherals to 68307 and 68340 [David Haywood] |  R. Belmont | 2012-03-29 | 19 | -111/+800 |
| * | SoftFloat: fixed sin/cos/tan to return correct results [Hans Ostermeyer] |  R. Belmont | 2012-03-22 | 1 | -5/+5 |
| * | m68k: allow FPU instructions on '020 (it's possible to have an external 68881... |  Miodrag Milanovic | 2012-03-14 | 2 | -2/+3 |
| * | Clean-ups and version bump (yes, I know, it's too late)mame0145u4 |  Angelo Salese | 2012-03-11 | 1 | -3/+3 |
| * | 68k: add 68301/68307 aliases for better documentation [David Haywood] |  R. Belmont | 2012-02-27 | 3 | -0/+145 |
| * | Clean-ups and version bumpmame0145u2 |  Angelo Salese | 2012-02-26 | 1 | -3/+3 |
| * | Sync OG changes from MESS (no whatsnew) |  Miodrag Milanovic | 2012-02-23 | 2 | -27/+45 |
| * | m68k: Add API to install a non-debugger instruction hook. Usage is strongly ... |  Miodrag Milanovic | 2012-02-20 | 2 | -4/+16 |
| * | Clean-ups and version bumpmame0145u1 |  Angelo Salese | 2012-02-19 | 2 | -5/+5 |
| * | dma8237: fix uninitialized variable [Hans Ostermeyer] |  Miodrag Milanovic | 2012-02-18 | 3 | -6/+113 |