summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6805
Commit message (Expand)AuthorAgeFilesLines
* apple/macpwrbk030.cpp: Moved macpd210 out to new driver for MSC-based portabl... arbee2025-02-102-0/+1076
* hd6305: update header file after prev commit hap2024-12-142-1/+8
* hd6305y2: Add special function registers to internal map AJR2024-12-131-1/+14
* New working systems hap2024-12-131-1/+5
* m6805: don't decrement 0 cycles for illegal opcodes hap2024-12-122-45/+47
* m6805: add cycle tables for hd6305 and hd63705 hap2024-12-123-4/+50
* hd6305: add hd6305y0 hap2024-12-122-2/+85
* hd6305: change port functions to templates hap2024-12-122-21/+31
* hd6305: move common peripherals to base class hap2024-12-122-145/+165
* hd6305: refresh port outputs when ddr changes, pass ddr through mem_mask hap2024-12-121-33/+38
* hd6305: update copyright holders now that a large part of this file is OG's, ... hap2024-12-013-58/+30
* cpu/m6805: Split off HD6305/63705 emulation to a separate source file AJR2024-12-014-721/+740
* srcclean and cleanup Vas Crabb2024-11-242-12/+12
* m6805: put hd63705 functions in hd63705z0_device class instead of base class hap2024-11-172-27/+23
* cclimber: merge driver hap2024-11-171-1/+1
* mks3: Add LLE [Matt, Sean Riddle, O. Galibert] Olivier Galibert2024-11-172-3/+424
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-274-51/+51
* diexec: remove vestigal execute_input_lines() hap2024-09-182-12/+0
* -cpu/m6805/m68hc05e1.cpp: Added missing header with inline function definitio... Vas Crabb2024-06-241-0/+1
* m6805/m68hc05e1: Fix typo that broke validation on Clang builds. [R. Belmont] arbee2024-06-151-3/+3
* cpu/m6805: Added new devices for 68HC05E1 and 68HC05E4. [R. Belmont] arbee2024-06-152-0/+392
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
* wswan: zerofill class variables, swap button orientation hap2023-10-271-2/+0
* m68705: add preliminary support for analog input ports hap2023-10-242-14/+33
* m6805: Use vector_mask parameter for HD6305 variants AJR2023-08-281-10/+3
* hd63705: Split into specific types; move on-chip memory into internal maps AJR2023-08-152-30/+161
* m6800, m6805: Use manufacturer's syntax for disassembling indexed addressing ... AJR2023-08-131-3/+3
* qix.cpp: Driver overhaul AJR2023-07-081-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-13/+6
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-10/+8
* Interrupt callback rationalization AJR2023-03-113-4/+6
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-061-1/+1
* mc6805: Timer updates AJR2022-06-042-2/+26
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* Debugger feature improvements AJR2022-03-271-0/+18
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-272-8/+8
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* More user experience improvements: Vas Crabb2021-10-151-1/+1
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-0/+2
* 68hc05EG: use proper HC05 base cycle timings and disassembler [R. Belmont, Va... arbee2021-02-242-0/+18
* 68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb] arbee2021-02-231-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-3/+3
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-28/+28
* m68hc05: Simplify handler signatures; add MC68HC705C4A type (nw) AJR2020-06-132-41/+169
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-256-244/+400
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-6/+6
* m68hc05: Only reset due to NCOP when it's enabled Dirk Best2020-04-021-1/+1
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-8/+8