summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mn1400
Commit message (Collapse)AuthorAgeFilesLines
* scptchess: rename to scpchess, hap2024-10-141-1/+1
| | | | misc: small cleanup
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-7/+7
| | | | (#12822)
* hmcs400: add opcode placeholders hap2024-09-161-1/+2
|
* misc hap disasm: correction to prev commit hap2024-03-071-1/+1
|
* misc hap disasm: move opcode mnemonics enum out of header file hap2024-03-072-15/+21
|
* changela: remove duplicated code hap2023-07-111-1/+1
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-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 hap2023-05-172-3/+21
|
* smc1102: improve lcd timing hap2023-05-172-7/+7
|
* Clones promoted to working hap2023-05-083-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 hap2023-05-074-34/+128
|
* mn1400: add most opcodes hap2023-05-074-8/+147
|
* mn1400: add opcode placeholders hap2023-05-075-1/+465
|
* mn1400: add pinout reference hap2023-05-063-2/+42
|
* mn1400: add mn1405 device hap2023-05-064-22/+52
| | | | | | New clones marked not working ----------------------------- Scrabble Lexor: Computer Word Game (MN1405 version) [hap, Sean Riddle]
* mn1400: add device skeleton hap2023-05-067-7/+343
|
* mn1400: add disassembler hap2023-05-012-0/+160