summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z180
Commit message (Expand)AuthorAgeFilesLines
* cpu/z180/z180.cpp: Fix filename in comment (#13555) cam9002025-04-031-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-7/+13
* z180asci: Fix calculation of framing and parity errors AJR2024-10-211-6/+6
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-274-16/+16
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ke... hap2024-09-205-8/+6
* diexec: Remove vestigial execute_burn override AJR2024-09-181-1/+1
* diexec: remove vestigal execute_input_lines() hap2024-09-181-1/+0
* Removed some extraneous semicolons. (#12029) amameuser2024-02-131-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-177-41/+14
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-7/+7
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-20/+20
* z180: Fix cycle timings for branches not taken (one operand byte is always read) AJR2023-05-201-4/+7
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-1/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-2/+3
* amstrad/pda600.cpp: Added simulation of coprocessor, input and storage. (#10862) Sandro Ronco2023-03-151-1/+9
* Interrupt callback rationalization AJR2023-03-111-1/+1
* cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco] Vas Crabb2023-03-115-49/+400
* hd647180x: fix typo on port E read hap2022-12-071-3/+3
* z180asci: fix logic errors (nw) Peter Ferrie2022-08-031-4/+4
* Z180 ASCI (#9762) Miodrag Milanović2022-06-064-220/+965
* -tim011.cpp: Hooked up floppy drives properly. (#9649) Miodrag Milanović2022-05-022-0/+21
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-3/+11
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* hd647180x: Eliminate data space and instead map internal RAM into program spa... AJR2021-03-174-58/+16
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* z180: Updates AJR2020-08-125-58/+51
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-255-25/+22
* z8s180: Fix segmentation fault due to oversight in last commit (nw) AJR2020-03-221-0/+2
* z8s180: Internalize certain registers; make clock divider software-selectable AJR2020-03-222-170/+177
* that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-082-8/+8
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-7/+7
* z180: Reduce logical address width to 16 bits AJR2019-10-021-2/+2
* z180: Minor technical correction to note (nw) AJR2019-10-021-1/+1
* Add internal clock divider for Z180 family and adjust CPU clocks in many driv... AJR2019-10-022-6/+12
* hd64180rp: Fix major address space configuration error (nw) AJR2019-09-302-5/+5
* Split generic Z180 device into several subtypes. HD647180X now has specific d... AJR2019-09-306-51/+551
* z180: Fixed verbose logging (nw) Nigel Barnes2019-08-221-6/+6
* z180: Fix copy-and-paste error (nw) AJR2019-06-171-1/+1
* z180: Separate out internal registers by function; get rid of a lot of not-so... AJR2019-06-174-1110/+735
* "hardware" typo corrections (nw) Scott Stone2019-03-301-1/+1
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-4/+4
* Z180: CSIO Flags & FRC implementation (#3882) grullosgo2018-08-231-3/+4
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+2
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-115-9/+9
* Reshuffle some stuff: Vas Crabb2018-03-281-4/+4
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-4/+4