summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rii/riscii.cpp
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* epg3231: Add Timers 1 & 2 AJR2023-08-301-16/+90
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-9/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* epg3231: Add key strobe output mode AJR2022-05-121-1/+28
* vreadere: Fix display glitch AJR2020-12-181-3/+10
* vreadere: Add preliminary (badly glitched) LCD display AJR2020-12-181-7/+68
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-62/+59
* Misc. code pruning and maintenance (nw) AJR2020-02-291-1/+1
* clean up various stuff (nw) Vas Crabb2020-02-261-1/+1
* rii: Fix TBRD address calculation; fix carry logic for several instructions (nw) AJR2020-02-211-15/+18
* epg3231: Add speech timer interrupt (nw) AJR2020-02-201-1/+25
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-6/+4
* riscii: Add interrupt processing (nw) AJR2019-11-011-0/+43
* rii: Many updates AJR2019-09-251-51/+828
* riscii: Improve offset calculation for TBRD (nw) AJR2019-09-131-3/+9
* rii: Misc. adjustments (nw) AJR2019-09-101-5/+6
* rii: Stack endianness is swapped; TBRD is allowed to be RPTed (nw) AJR2019-09-101-5/+14
* rii: Add standard status flag display (nw) AJR2019-09-101-2/+21
* Add preliminary RISC II execution core AJR2019-09-101-21/+1018
* rii: Misc. notes; minor disassembler update (nw) AJR2019-09-101-1/+3
* riscii: Add the register space (nw) AJR2019-06-201-7/+26
* riscii: Minor update (nw) AJR2019-06-201-3/+4
* Preliminary disassembler and skeleton CPU device for Elan RISC II/RII series ... AJR2019-06-201-0/+105