| Commit message (Expand) | Author | Age | Files | Lines |
* | nec cpu: add missing items to save state [Alex Jackson] |  Alex W. Jackson | 2014-07-09 | 2 | -0/+6 |
* | nec v25: initialize clock divider in constructor, since execute_clocks_to_cyc... |  Alex W. Jackson | 2014-07-07 | 1 | -2/+1 |
* | nec v25: Implement programmable clock divider via execute_clocks_to_cycles() ... |  Alex W. Jackson | 2014-07-05 | 3 | -12/+15 |
* | fixed usage of uninitialized members in nec_common_device (nw) |  Oliver Stöneberg | 2014-04-25 | 1 | -0/+5 |
* | more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) |  Oliver Stöneberg | 2014-03-19 | 4 | -3/+3 |
* | second round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -0/+2 |
* | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 2 | -10/+8 |
* | Fix register view in V25 too (nw) |  Alex W. Jackson | 2013-10-14 | 1 | -15/+15 |
* | Fix register view in V30, nw |  Angelo Salese | 2013-10-14 | 1 | -15/+15 |
* | Fix NEC V25/V35 internal clock divider which was missed during modernization ... |  Alex W. Jackson | 2013-10-14 | 2 | -10/+10 |
* | nec.c: Modernized cpu core (bw) |  Wilbert Pol | 2013-10-07 | 15 | -2619/+2621 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+1 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 2 | -1/+6 |
* | reduced some duplication in the nec disassembler interface (nw) |  smf- | 2013-03-06 | 2 | -7/+2 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 2 | -2/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 13 | -2278/+2277 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 2 | -4/+4 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 2 | -4/+4 |
* | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 2 | -18/+18 |
* | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -4/+4 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 4 | -43/+39 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 2 | -41/+41 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 4 | -4/+4 |
* | Fixes for variable shadowing [Oliver Stöneberg] |  R. Belmont | 2011-07-21 | 1 | -1/+1 |
* | Make memset been used in cpu core in unique way (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 2 | -2/+2 |
* | Fix for memsets in core (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 2 | -2/+2 |
* | Clean-ups and version bumpmame0143u1 |  Angelo Salese | 2011-07-11 | 1 | -2/+2 |
* | Implemented halt instruction in the NEC CPU core [Wilbert Pol, Alex Jackson] |  Alex W. Jackson | 2011-07-10 | 6 | -8/+69 |
* | nec disassembler - Only display "byte/word ptr" when it's actually needed to ... |  Alex W. Jackson | 2011-06-02 | 1 | -118/+124 |
* | Fixed POP() in nec cpu core, for real this time (no whatsnew) |  Alex W. Jackson | 2011-06-02 | 2 | -4/+4 |
* | Reverting of POP() (from r12754) for both v20 and v25 for now pending more in... |  Scott Stone | 2011-06-01 | 5 | -9/+5 |
* | Fixed POP, POPF, PUSHF, and flags for V20 core [Carl] |  Miodrag Milanovic | 2011-05-31 | 5 | -7/+11 |
* | GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) |  R. Belmont | 2011-05-30 | 1 | -4/+4 |
* | Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0- |  Angelo Salese | 2011-05-15 | 1 | -6/+6 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -1/+1 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -1/+1 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 2 | -24/+24 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 2 | -61/+61 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 2 | -15/+15 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | 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 | 2 | -6/+6 |
* | v25: added commented line useful for decryption process |  Roberto Zandona | 2011-01-29 | 1 | -1/+1 |
* | Cleanups and version bump.mame0141u1 |  Aaron Giles | 2011-01-24 | 2 | -38/+38 |
* | toaplan2: |  Roberto Zandona | 2011-01-20 | 2 | -3/+13 |
* | Delete needless file as per AWJ |  Angelo Salese | 2011-01-16 | 1 | -11/+0 |
* | Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... |  Angelo Salese | 2011-01-16 | 10 | -845/+1090 |
* | MSVC compatibility. |  Aaron Giles | 2011-01-07 | 1 | -3/+3 |
* | V25: fix false warnings from some GCC versions [R. Belmont] |  R. Belmont | 2011-01-05 | 1 | -0/+2 |
* | Better fix from AWJ |  Angelo Salese | 2011-01-02 | 1 | -2/+2 |