summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* m740: Fix calculation of destination address for disassembly of BBC/BBS n, A,... AJR2021-02-161-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* m740: NMI does not exist; update notes AJR2021-01-201-14/+8
* m740: Core overhaul AJR2021-01-114-262/+1254
* m740: Restore T flag correctly during PLP and RTI. Previous emulation inherit... AJR2021-01-093-11/+33
* st2205u, st2302u: Improve DMA; add multiplicator AJR2020-12-172-16/+102
* st2302u: Add logging stubs for unknown registers AJR2020-12-172-1/+69
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* st2205u: DMA required by PR #7430 (#7444) David Haywood2020-11-121-2/+20
* m5074x.cpp: Protect interrupt request bits against being set by writes AJR2020-10-292-26/+18
* m740: Fix cycle timings for CLB/SEB ($zz), BBC/BBS (all modes) & RRF AJR2020-10-281-4/+32
* M50753: Finish A/D converter, including completion IRQ. [R. Belmont] arbee2020-10-252-5/+37
* M740 family updates AJR2020-10-255-27/+15
* M50753: add support for the 8-bit IN port. [R. Belmont] arbee2020-10-242-0/+12
* M50753: Add both IRQ lines and route them to the correct interrupt bits. [R. ... arbee2020-10-192-13/+61
* m740: Fix return address for JSR ($zz) AJR2020-10-191-1/+1
* m740: Add TST $zz instruction AJR2020-10-193-2/+9
* m740: Add file accidentally uncommitted in faff4e6c2da83187f3d09de669e7b9e128... AJR2020-10-181-0/+1
* m740: Add missing JSR ($zz) instruction mode AJR2020-10-182-2/+14
* macprtb.cpp: Preliminary MCU configuration AJR2020-10-182-22/+141
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-292-10/+38
* st2205u.cpp: Fix last-minute copy/paste mistake AJR2020-09-091-1/+1
* unk6502_st2xxx.cpp: Change MCU to new type AJR2020-09-093-242/+514
* st2xxx.cpp: Update notes AJR2020-09-091-9/+16
* st2205u: Start pumping data out of the PSG FIFO AJR2020-09-092-10/+38
* unk6502_st2xxx.cpp: Load internal ROM at the correct offset AJR2020-09-082-24/+50
* st2205u: Add 12-bit timers AJR2020-09-086-47/+185
* st2xxx: Add some SPI stubs AJR2020-09-086-0/+100
* st2205u: Minor corrections AJR2020-09-082-5/+5
* st2205u: Add DMA register stubs AJR2020-09-016-36/+185
* st2205u: Fix duplicate state registration; add more UART stubs AJR2020-08-314-19/+51
* st2205u: fix Clang compile. arbee2020-08-311-1/+1
* st2xxx: Add many more register stubs AJR2020-08-316-15/+286
* gameking: Add preliminary sound emulation using external DAC device AJR2020-08-142-2/+105
* new NOT WORKING (plug & play) (#7027) David Haywood2020-08-031-2/+2
* 6502: nmi is edge triggered hap2020-07-1811-37/+45
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-4/+4
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-188-67/+67
* Last memory change fixes (nw) Olivier Galibert2020-05-256-83/+25
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-2514-85/+84
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-213-5/+5
* 6502: correct device names (nw) hap2020-05-1913-16/+16
* New machines marked as NOT_WORKING AJR2020-04-272-0/+12
* removed more dummy_space() calls (nw) smf-2020-04-022-2/+2
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-078-45/+30
* r65c19: Add bank registers to debug state (nw) AJR2019-12-162-0/+9
* Get rid of deprecated universal newlines open flag in Python scripts (io modu... Vas Crabb2019-12-091-5/+6
* r65c19: Fix BAR masking logic (nw) AJR2019-12-041-1/+1
* r65c19: (IND), X rather than (IND, X); give L2800 more internal RAM (nw) AJR2019-12-026-20/+122