summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-17184-1604/+598
* m6801: remove i/o ports tri-state callback hap2023-06-162-31/+15
* m6801: add i/o ports tri-state callback, hap2023-06-163-14/+32
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-164-38/+76
* New systems marked not working hap2023-06-151-1/+1
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-139-51/+28
* coinmvga: Incremental improvements AJR2023-06-121-1/+8
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-128-78/+73
* h8.8: remove erroneous "auto" hap2023-06-111-2/+2
* h8_sci: Bring interface up in the cpu Olivier Galibert2023-06-0833-334/+293
* h8 io: More simplifications, thanks everyone for the pointers Olivier Galibert2023-06-083-20/+12
* vsystem: improve soundlatch timing where applicable hap2023-06-081-11/+11
* h8_adc, h8_port: convert i/o to devcb at cpu level Olivier Galibert2023-06-0820-43/+333
* mips3: fix tlb modify exception registers Patrick Mackinlay2023-06-072-3/+3
* h8_dma: reorganize, upgrade Olivier Galibert2023-06-0619-591/+1048
* h8: Use finders Olivier Galibert2023-06-0632-1722/+1676
* z80: Clean up error message and inconsistent bracing AJR2023-06-041-3/+2
* z80.cpp - Add EI to IM0 handler (#11307) Mark Garlanger2023-06-041-5/+18
* Some more sprintf() deprecation warning fixes. [R. Belmont] arbee2023-06-032-13/+13
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-035-11/+11
* mips3: remove stray printf hap2023-06-031-3/+0
* m68000: Remove leftover debug logerror Olivier Galibert2023-06-031-2/+0
* mcs51: add rxb8 to uart reset hap2023-06-032-4/+5
* m68000: When a SR S-flag update happens in parallel to a bus access, be caref... Olivier Galibert2023-06-0215-71933/+71972
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0159-283/+286
* sega/puckpkmn.cpp: Made Puckman Pockimon set showing Sun Mixing copyright the... Vas Crabb2023-05-311-0/+1
* Merge branch 'release0255' into mainline-master Vas Crabb2023-05-293-8/+12
|\
| * -cpu/es5510: Avoid calling DESCRIBE_INSTR when not verbose-logging. (#11285) ... MooglyGuy2023-05-291-3/+6
| * cpu/lr35902: Skip byte following STOP (0) opcode (fixes MT08644). Vas Crabb2023-05-282-5/+6
* | h8: m_ify Olivier Galibert2023-05-2855-4656/+4654
* | tx0_ptp.xml: New working software items AJR2023-05-271-9/+16
* | m6502: Make fully wait-states compatible Olivier Galibert2023-05-2715-1687/+2857
* | h8: Make fully wait-states compatible Olivier Galibert2023-05-275-415/+455
* | m68008: Implement as a 68000 variant Olivier Galibert2023-05-2719-18666/+1053448
|/
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-283-13/+13
* mips1: fix build Patrick Mackinlay2023-05-272-8/+9
* mips1: fix address translation Patrick Mackinlay2023-05-272-22/+12
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-2331-302/+228
* m6809: Set V flag on XDEC (#11259) tim lindner2023-05-211-1/+1
* z180: Fix cycle timings for branches not taken (one operand byte is always read) AJR2023-05-201-4/+7
* mn1400: add 28-pin mn1400 device hap2023-05-172-3/+21
* smc1102: improve lcd timing hap2023-05-173-9/+14
* namco/namcos10.cpp: Add MP3 decoder support to the MEM(P3) board. (#11210) 9871238791132023-05-151-1/+5
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-132-8/+7
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-127-14/+196
* Clones promoted to working hap2023-05-083-16/+37
* mcs51: implement serial input/output as bit stream (#11190) Patrick Mackinlay2023-05-083-122/+231
* mn1400: add i/o ports hap2023-05-075-43/+143
* zr36110: Add skeleton Olivier Galibert2023-05-072-7/+7
* mn1400: add most opcodes hap2023-05-074-8/+147