summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec
Commit message (Expand)AuthorAgeFilesLines
* Fix PIT timers, makes BGMs to sound better. Angelo Salese2015-04-091-3/+3
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-252-43/+38
* hooked v53 irq ack callback so that it can get the correct vector from the co... mamehaze2015-03-131-0/+5
* v53: provide access to the interrupt lines (nw) mamehaze2015-03-132-6/+30
* expose some more V53 pins for the internal peripherals to the outside world (nw) mamehaze2015-03-102-103/+189
* expose V53 device callbacks to users (nw) mamehaze2015-03-102-34/+184
* the V53 SCU is a i8251 clone, but with the command / mode registers separated... mamehaze2015-03-102-58/+27
* couple of notes about what the various NEC chips seem to be cloned from thank... mamehaze2015-03-092-5/+26
* don't crash on garbage values roadedge / samsh64 write on startup (nw) mamehaze2015-03-091-0/+5
* turn logging back off (nw) mamehaze2015-03-091-2/+2
* it now attempts to do a whole bunch of 0x20 sized transfers from RAM (0xcfe8 ... mamehaze2015-03-092-2/+39
* carl noted that this seems to be the same thing, and is more complete, so use... mamehaze2015-03-082-14/+57
* hng64 / v53 - looking at DMA (nw) mamehaze2015-03-082-6/+29
* Timer Unit is functionally identical to uPD71054 (which in turn is said to b... mamehaze2015-03-082-36/+28
* more peripheral logic + notes (nw) mamehaze2015-03-082-4/+108
* few bits of v53 stuff, start dynamic peripheral mapping, attempts to set up t... mamehaze2015-03-082-22/+226
* start an internal map for the v53 (nw) mamehaze2015-03-084-25/+227
* shuffle more HNG64 stuff around, add stub CPU classes for the different CPU t... mamehaze2015-03-072-3/+41
* (mess) pasogo: some cleanup (nw) cracyc2015-03-021-1/+1
* nec cpu: add missing items to save state [Alex Jackson] Alex W. Jackson2014-07-092-0/+6
* nec v25: initialize clock divider in constructor, since execute_clocks_to_cyc... Alex W. Jackson2014-07-071-2/+1
* nec v25: Implement programmable clock divider via execute_clocks_to_cycles() ... Alex W. Jackson2014-07-053-12/+15
* fixed usage of uninitialized members in nec_common_device (nw) Oliver Stöneberg2014-04-251-0/+5
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-194-3/+3
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-052-10/+8
* Fix register view in V25 too (nw) Alex W. Jackson2013-10-141-15/+15
* Fix register view in V30, nw Angelo Salese2013-10-141-15/+15
* Fix NEC V25/V35 internal clock divider which was missed during modernization ... Alex W. Jackson2013-10-142-10/+10
* nec.c: Modernized cpu core (bw) Wilbert Pol2013-10-0715-2619/+2621
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-232-1/+6
* reduced some duplication in the nec disassembler interface (nw) smf-2013-03-062-7/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-112-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1113-2278/+2277
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-192-4/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-172-4/+4
* Enum and union normalization. Aaron Giles2012-09-162-18/+18
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-154-43/+39
* 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