summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/st2204.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the device-provided timer_alloc instead of reaching around to the schedul... Aaron Giles2021-03-251-3/+3
* st2205u: Add 12-bit timers AJR2020-09-081-0/+13
* st2xxx: Add some SPI stubs AJR2020-09-081-0/+6
* st2205u: Add DMA register stubs AJR2020-09-011-0/+26
* st2205u: Fix duplicate state registration; add more UART stubs AJR2020-08-311-2/+4
* st2xxx: Add many more register stubs AJR2020-08-311-5/+9
* gameking: Add preliminary sound emulation using external DAC device AJR2020-08-141-2/+88
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-13/+14
* st2xxx: Calculate LCD frame rate and emulate related interrupt (nw) AJR2019-11-081-1/+13
* st2204: Emulate Timer 1 (nw) AJR2019-11-071-28/+91
* st2204: Improve timer synchronization (nw) AJR2019-11-071-12/+16
* Commit stuff that should have been in dc620097c5e6798fbcde2e61a4d8d099ab51dc1... AJR2019-11-071-5/+58
* st2204: Add sound-related stubs (nw) AJR2019-11-071-0/+30
* st2204.cpp: Fix line endings (nw) AJR2019-11-061-2/+4
* st2204: Create ST2202 variant type and downgrade dyndesk to it (nw) AJR2019-11-051-18/+46
* st2xxx: Add many more register stubs (nw) AJR2019-11-051-0/+69
* st2xxx: Refactoring (nw) AJR2019-11-051-168/+32
* st2204, st2205u: Fix writes to high bytes of banking registers (nw) AJR2019-11-051-4/+4
* st2204, st2205u: More notes (nw) AJR2019-11-041-1/+1
* st2204: Add rudimentary DMA control (nw) AJR2019-11-031-1/+121
* st2204: Add link to Kevtris's documentation (nw) AJR2019-11-031-0/+3
* gameking: Switch to ST2204 emulation (nw) AJR2019-11-031-1/+1
* st2xxx: Add base timers and some of the LCD registers; fix IRR enable (nw) AJR2019-11-031-1/+74
* Preliminary SoC emulation for Sitronix ST2204 and ST2205U AJR2019-11-031-0/+276