summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/st2205u.cpp
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-271-10/+4
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-211-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+4
* add some recognizable (but still awful) PSG output to the dphh8630 driver (#8... David Haywood2021-10-221-0/+10
* st2205u.cpp - add some very preliminary ADPCM output (#8660) David Haywood2021-10-111-9/+66
* st2205u, st2302u: Improve DMA; add multiplicator AJR2020-12-171-16/+95
* st2302u: Add logging stubs for unknown registers AJR2020-12-171-1/+59
* st2205u: DMA required by PR #7430 (#7444) David Haywood2020-11-121-2/+20
* st2205u.cpp: Fix last-minute copy/paste mistake AJR2020-09-091-1/+1
* unk6502_st2xxx.cpp: Change MCU to new type AJR2020-09-091-162/+361
* st2205u: Start pumping data out of the PSG FIFO AJR2020-09-091-10/+36
* unk6502_st2xxx.cpp: Load internal ROM at the correct offset AJR2020-09-081-24/+46
* st2205u: Add 12-bit timers AJR2020-09-081-33/+160
* st2xxx: Add some SPI stubs AJR2020-09-081-0/+8
* st2205u: Minor corrections AJR2020-09-081-4/+4
* st2205u: Add DMA register stubs AJR2020-09-011-3/+116
* st2205u: Fix duplicate state registration; add more UART stubs AJR2020-08-311-5/+6
* st2205u: fix Clang compile. arbee2020-08-311-1/+1
* st2xxx: Add many more register stubs AJR2020-08-311-6/+182
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-15/+15
* st2xxx: Calculate LCD frame rate and emulate related interrupt (nw) AJR2019-11-081-0/+11
* st2204: Emulate Timer 1 (nw) AJR2019-11-071-12/+8
* Commit stuff that should have been in dc620097c5e6798fbcde2e61a4d8d099ab51dc1... AJR2019-11-071-0/+10
* st2xxx: Add many more register stubs (nw) AJR2019-11-051-0/+65
* st2xxx: Refactoring (nw) AJR2019-11-051-173/+50
* st2204, st2205u: Fix writes to high bytes of banking registers (nw) AJR2019-11-051-4/+4
* st2204, st2205u: More notes (nw) AJR2019-11-041-2/+2
* st2xxx: Misc. notes (nw) AJR2019-11-031-0/+4
* st2xxx: Add base timers and some of the LCD registers; fix IRR enable (nw) AJR2019-11-031-1/+104
* Preliminary SoC emulation for Sitronix ST2204 and ST2205U AJR2019-11-031-0/+400