summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6800/m6800.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1817/+0
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+17
* All files now do have owner (nw) Miodrag Milanovic2015-05-211-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* fixed usage of uninitialized memory in m6800_cpu_device (nw) Oliver Stöneberg2014-10-261-0/+1
* 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-191-2/+2
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-0/+10
* m6800.c: Initialize some more variables on startup (nw) Wilbert Pol2013-09-281-0/+5
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-8/+7
* m6800.c: Fixed modernization regression (nw) Wilbert Pol2013-08-141-0/+7
* MC6801/6803 updates: [R. Belmont] R. Belmont2013-08-121-7/+38
* m6800.c: Modernized cpu core (nw) Wilbert Pol2013-08-071-1083/+594
* (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-111-308/+305
* 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 normalization, part 2. Change legacy Aaron Giles2012-09-171-38/+38
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* 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-221-0/+66
* 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
* 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
* 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-061-20/+20
* decrease invalid opcode cycles (99?!) Michaël Banaan Ananas2011-02-191-47/+49
* Added HD6301 subtype to the M6800 CPU core. [Curt Coder] Curt Coder2011-02-121-1/+52
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-48/+48
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Naming cleanups. (no whatsnew) Curt Coder2011-01-251-45/+36