summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/28fxxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
| | | | | emu/diimage.h: Removed fread overloads that allocate memory for output. util/core_file.cpp: Changed output size of load to size_t.
* Use ioprocs classes instead of emu_file for device_nvram_interface's load ↵ AJR2022-02-271-6/+6
| | | | and save methods, and have these return false on I/O errors
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
|
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
|
* (nw) misc cleanup: Vas Crabb2019-09-191-1/+2
| | | | | | * Fix path for coleco cartridge bus header * Remove some assert_always * Fix some comments that seem to have been victims of scripted editing
* 28fxxx: add am28f020 (nw) Patrick Mackinlay2018-09-201-0/+6
|
* 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)
* 28fxxx: initial commit for new flash memory device (#2805) Patrick Mackinlay2017-11-161-0/+236
Implementation of 28F010 and family flash memory devices. These are not compatible with the JEDEC-standard flash command protocol implemented in intelfsh.