summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-112-5/+5
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-1/+0
|\
| * Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-204-11/+11
* | Dynamically allocate input lines. Add range checks for input lines. Fix a few... Aaron Giles2021-06-062-2/+2
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-042-16/+18
|\|
| * srcclean for release Vas Crabb2021-05-231-1/+1
| * m5074x: Add port pullup configuration AJR2021-05-062-16/+18
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-241-2/+2
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-266-13/+13
* | Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-253-9/+9
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-244-6/+6
* | First round of global synchronize removals. Aaron Giles2021-03-232-5/+13
|/
* 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