| Commit message (Expand) | Author | Age | Files | Lines |
| * | h8: Rewrite [O. Galibert] |  Olivier Galibert | 2014-03-25 | 8 | -10905/+0 |
| * | second round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -14/+14 |
| * | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 2 | -0/+9 |
| * | h8: PC and CCR are packed into one longword. Fixes coinmvga games. [O. Galib... |  R. Belmont | 2013-02-22 | 2 | -8/+7 |
| * | Fixed H8S regression, cybikoxt now works again. (nw) |  Sandro Ronco | 2013-02-14 | 1 | -3/+2 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 8 | -646/+642 |
| * | Cleanups and version bumpmame0147u4 |  Miodrag Milanovic | 2012-12-17 | 3 | -5/+5 |
| * | (nw) |  R. Belmont | 2012-12-03 | 1 | -1/+2 |
| * | h8: H8S analog I/O is now routed to the driver like in the original H8s [R. B... |  R. Belmont | 2012-12-02 | 2 | -2/+27 |
| * | h8 updates: [R. Belmont] |  R. Belmont | 2012-11-28 | 6 | -53/+189 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 2 | -4/+4 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 2 | -16/+16 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 2 | -5/+5 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 2 | -10/+10 |
| * | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
| * | added missing \n to some fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-07 | 3 | -4/+4 |
| * | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 2 | -42/+42 |
| * | Clean-ups and version bumpmame0146u5 |  Miodrag Milanovic | 2012-08-20 | 2 | -4/+4 |
| * | fixed some unread variable warnings reported by clang (no whatsnew) |  Oliver Stöneberg | 2012-08-09 | 1 | -2/+0 |
| * | H8/H8S: Correct disassembly of MULXS.B and MULXS.W [R. Belmont] |  R. Belmont | 2012-08-07 | 1 | -2/+2 |
| * | H8/H8S: fix MULXS.B to select the proper source register. Fixes text in Qix ... |  R. Belmont | 2012-08-07 | 1 | -1/+20 |
| * | H8: Very preliminary H8S/2294 support [R. Belmont] |  R. Belmont | 2012-08-05 | 7 | -49/+422 |
| * | fix ?-operator warnings found by firewave |  Michaël Banaan Ananas | 2012-07-28 | 1 | -1/+1 |
| * | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
| * | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 2 | -8/+8 |
| * | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 2 | -7/+7 |
| * | Clean-ups and version bumpmame0143u3 |  Angelo Salese | 2011-08-14 | 4 | -12/+12 |
| * | H8: rewrote H8S/2xxx timers [Tim Schuerewegen] |  R. Belmont | 2011-08-01 | 5 | -321/+1395 |
| * | h8: added the rest of the H8S double-shifts, fixed up some bit operations, an... |  R. Belmont | 2011-07-31 | 3 | -16/+266 |
| * | h8: fixed bset instruction [Tim Schuerewegen] |  Miodrag Milanovic | 2011-07-31 | 1 | -3/+31 |
| * | h8: add SLEEP opcode (nw) |  R. Belmont | 2011-07-30 | 1 | -0/+3 |
| * | h8: Added peripheral and IRQ support for H8S/2xxx CPUs. [Tim Schuerewegen, R.... |  R. Belmont | 2011-07-30 | 8 | -63/+1065 |
| * | Fix assert in H8 core (no whatsnew) |  Miodrag Milanovic | 2011-07-30 | 1 | -1/+4 |
| * | H8: add H8S/2241, H8S/2246, and H8S/2323 subtypes (nw) |  R. Belmont | 2011-07-30 | 2 | -0/+59 |
| * | H8: implemented LDM/STM, LDC/STC, double-shift versions of SHLL/SHLR, BIT imm... |  R. Belmont | 2011-07-30 | 2 | -6/+535 |
| * | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 2 | -8/+4 |
| * | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 2 | -2/+2 |
| * | Remove redundant item cpu from address_space, in favor of |  Aaron Giles | 2011-03-29 | 2 | -8/+8 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 3 | -14/+14 |
| * | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 2 | -30/+30 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 2 | -24/+24 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 2 | -2/+2 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 2 | -12/+12 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 2 | -12/+12 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 2 | -9/+9 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -4/+4 |
| * | H8: Fix unterminated string buffer [R. Belmont, Belegdol] |  R. Belmont | 2011-01-14 | 2 | -4/+4 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
| * | H8: implement ldc #imm, ccr and rotr.w Rx for csplayh5 [R. Belmont] |  R. Belmont | 2010-12-19 | 1 | -0/+39 |
| * | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 3 | -3/+6 |