summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* st2xxx: Fix regression by preventing IRQ level from changing between vector p... AJR2022-01-302-10/+26
* 65C02 updates AJR2022-01-278-108/+1028
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-9/+9
* m740: STY ZP should store Y, not X (IIgs ADB MCU @ $FF15) [R. Belmont] arbee2021-11-111-1/+1
* add some recognizable (but still awful) PSG output to the dphh8630 driver (#8... David Haywood2021-10-222-0/+12
* Various improvements to the user experience: Vas Crabb2021-10-131-0/+2
* st2205u.cpp - add some very preliminary ADPCM output (#8660) David Haywood2021-10-112-10/+77
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-1/+1
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* srcclean for release Vas Crabb2021-05-231-1/+1
* m5074x: Add port pullup configuration AJR2021-05-062-16/+18
* 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