summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-135-5068/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-242-5/+21
* All files now do have owner (nw) Miodrag Milanovic2015-05-212-4/+4
* Sorted out cpu cores (nw) Miodrag Milanovic2015-05-131-2/+2
* 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
* fixed usage of uninitialized memory in m6800_cpu_device (nw) Oliver Stöneberg2014-10-261-0/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-6/+6
* fixed usage of uninitialized member in m6800_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+1
* fixed usage of uninitialized members in m6800_cpu_device (nw) Oliver Stöneberg2014-04-241-0/+4
* more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) Oliver Stöneberg2014-03-193-2/+2
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-062-0/+13
* m6800.c: Initialize some more variables on startup (nw) Wilbert Pol2013-09-281-0/+5
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-172-9/+8
* m6800.c: Fixed modernization regression (nw) Wilbert Pol2013-08-141-0/+7
* MC6801/6803 updates: [R. Belmont] R. Belmont2013-08-122-9/+46
* m6800.c: Modernized cpu core (nw) Wilbert Pol2013-08-074-1530/+1250
* (MESS) ehx20: Added slave CPU ROM dump. [Kevtris] Curt Coder2013-05-231-0/+36
* (typo) Michaël Banaan Ananas2013-03-081-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-428/+424
* m6800.c: Workaround for Coleco Adam not booting. The free-running counter val... Curt Coder2012-11-061-1/+1
* Removed AS_DATA on all variants and AS_IO on CPU variants not having IO line... Miodrag Milanovic2012-09-241-13/+13
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-24/+24
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-38/+38
* First pass at modernizing struct definitions. Aaron Giles2012-09-152-4/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-37/+37
* fixed some unread variable warnings reported by clang (no whatsnew) Oliver Stöneberg2012-08-091-0/+1
* Clean-ups and version bump Miodrag Milanovic2012-07-301-3/+3
* fixed assertion with new m6800 CPU types (no whatsnew) Oliver Stöneberg2012-07-281-1/+3
* Add another subtype to 6800 core so that I can correctly define the CPU type ... Scott Stone2012-07-222-0/+70
* Renamed device_irq_callback to device_irq_acknowledge_callback to Aaron Giles2012-04-101-1/+1
* 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
* m6800.c: Prevent side-effects when the cpu is open in the debugger. (nw) Wilbert Pol2011-06-201-37/+49
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) R. Belmont2011-05-301-2/+2
* Fix missed unresolved callback case in m6803. Aaron Giles2011-05-051-0/+5
* Fix crash caused by not resolving a devcb write line. Aaron Giles2011-05-041-0/+5
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-4/+4
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-29/+29
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-19/+19
* it's 2011, rm speedup hacks Michaël Banaan Ananas2011-03-181-2/+0
* fix initial cc (SEI sets bit 4) Michaël Banaan Ananas2011-03-061-2/+1
* some cycle fixes + cycles_nsc8105 table was wrong Michaël Banaan Ananas2011-03-062-27/+27
* decrease invalid opcode cycles (99?!) Michaël Banaan Ananas2011-02-191-47/+49