summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/st2xxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-1/+1
* Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-251-2/+2
* unk6502_st2xxx.cpp: Change MCU to new type AJR2020-09-091-11/+14
* st2xxx.cpp: Update notes AJR2020-09-091-9/+16
* st2205u: Add 12-bit timers AJR2020-09-081-13/+0
* st2xxx: Add some SPI stubs AJR2020-09-081-0/+63
* st2205u: Add DMA register stubs AJR2020-09-011-28/+1
* st2205u: Fix duplicate state registration; add more UART stubs AJR2020-08-311-8/+31
* st2xxx: Add many more register stubs AJR2020-08-311-4/+35
* sweeten most of the remaining arrays of delegates (nw) Vas Crabb2020-02-071-6/+4
* st2xxx: Calculate LCD frame rate and emulate related interrupt (nw) AJR2019-11-081-2/+42
* st2204: Emulate Timer 1 (nw) AJR2019-11-071-0/+50
* st2204: Improve timer synchronization (nw) AJR2019-11-071-1/+6
* st2204: Emulate prescaler and Timer 0 (nw) AJR2019-11-071-0/+59
* st2xxx: Add many more register stubs (nw) AJR2019-11-051-0/+83
* st2xxx: Fix mistake in base timer rate calculation (nw) AJR2019-11-051-2/+2
* st2xxx: Refactoring (nw) AJR2019-11-051-17/+296
* st2xxx: Improve notes; remove unnecessary override (nw) AJR2019-11-041-9/+10
* st2xxx: Misc. notes (nw) AJR2019-11-031-0/+1
* st2xxx: Add base timers and some of the LCD registers; fix IRR enable (nw) AJR2019-11-031-0/+41
* Preliminary SoC emulation for Sitronix ST2204 and ST2205U AJR2019-11-031-0/+252