| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 5 | -6252/+0 |
| * | more pedantic fixes (NW) |  Cowering | 2015-07-08 | 1 | -1/+1 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 1 | -2/+2 |
| * | notes |  hap | 2015-05-13 | 4 | -3/+6 |
| * | update for Ville Linde (nw) |  Miodrag Milanovic | 2015-05-13 | 4 | -4/+4 |
| * | GPL - > LGPL for Kale (nw) |  Miodrag Milanovic | 2015-05-13 | 2 | -2/+2 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 3 | -4/+4 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 3 | -0/+6 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 2 | -3/+3 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 2 | -3/+3 |
| * | various cpu cores: don't state save icount (nw) |  Alex W. Jackson | 2014-07-09 | 1 | -1/+0 |
| * | fixed usage of uninitialized members in mc68hc11_cpu_device (nw) |  Oliver Stöneberg | 2014-04-24 | 1 | -10/+11 |
| * | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -4/+4 |
| * | more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) |  Oliver Stöneberg | 2014-03-19 | 2 | -1/+1 |
| * | Removed some auto_mallocs in favor of dynamic_arrays. |  Aaron Giles | 2014-02-19 | 2 | -3/+3 |
| * | Copyright update. Please let me know if there's a blank and you would like to... |  Angelo Salese | 2013-10-15 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+0 |
| * | mc68hc11.c: Modernized cpu core (nw) |  Wilbert Pol | 2013-08-23 | 4 | -2188/+2457 |
| * | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+1 |
| * | Fixes for building MAME with Visual Studio 2013 preview [smf] |  smf- | 2013-07-05 | 1 | -4/+2 |
| * | Some changes to PDP-11, nw |  Angelo Salese | 2013-07-03 | 1 | -1/+1 |
| * | mc68hc11: fixed hang after soft reset. (nw) |  Sandro Ronco | 2013-01-13 | 1 | -0/+1 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -1/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 5 | -1477/+1477 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -2/+2 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 3 | -6/+3 |
| * | HC11 core: fixed N flag in 16-bit operations. (nw) |  Sandro Ronco | 2012-09-12 | 1 | -1/+1 |
| * | fixed RORA/RORB opcodes in HC11 core. (nw) |  Sandro Ronco | 2012-09-10 | 1 | -2/+2 |
| * | Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw) |  Sandro Ronco | 2012-09-10 | 2 | -3/+50 |
| * | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 1 | -1/+1 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -15/+15 |
| * | cleanup ?-operator usage (should also fix the warnings found by firewave) |  Michaël Banaan Ananas | 2012-07-28 | 1 | -17/+17 |
| * | fix ?-operator warnings found by firewave |  Michaël Banaan Ananas | 2012-07-28 | 1 | -1/+1 |
| * | fix BRSET mask |  Michaël Banaan Ananas | 2012-07-16 | 1 | -7/+5 |
| * | small cleanup |  Michaël Banaan Ananas | 2012-07-16 | 1 | -34/+24 |
| * | (unneeded var) |  Michaël Banaan Ananas | 2012-07-15 | 1 | -8/+4 |
| * | fix carry flag on NEG + get rid of unneeded casts |  Michaël Banaan Ananas | 2012-07-15 | 1 | -30/+21 |
| * | wrong cast, reg a/b are 8bit |  Michaël Banaan Ananas | 2012-07-15 | 1 | -4/+4 |
| * | fix H/V flags on adc/sbc |  Michaël Banaan Ananas | 2012-07-15 | 1 | -66/+43 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
| * | Clean-ups and version bumpmame0143u6 |  Angelo Salese | 2011-09-20 | 1 | -3/+3 |
| * | Implemented save support to HC11 core [Angelo Salese] |  Angelo Salese | 2011-09-11 | 1 | -1/+31 |
| * | Implemented STS DIR |  Angelo Salese | 2011-09-10 | 2 | -1/+15 |
| * | Forgot this ... seems to be running by now ... |  Angelo Salese | 2011-09-10 | 1 | -0/+4 |
| * | Added rol_ext, rol_indx, rol_indy to the HC11 CPU core [Angelo Salese] |  Angelo Salese | 2011-09-10 | 2 | -4/+71 |
| * | Implemented preliminary Free Running Counter timer for MC68HC11 CPU core [Ang... |  Angelo Salese | 2011-09-10 | 2 | -3/+81 |
| * | Implemented default INIT register for MC68HC11 CPU core, necessary for Namco'... |  Angelo Salese | 2011-09-10 | 2 | -4/+5 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0142 |  Aaron Giles | 2011-04-03 | 1 | -2/+2 |