| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scptchess: rename to scpchess, | 2024-10-14 | 1 | -1/+1 | |
| | | | | | misc: small cleanup | ||||
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ | 2024-09-27 | 1 | -7/+7 | |
| | | | | | (#12822) | ||||
| * | hmcs400: add opcode placeholders | 2024-09-16 | 1 | -1/+2 | |
| | | |||||
| * | misc hap disasm: correction to prev commit | 2024-03-07 | 1 | -1/+1 | |
| | | |||||
| * | misc hap disasm: move opcode mnemonics enum out of header file | 2024-03-07 | 2 | -15/+21 | |
| | | |||||
| * | changela: remove duplicated code | 2023-07-11 | 1 | -1/+1 | |
| | | |||||
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -11/+3 | |
| | | | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution. | ||||
| * | mn1400: add 28-pin mn1400 device | 2023-05-17 | 2 | -3/+21 | |
| | | |||||
| * | smc1102: improve lcd timing | 2023-05-17 | 2 | -7/+7 | |
| | | |||||
| * | Clones promoted to working | 2023-05-08 | 3 | -16/+37 | |
| | | | | | | | | | | -------------------------- Scrabble Lexor: Computer Word Game (MN1405 version) [hap, Sean Riddle] New systems marked not working ------------------------------ Basketball (Tomy) [hap, Sean Riddle] | ||||
| * | mn1400: add i/o ports | 2023-05-07 | 4 | -34/+128 | |
| | | |||||
| * | mn1400: add most opcodes | 2023-05-07 | 4 | -8/+147 | |
| | | |||||
| * | mn1400: add opcode placeholders | 2023-05-07 | 5 | -1/+465 | |
| | | |||||
| * | mn1400: add pinout reference | 2023-05-06 | 3 | -2/+42 | |
| | | |||||
| * | mn1400: add mn1405 device | 2023-05-06 | 4 | -22/+52 | |
| | | | | | | | New clones marked not working ----------------------------- Scrabble Lexor: Computer Word Game (MN1405 version) [hap, Sean Riddle] | ||||
| * | mn1400: add device skeleton | 2023-05-06 | 7 | -7/+343 | |
| | | |||||
| * | mn1400: add disassembler | 2023-05-01 | 2 | -0/+160 | |
