| Commit message (Expand) | Author | Age | Files | Lines |
* | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 1 | -2/+2 |
* | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 1 | -2/+2 |
* | start an internal map for the v53 (nw) |  mamehaze | 2015-03-08 | 1 | -11/+1 |
* | shuffle more HNG64 stuff around, add stub CPU classes for the different CPU t... |  mamehaze | 2015-03-07 | 1 | -3/+20 |
* | nec cpu: add missing items to save state [Alex Jackson] |  Alex W. Jackson | 2014-07-09 | 1 | -0/+3 |
* | 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 | 1 | -1/+1 |
* | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 1 | -9/+8 |
* | Fix register view in V30, nw |  Angelo Salese | 2013-10-14 | 1 | -15/+15 |
* | nec.c: Modernized cpu core (bw) |  Wilbert Pol | 2013-10-07 | 1 | -379/+222 |
* | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 1 | -0/+3 |
* | reduced some duplication in the nec disassembler interface (nw) |  smf- | 2013-03-06 | 1 | -6/+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 | 1 | -141/+141 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -20/+20 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 1 | -1/+1 |
* | Make memset been used in cpu core in unique way (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 1 | -1/+1 |
* | Fix for memsets in core (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 1 | -1/+1 |
* | Implemented halt instruction in the NEC CPU core [Wilbert Pol, Alex Jackson] |  Alex W. Jackson | 2011-07-10 | 1 | -4/+19 |
* | Reverting of POP() (from r12754) for both v20 and v25 for now pending more in... |  Scott Stone | 2011-06-01 | 1 | -2/+1 |
* | Fixed POP, POPF, PUSHF, and flags for V20 core [Carl] |  Miodrag Milanovic | 2011-05-31 | 1 | -1/+2 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -11/+11 |
* | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -18/+18 |
* | Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... |  Angelo Salese | 2011-01-16 | 1 | -95/+73 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Add directxor parameter to direct memory accessors. Update all callers |  Aaron Giles | 2010-12-31 | 1 | -2/+2 |
* | Implemented a preliminary V25/V35 CPU core [Alex Jackson] |  Angelo Salese | 2010-12-23 | 1 | -846/+62 |
* | Added mask-free versions of read_word/read_dword/read_qword to |  Aaron Giles | 2010-08-21 | 1 | -72/+4 |
* | Remove final set of legacy inlines from memory.h. Mostly affects CPU |  Aaron Giles | 2010-08-19 | 1 | -2/+4 |
* | Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly |  Aaron Giles | 2010-08-19 | 1 | -14/+20 |
* | Replace "const address_space" with "address_space" throughout the system. |  Aaron Giles | 2010-08-19 | 1 | -8/+8 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -9/+14 |
* | Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. |  Aaron Giles | 2010-06-17 | 1 | -3/+3 |
* | Change cpu execute function to just use the icount stuffed by |  Aaron Giles | 2010-06-09 | 1 | -3/+0 |
* | Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. |  Aaron Giles | 2010-06-08 | 1 | -5/+5 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -9/+8 |
* | Remove all references to the nonexistent "premov" instruction from the NEC-V ... |  Scott Stone | 2010-05-15 | 1 | -3/+0 |
* | i386/NEC disassembler updates: [Alex Jackson] |  Phil Bennett | 2010-04-01 | 1 | -1/+1 |
* | Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify |  Aaron Giles | 2010-01-21 | 1 | -13/+13 |
* | Correct a long-standing design flaw: device configuration state |  Aaron Giles | 2010-01-18 | 1 | -4/+4 |
* | More PPC GCC warning fixes. |  R. Belmont | 2010-01-15 | 1 | -1/+1 |
* | Within src/emu, basic conversions: |  Aaron Giles | 2010-01-12 | 1 | -2/+2 |
* | First round of an attempted cleanup of header files in the system. |  Aaron Giles | 2010-01-10 | 1 | -1/+2 |
* | added two opcodes in the nec cpu; this is a temporary fix; we need to check i... |  Roberto Zandona | 2009-12-29 | 1 | -2/+5 |
* | Cleaned up braces in the code so that they are properly balanced. [Atari Ace] |  Aaron Giles | 2009-12-28 | 1 | -1/+1 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -36/+36 |
* | Another step. Moved the address-space related get_info constants |  Aaron Giles | 2009-07-08 | 1 | -11/+11 |
* | CPU cores are now enabled on a per cpu core family basis instead of per cpu c... |  Wilbert Pol | 2009-03-25 | 1 | -20/+0 |
* | CPU cores now compile cleanly. |  Aaron Giles | 2009-03-15 | 1 | -10/+23 |