summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec (follow)
Commit message (Expand)AuthorAgeFilesLines
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-032-41/+41
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-104-4/+4
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-1/+1
* Make memset been used in cpu core in unique way (no whatsnew) Miodrag Milanovic2011-07-132-2/+2
* Fix for memsets in core (no whatsnew) Miodrag Milanovic2011-07-132-2/+2
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-2/+2
* Implemented halt instruction in the NEC CPU core [Wilbert Pol, Alex Jackson] Alex W. Jackson2011-07-106-8/+69
* nec disassembler - Only display "byte/word ptr" when it's actually needed to ... Alex W. Jackson2011-06-021-118/+124
* Fixed POP() in nec cpu core, for real this time (no whatsnew) Alex W. Jackson2011-06-022-4/+4
* Reverting of POP() (from r12754) for both v20 and v25 for now pending more in... Scott Stone2011-06-015-9/+5
* Fixed POP, POPF, PUSHF, and flags for V20 core [Carl] Miodrag Milanovic2011-05-315-7/+11
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-4/+4
* Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0- Angelo Salese2011-05-151-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-272-24/+24
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-092-61/+61
* As promised, the bulk update of timer calls: Aaron Giles2011-02-062-15/+15
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-032-9/+9
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-032-6/+6
* v25: added commented line useful for decryption process Roberto Zandona2011-01-291-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-242-38/+38
* toaplan2: Roberto Zandona2011-01-202-3/+13
* Delete needless file as per AWJ Angelo Salese2011-01-161-11/+0
* Added a mostly complete NEC V25/V35 CPU core, added working sound to Batsugun... Angelo Salese2011-01-1610-845/+1090
* MSVC compatibility. Aaron Giles2011-01-071-3/+3
* V25: fix false warnings from some GCC versions [R. Belmont] R. Belmont2011-01-051-0/+2
* Better fix from AWJ Angelo Salese2011-01-021-2/+2
* 04147: raiden: crashes if you use -debug switch Angelo Salese2011-01-021-1/+1
* running_device -> device_t Aaron Giles2010-12-312-2/+2
* Add directxor parameter to direct memory accessors. Update all callers Aaron Giles2010-12-314-6/+4
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-232-2/+2
* Implemented a preliminary V25/V35 CPU core [Alex Jackson] Angelo Salese2010-12-2312-980/+2661
* 04147: raiden: crashes if you use -debug switch [Alex Jackson] Phil Bennett2010-12-221-4/+6
* Added mask-free versions of read_word/read_dword/read_qword to Aaron Giles2010-08-212-81/+13
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-2/+4
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-193-35/+41
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-8/+8
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-033-23/+22
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-3/+3
* Change cpu execute function to just use the icount stuffed by Aaron Giles2010-06-091-3/+0
* Changed CPU callbacks to use cpu_device, eliminating a bunch of casting. Aaron Giles2010-06-081-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+8
* Remove all references to the nonexistent "premov" instruction from the NEC-V ... Scott Stone2010-05-154-268/+258
* i386/NEC disassembler updates: [Alex Jackson] Phil Bennett2010-04-012-55/+109
* Remove some aliases between CPUINFO_ and DEVINFO_ to help clarify Aaron Giles2010-01-211-13/+13
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* More PPC GCC warning fixes. R. Belmont2010-01-151-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2