summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/er1400.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wy75: Add default EAROM to avoid hanging at start AJR2019-04-121-6/+15
| | | | | | er1400: Device refinements - Add ability to load default data from region - Change erase value from all 1s to all 0s
* facit4440: Create new skeleton driver; burn-in tests all seem to pass now (nw) AJR2018-09-161-1/+9
|
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove ↵ AJR2018-06-241-1/+1
| | | | now-superfluous .get() in many drivers/devices (nw)
* vt100, la120: Make ER1400 non-volatile storage actually work AJR2018-03-101-12/+70
|
* er1400: A little less logging (nw) AJR2018-01-111-5/+8
|
* la120: Write noninverted clock first; make ER1400 address decoding more ↵ AJR2018-01-011-20/+29
| | | | efficient (nw)
* er1400: More diagnostics (nw) AJR2017-12-311-0/+15
|
* er1400: Small logging improvement (nw) AJR2017-12-311-1/+1
|
* la120: Better ER1400 hookup; reduce logging spam (nw) AJR2017-12-311-1/+1
|
* er1400.cpp: More logging (nw) AJR2017-12-311-0/+6
|
* Add ER1400 serial EAROM device AJR2017-12-311-0/+294