summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/er1400.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+6
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-6/+6
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-011-3/+3
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-251-3/+3
* er1400: Correct clock phase and better handle data reads Dirk Best2022-09-241-2/+2
* Revert "er1400: Fix loss of the first data bit on readback" Dirk Best2022-09-171-2/+2
* er1400: Fix loss of the first data bit on readback Dirk Best2022-09-151-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-14/+8
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+10
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* wy75: Add default EAROM to avoid hanging at start AJR2019-04-121-6/+15
* 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 now-s... AJR2018-06-241-1/+1
* 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 effic... AJR2018-01-011-20/+29
* 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