summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m37710
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-7164/+0
* Quiet LTO ODR warnings (NW) Cowering2015-07-081-5/+5
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+2
* notes hap2015-05-139-9/+9
* Thanks to Karl Stenerud his cores are now BSD3 (nw) Miodrag Milanovic2015-05-1211-22/+22
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0711-0/+22
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
* Typos in unused macros, catch them before they catch you (nw) Alex W. Jackson2014-09-181-1/+1
* Magic strings, just say no (nw) Alex W. Jackson2014-09-182-1/+5
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-182-19/+71
* m37710: make memory helpers inline; remove more obsolete cruft (nw) Alex W. Jackson2014-05-229-249/+223
* m37710: support direct read [Alex Jackson] Alex W. Jackson2014-05-214-38/+24
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* m37710.c: Modernized cpu core (nw) Wilbert Pol2013-08-194-1261/+3063
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-114-1527/+1526
* changed m37702 to help tafoid's source file detection (nw) smf-2012-11-021-4/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-19/+19
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-102-2/+2
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Clean-ups and version bumpmame0143u6 Angelo Salese2011-09-201-15/+15
* add portdirection regs Michaël Banaan Ananas2011-09-131-18/+68
* always preserve high byte of index register when X flag is set Michaël Banaan Ananas2011-09-073-24/+26
* - fixed MPY clk Michaël Banaan Ananas2011-09-071-5/+3
* added TBS, TSB, TBD, TDB Michaël Banaan Ananas2011-09-071-8/+64
* small cleanup before next commit Michaël Banaan Ananas2011-09-071-20/+20
* - PLD, TCD: doesnt affect statusflags Michaël Banaan Ananas2011-09-071-7/+30
* tmp in RLA is unneeded + rm leftover code Michaël Banaan Ananas2011-09-061-55/+2
* added missing andb, eorb, ldb, sbcb, mpy, div (all same opcodes but different... Michaël Banaan Ananas2011-09-061-151/+238
* software int (like BRK) doesn't change d flag (probably a leftover from G6581... Michaël Banaan Ananas2011-09-061-1/+0
* cpureset registers Michaël Banaan Ananas2011-09-061-32/+82
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-062-19/+19
* (temp?) revert cause release is near Michaël Banaan Ananas2011-09-061-0/+3
* (rm old hack) Michaël Banaan Ananas2011-09-061-3/+1
* cpu only continues when an interrupt is actually executed (handled in m37710i... Michaël Banaan Ananas2011-09-061-9/+6
* check interrupts after REP and CLI, and also after writing to interrupt regis... Michaël Banaan Ananas2011-09-052-39/+59
* INT0/1/2 are also auto-cleared Michaël Banaan Ananas2011-09-052-9/+6
* nevermind 2nd part of last commit, it was correct before Michaël Banaan Ananas2011-09-051-1/+1
* - priority level of 0 means disabled interrupt Michaël Banaan Ananas2011-09-051-3/+3
* timer irq "cpustate->m37710_regs[m37710_irq_levels[curirq]] |= 0x08;" is unne... Michaël Banaan Ananas2011-09-052-50/+24
* (confusing use of 'fatal') Michaël Banaan Ananas2011-09-051-2/+2