summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ks0164/ks0164.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ks0164: Fix registers on nonloop so that the voice is freed correctly. Bonus... Olivier Galibert2023-10-291-1/+1
* ks0164: Fix neg/not, add volume and envelopes, fix looping Olivier Galibert2023-10-291-1/+2
* ks0164: CPU refinements AJR2023-10-281-6/+6
* dgpix: Use intelfsh + improvements to sound emulation (#11582) 9871238791132023-09-301-5/+43
* Interrupt callback rationalization AJR2023-03-111-2/+1
* cpu/ks0164: Fix mistake in 678036dcd45187d6adde3087280fc2937e43c4ea AJR2022-11-011-1/+1
* cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util:... AJR2022-11-011-10/+2
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-39/+39
* appease vs2019 (nw) smf-2020-04-251-2/+2
* ks0164: dbra goes to 0, not -1 (nw) Olivier Galibert2020-03-251-1/+1
* srcclean (nw) Vas Crabb2020-03-221-5/+5
* ks0164: Z is set on bset/bclr (nw) Olivier Galibert2020-03-161-2/+11
* Bad cpu bug (nw) Olivier Galibert2020-03-141-4/+4
* ks0164: Moves set NZ (nw) Olivier Galibert2020-03-141-1/+1
* ks0164: Turn it into a device (nw) Olivier Galibert2020-03-141-18/+18
* First stab at the ks0164 core, plus a xavix fix (nw) Olivier Galibert2020-03-121-9/+674
* srcclean and manual adjustments (nw) Vas Crabb2020-02-231-2/+2
* ks0164: First try at a disassembler [David Carne, O. Galibert] Olivier Galibert2020-02-221-0/+74