summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ks0164
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* diexec: remove vestigal execute_input_lines() hap2024-09-182-6/+0
* 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-282-10/+22
* dgpix: Use intelfsh + improvements to sound emulation (#11582) 9871238791132023-09-302-12/+53
* 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-013-32/+18
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* Debugger feature improvements AJR2022-03-271-17/+17
* 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-252-41/+41
* 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-222-6/+6
* 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-142-21/+21
* First stab at the ks0164 core, plus a xavix fix (nw) Olivier Galibert2020-03-124-48/+748
* Last checkpoint before starting the core itself (nw) Olivier Galibert2020-03-111-4/+8
* More dgpix work (nw) Olivier Galibert2020-03-111-19/+20
* ks0164 disassembler work (nw) Olivier Galibert2020-03-111-117/+154
* get #include guards in line with filenames, avoid expensive things in static ... Vas Crabb2020-02-281-5/+4
* srcclean and manual adjustments (nw) Vas Crabb2020-02-232-3/+3
* ks0164: First try at a disassembler [David Carne, O. Galibert] Olivier Galibert2020-02-224-0/+343