summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mn10200
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-3486/+0
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-1/+0
* changed mn10200 fake i/o memmap to callbacks hap2015-06-022-85/+146
* made branch condition and add/sub carry param optional hap2015-06-022-34/+35
* some copyright tags hap2015-05-093-4/+8
* did license settings for OG and Andrew, cleared up OSD part for licenses (nw) Miodrag Milanovic2015-05-092-4/+4
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-073-0/+6
* 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
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
* Removed legacy_cpu_device. [Wilbert Pol] Wilbert Pol2014-09-121-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-11/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-35/+27
* forgot how to break; Michaël Banaan Ananas2014-02-231-3/+5
* ah oui Michaël Banaan Ananas2014-02-231-1/+1
* improved i/o port skeleton stuff, taitofx1b sounds ok now Michaël Banaan Ananas2014-02-222-112/+158
* small disasm fix Michaël Banaan Ananas2014-02-223-5/+6
* updated prev commit with wrt irq recursion Michaël Banaan Ananas2014-02-192-35/+26
* fix emulated cpu crash being able to crash mame Michaël Banaan Ananas2014-02-192-12/+19
* gdarius is COH-1002T, the other fx1b games have 1MB VRAM Michaël Banaan Ananas2014-02-192-3/+3
* sort source layout Michaël Banaan Ananas2014-02-161-174/+193
* fixed FLASH_INTEL_E28F400B block erase Michaël Banaan Ananas2014-02-151-0/+1
* fix addc subc zeroflag Michaël Banaan Ananas2014-02-141-0/+9
* small update while trying to find a suspected opcode bug Michaël Banaan Ananas2014-02-123-192/+189
* improved 8bit timers Michaël Banaan Ananas2014-02-122-98/+125
* update prev commit Michaël Banaan Ananas2014-02-102-15/+34
* added missing opcodes and 'illegal opcode'-NMI Michaël Banaan Ananas2014-02-092-1089/+1128
* improved irqs Michaël Banaan Ananas2014-02-082-107/+129
* cleanup Michaël Banaan Ananas2014-02-062-1002/+845
* more whitespace readability stuff Michaël Banaan Ananas2014-02-061-416/+447
* mem16/24bit accesses are word-aligned (not counting opcode args of course) Michaël Banaan Ananas2014-02-052-201/+81
* simplify branch code Michaël Banaan Ananas2014-02-052-213/+39
* readability cleanup in opcode table Michaël Banaan Ananas2014-02-052-783/+809
* preparing for next commit, this one just renames read/write functions Michaël Banaan Ananas2014-02-052-132/+168
* add/sub carry was still wrong Michaël Banaan Ananas2014-02-052-91/+50
* document flags, and fixed flags in add/sub Michaël Banaan Ananas2014-02-051-221/+242
* some mn10200 opcode fixes Michaël Banaan Ananas2014-02-041-12/+9
* Zoom ZSG-2 sound WIP, very preliminary Michaël Banaan Ananas2014-02-022-3/+5
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+0
* mn10200.c: Modernized cpu core (nw) Wilbert Pol2013-08-292-907/+1021
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-0/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-112-355/+354
* removed more unreachable code detected by cppcheck (nw) Oliver Stöneberg2012-12-251-1/+0
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-15/+15
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-15/+15
* BIG update. Aaron Giles2011-03-291-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-9/+9