summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ht1130/ht1130.cpp
Commit message (Collapse)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ↵ AJR2024-11-171-0/+1
| | | | | | | | | | instructions whose execution time is normally indefinite. When this happens, a special message may be printed to the debug console stating the location of the last actual instruction executed before the wait (if there was one). Note that since the callback ignores the current value of the program counter, this special type of debugger break cannot be entered through breakpoints or instruction stepping commands. The callback also leaves no effect on PC history tracking or trace logs. * cpu/hd61700, cpu/tms32031: Add standard IRQ callback * cpu/m68000gen.py: Change name of invoked executable to bin/python3 * cpu/m6809: Eliminate PC "massaging" for SYNC and similar instructions
* ht1130: no need for m_compins variable hap2024-01-081-24/+37
|
* kikikai: remove ymsnd busy flag workaround, hap2024-01-071-12/+12
| | | | ht1130: don't mix uint/u var types
* ht1130: add wake up after halt hap2024-01-051-1/+14
|
* ht1130: safety mask when reading/writing ram hap2024-01-041-6/+6
|
* ht1130: get rid of code duplication from prev commit hap2024-01-041-9/+11
|
* ht1130: output lcd com/seg pins instead of ram data hap2024-01-041-4/+38
|
* ht1130: only clear regs at device_reset that RES clears, hap2023-12-281-7/+12
| | | | | | | | brke23p2: mark game as working now that MNW flag was removed Systems promoted to working --------------------------- Brick Game 96 in 1 (E-23 Plus Mark II) [David Haywood]
* ht1130: system clock is stopped when halted so don't enter the icount loop hap2023-12-261-14/+16
|
* Holtek HT1130 CPU core, and preliminary driver for a brick game using it ↵ mamehaze2023-12-261-0/+1059
(#11872) new machines marked as NOT WORKING -------------------------- Brick Game 96 in 1 (E-23 Plus Mark II) [azya52, David Haywood]