| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hlcd0538: add hlcd0607 | 2025-06-04 | 1 | -1/+1 | |
| | | |||||
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ↵ | 2024-11-17 | 1 | -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 | ||||
| * | hmcs400: add hmcs412/414/424 | 2024-11-06 | 1 | -14/+101 | |
| | | |||||
| * | horseran: add svg screen for lcd [hap, Sean Riddle] | 2024-10-22 | 1 | -1/+1 | |
| | | |||||
| * | sbackg: remove driver, merge with ecbackg driver instead | 2024-09-23 | 1 | -4/+4 | |
| | | | | | | | Systems promoted to working --------------------------- Sensory Backgammon Computer [hap, Sean Riddle] | ||||
| * | hmcs400: add nvram | 2024-09-21 | 1 | -4/+82 | |
| | | |||||
| * | hmcs400: add standby/stop mode | 2024-09-20 | 1 | -35/+50 | |
| | | |||||
| * | tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ↵ | 2024-09-20 | 1 | -1/+1 | |
| | | | | | | | keeping it in z180 after seeing TODO note), kl1839vm1: execute_input_lines getter was removed from mame | ||||
| * | hmcs400: add timers | 2024-09-20 | 1 | -0/+117 | |
| | | |||||
| * | hmcs400: add irq controller | 2024-09-19 | 1 | -12/+206 | |
| | | |||||
| * | diexec: remove vestigal execute_input_lines() | 2024-09-18 | 1 | -1/+1 | |
| | | |||||
| * | hmcs400: add logerror for unmapped ports | 2024-09-18 | 1 | -3/+22 | |
| | | |||||
| * | hmcs400: add i/o ports | 2024-09-18 | 1 | -3/+85 | |
| | | |||||
| * | hmcs400: fill in most of the opcodes | 2024-09-16 | 1 | -8/+77 | |
| | | |||||
| * | hmcs400: add opcode placeholders | 2024-09-16 | 1 | -5/+124 | |
| | | |||||
| * | hmcs400: add disassembler | 2024-09-16 | 1 | -15/+64 | |
| | | |||||
| * | hmcs400: add cpu skeleton device | 2024-09-16 | 1 | -0/+194 | |
