summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vic_pl192.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related ↵ AJR2022-01-261-1/+1
| | | | callbacks
* new NOT_WORKING machine (Casio CTK-2100) (#8757) Devin Acker2021-10-271-48/+327
| | | | | | | | | | | | | | | | | | | | | | | * ctk2100: preliminary work * ctk2100: possible keyboard hookup * ctk2100: hook up rudimentary timers * ctk2100: add ports and hook up the LCD * ctk2100: timer tweaks, input tweaks * ctk2100: fix I/O port reads (stops constant LCD resets) * gt913: increase key polling rate (fixes ctk2100 test mode) * ctk2100: add ADCs, clean up and comment some other stuff * lpc210x: add the PL190 VIC here too while i'm at it * vic_pl192: fix clang build * unidasm: add gt913
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-43/+43
|
* iphone2g wip (nw) (#6226) Melissa Goad2020-01-291-0/+130
* iphone2g wip (nw) * fixup * fixup * fixup * iphone2g: hacky spi and non-existent timers (nw)